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 EventListenerList
Listeners that have registered interest for notification on this event type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Implements the CellEditor interface.void
Implements the CellEditor interface.protected void
Notify all listeners that have registered interest for notification on this event type.protected void
Notify all listeners that have registered interest for notification on this event type.Implements the CellEditor interface.boolean
Implements the CellEditor interface.void
Implements the CellEditor interface.boolean
shouldSelectCell
(EventObject anEvent) Implements the CellEditor interface.boolean
Implements 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:
getCellEditorValue
in interfaceCellEditor
- See Also:
-
isCellEditable
Implements the CellEditor interface.- Specified by:
isCellEditable
in interfaceCellEditor
- See Also:
-
shouldSelectCell
Implements the CellEditor interface.- Specified by:
shouldSelectCell
in interfaceCellEditor
- See Also:
-
stopCellEditing
public boolean stopCellEditing()Implements the CellEditor interface.- Specified by:
stopCellEditing
in interfaceCellEditor
- See Also:
-
cancelCellEditing
public void cancelCellEditing()Implements the CellEditor interface.- Specified by:
cancelCellEditing
in interfaceCellEditor
- See Also:
-
addCellEditorListener
Implements the CellEditor interface.- Specified by:
addCellEditorListener
in interfaceCellEditor
- See Also:
-
removeCellEditorListener
Implements the CellEditor interface.- Specified by:
removeCellEditorListener
in 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:
-