cytoscape.util.swing
Class AbstractCellEditor
java.lang.Object
cytoscape.util.swing.AbstractCellEditor
- All Implemented Interfaces:
- CellEditor
- Direct Known Subclasses:
- JTreeTable.TreeTableCellEditor
public class AbstractCellEditor
- extends Object
- implements CellEditor
AbstractCellEditor
public AbstractCellEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject e)
- Specified by:
isCellEditable
in interface CellEditor
shouldSelectCell
public boolean shouldSelectCell(EventObject anEvent)
- Specified by:
shouldSelectCell
in interface CellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing
in interface CellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface CellEditor
addCellEditorListener
public void addCellEditorListener(CellEditorListener l)
- Specified by:
addCellEditorListener
in interface CellEditor
removeCellEditorListener
public void removeCellEditorListener(CellEditorListener l)
- Specified by:
removeCellEditorListener
in interface CellEditor