Class MultiEnumCellEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class MultiEnumCellEditor 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 enumerations included in this instance.
Author:
Andrew Pavlin, KA2DDO
See Also: