Class AppearanceControlComboBox<T>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox<T>
org.opentrafficsim.swing.gui.AppearanceControlComboBox<T>
Type Parameters:
T - generic type of the ComboBox
All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener, nl.tudelft.simulation.dsol.swing.gui.appearance.AppearanceControl, AppearanceControl

public class AppearanceControlComboBox<T> extends JComboBox<T> implements AppearanceControl
ComboBox for AppearanceControl.

Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
See Also:
  • Constructor Details

    • AppearanceControlComboBox

      public AppearanceControlComboBox()
  • Method Details

    • isFont

      public boolean isFont()
      Specified by:
      isFont in interface nl.tudelft.simulation.dsol.swing.gui.appearance.AppearanceControl
    • toString

      public String toString()
      Overrides:
      toString in class Component