Class EnumCellEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class EnumCellEditor extends DefaultCellEditor
This class defines an editor for a table cell containing an enumeration. It fires up a JComboBox to pick null or any of the legal values of the enumeration.
See Also:
  • Method Details

    • createEnumEditor

      public static EnumCellEditor createEnumEditor(Class<? extends Enum> enumeration, boolean nullAllowed)