Package likelihoodDetectionModule
Class AbstractCellEditor
java.lang.Object
likelihoodDetectionModule.AbstractCellEditor
- All Implemented Interfaces:
 CellEditor
- Direct Known Subclasses:
 TreeTable.TreeTableCellEditor
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.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidprotected voidbooleanvoidbooleanshouldSelectCell(EventObject anEvent) boolean 
- 
Field Details
- 
listenerList
The listener list. 
 - 
 - 
Constructor Details
- 
AbstractCellEditor
public AbstractCellEditor() 
 - 
 - 
Method Details
- 
getCellEditorValue
- Specified by:
 getCellEditorValuein interfaceCellEditor
 - 
isCellEditable
- Specified by:
 isCellEditablein interfaceCellEditor
 - 
shouldSelectCell
- Specified by:
 shouldSelectCellin interfaceCellEditor
 - 
stopCellEditing
public boolean stopCellEditing()- Specified by:
 stopCellEditingin interfaceCellEditor
 - 
cancelCellEditing
public void cancelCellEditing()- Specified by:
 cancelCellEditingin interfaceCellEditor
 - 
addCellEditorListener
- Specified by:
 addCellEditorListenerin interfaceCellEditor
 - 
removeCellEditorListener
- Specified by:
 removeCellEditorListenerin interfaceCellEditor
 - 
fireEditingStopped
protected void fireEditingStopped() - 
fireEditingCanceled
protected void fireEditingCanceled() 
 -