PIRL.TreeTable
Class AbstractCellEditor
java.lang.Object
PIRL.TreeTable.AbstractCellEditor
- All Implemented Interfaces:
- CellEditor
public class AbstractCellEditor
- extends Object
- implements CellEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenerList
protected EventListenerList listenerList
AbstractCellEditor
public AbstractCellEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject event)
- Specified by:
isCellEditable
in interface CellEditor
shouldSelectCell
public boolean shouldSelectCell(EventObject event)
- 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 listener)
- Specified by:
addCellEditorListener
in interface CellEditor
removeCellEditorListener
public void removeCellEditorListener(CellEditorListener listener)
- Specified by:
removeCellEditorListener
in interface CellEditor
fireEditingStopped
protected void fireEditingStopped()
fireEditingCanceled
protected void fireEditingCanceled()
Copyright (C) \
2003-2009 Bradford Castalia, University of Arizona