Class AbstractCellEditor

java.lang.Object
likelihoodDetectionModule.AbstractCellEditor
All Implemented Interfaces:
CellEditor
Direct Known Subclasses:
TreeTable.TreeTableCellEditor

public class AbstractCellEditor extends Object implements CellEditor
The class AbstractCellEditor serves as the base class for the TreeTable's table cell editor. It provides additional functionality that would be required when the TreeTableCellEditor inherits TableCellEditor. This is broken out to help keep the TreeTableCellEditor code short and to-the-point within the TreeTable class.