java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox
com.inductiveautomation.factorypmi.designer.property.editors.components.EditorComboBox
All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class EditorComboBox extends JComboBox
See Also:
  • Constructor Details

    • EditorComboBox

      public EditorComboBox(Object[] items)
    • EditorComboBox

      public EditorComboBox(ComboBoxModel aModel)
    • EditorComboBox

      public EditorComboBox()
  • Method Details