java.lang.Object | |
↳ | javax.swing.AbstractCellEditor |
![]() |
![]() |
A base class for CellEditors
, providing default
implementations for the methods in the CellEditor
interface except getCellEditorValue()
.
Like the other abstract implementations in Swing, also manages a list
of listeners.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans
package.
Please see XMLEncoder
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
changeEvent | |||||||||||
listenerList |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a
CellEditorListener to the listener list. | |||||||||||
Calls
fireEditingCanceled . | |||||||||||
Returns an array of all the
CellEditorListener s added
to this AbstractCellEditor with addCellEditorListener(). | |||||||||||
Returns true.
| |||||||||||
Removes a
CellEditorListener from the listener list. | |||||||||||
Returns true.
| |||||||||||
Calls
fireEditingStopped and returns true. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Notifies all listeners that have registered interest for
notification on this event type.
| |||||||||||
Notifies all listeners that have registered interest for
notification on this event type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Adds a CellEditorListener
to the listener list.
l | the new listener to be added |
---|
Calls fireEditingCanceled
.
Returns an array of all the CellEditorListener
s added
to this AbstractCellEditor with addCellEditorListener().
CellEditorListener
s added or an empty
array if no listeners have been addedReturns true.
e | an event object |
---|
Removes a CellEditorListener
from the listener list.
l | the listener to be removed |
---|
Returns true.
anEvent | an event object |
---|
Calls fireEditingStopped
and returns true.
Notifies all listeners that have registered interest for notification on this event type. The event instance is created lazily.
Notifies all listeners that have registered interest for notification on this event type. The event instance is created lazily.