Class FontFamilyComboBox

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

public class FontFamilyComboBox extends SmartComboBox
A preconfigured combobox for font-family names.
See Also:
  • Constructor Details

    • FontFamilyComboBox

      public FontFamilyComboBox()
      Creates a new combobox and populates it with the font families found in the AWT-Toolkit.
  • Method Details

    • setValueFromModel

      public void setValueFromModel(Object o)
      Updates the selected value without firing an ActionEvent.
      Parameters:
      o - the newly selected value.