Class JXTable.GenericEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
Direct Known Subclasses:
JXTable.NumberEditor, TreeTableCellEditor
Enclosing class:
JXTable

public static class JXTable.GenericEditor extends DefaultCellEditor
Default editor registered for Object. The editor tries to create a new instance of the column's class by reflection. It assumes that the class has a constructor taking a single String parameter.

The editor can be configured with a custom JTextField.

See Also: