Package com.portal.ctrl
Class AbstractCellEditor
java.lang.Object
com.portal.ctrl.AbstractCellEditor
- All Implemented Interfaces:
CellEditor
- Direct Known Subclasses:
JTreeTable.TreeTableCellEditor
A base class for TreeTableModels. This class handles the list of listeners.
original AbstractCellEditor component taken from:
Sun Microsystems, Inc.
Copyright 1997, 1998 by Sun Microsystems, Inc.
- Version:
- %version: 1 % %date_modified: Mon Aug 02 19:57:53 1999 %
- Author:
- lruslen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventListenerListListeners that have registered interest for notification on this event type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidImplements the CellEditor interface.voidImplements the CellEditor interface.protected voidNotify all listeners that have registered interest for notification on this event type.protected voidNotify all listeners that have registered interest for notification on this event type.Implements the CellEditor interface.booleanImplements the CellEditor interface.voidImplements the CellEditor interface.booleanshouldSelectCell(EventObject anEvent) Implements the CellEditor interface.booleanImplements the CellEditor interface.
-
Field Details
-
listenerList
Listeners that have registered interest for notification on this event type.
-
-
Constructor Details
-
AbstractCellEditor
public AbstractCellEditor()
-
-
Method Details
-
getCellEditorValue
Implements the CellEditor interface.- Specified by:
getCellEditorValuein interfaceCellEditor- See Also:
-
isCellEditable
Implements the CellEditor interface.- Specified by:
isCellEditablein interfaceCellEditor- See Also:
-
shouldSelectCell
Implements the CellEditor interface.- Specified by:
shouldSelectCellin interfaceCellEditor- See Also:
-
stopCellEditing
public boolean stopCellEditing()Implements the CellEditor interface.- Specified by:
stopCellEditingin interfaceCellEditor- See Also:
-
cancelCellEditing
public void cancelCellEditing()Implements the CellEditor interface.- Specified by:
cancelCellEditingin interfaceCellEditor- See Also:
-
addCellEditorListener
Implements the CellEditor interface.- Specified by:
addCellEditorListenerin interfaceCellEditor- See Also:
-
removeCellEditorListener
Implements the CellEditor interface.- Specified by:
removeCellEditorListenerin interfaceCellEditor- See Also:
-
fireEditingStopped
protected void fireEditingStopped()Notify all listeners that have registered interest for notification on this event type.- See Also:
-
fireEditingCanceled
protected void fireEditingCanceled()Notify all listeners that have registered interest for notification on this event type.- See Also:
-