Class PropertySelector

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

public class PropertySelector extends JComboBox<String> implements ItemListener
An implementation of a PropertyComponent that is represented as a combo box.
See Also:
  • Constructor Details

    • PropertySelector

      public PropertySelector(PropertyEditor pe)
      Constructor.
      Parameters:
      pe - bean property editor that is updated when the state changes in the combo box
  • Method Details