Class ComboBoxEditor<E>

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.bidib.wizard.mvc.main.view.table.ComboBoxEditor<E>
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
Direct Known Subclasses:
ConfigurablePortComboBoxEditor, PortComboBoxEditor

public class ComboBoxEditor<E> extends DefaultCellEditor
See Also:
  • Constructor Details

    • ComboBoxEditor

      public ComboBoxEditor(E[] items)
    • ComboBoxEditor

      public ComboBoxEditor(JComboBox<E> comboBox)
  • Method Details

    • createComboBoxEditor

      public static <E extends org.bidib.wizard.model.status.BidibStatus> ComboBoxEditor<E> createComboBoxEditor(E[] items, String resourceClazz)