Class LookAndFeelComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public final class LookAndFeelComboBox extends JComboBox<Item<LookAndFeelEnabler>>
A combo box for selecting a LookAndFeel. Instantiate via builder builder().
See Also:
  • Field Details

    • INCLUDE_INSTALLED_LOOK_AND_FEELS

      public static final PropertyValue<Boolean> INCLUDE_INSTALLED_LOOK_AND_FEELS

      Specifies whether to include installed look and feels in the selection combo box by default.

      • Value type: Boolean
      • Default value: false
      See Also:
    • ENABLE_ON_SELECTION

      public static final PropertyValue<Boolean> ENABLE_ON_SELECTION
      Specifies whether to enable the Look and Feel dynamically when selected
      • Value type: Boolean
      • Default value: true
  • Method Details