| public abstract class javax.swing AbstractCellEditor
|
Java SE 6 |
| version | 1.13 04/07/06
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 |
| since | 1.3 |
| Fields | |
|---|---|
| protected EventListenerList | listenerList |
| protected ChangeEvent | changeEvent |
| Constructors | |
|---|---|
| public | AbstractCellEditor() |
| Methods | |||||
|---|---|---|---|---|---|
| public void | addCellEditorListener(CellEditorListener l) Details
Adds a CellEditorListener to the listener list.
| ||||
| public void | cancelCellEditing() Calls fireEditingCanceled.
| ||||
| protected void | fireEditingCanceled() Details
Notifies all listeners that have registered interest for
notification on this event type. The event instance
is created lazily.
| ||||
| protected void | fireEditingStopped() Details
Notifies all listeners that have registered interest for
notification on this event type. The event instance
is created lazily.
| ||||
| public void | removeCellEditorListener(CellEditorListener l) Details
Removes a CellEditorListener from the listener list.
| ||||
| public boolean | shouldSelectCell(EventObject anEvent) Details
Returns true.
| ||||
| public boolean | stopCellEditing() Details
Calls fireEditingStopped and returns true.
| ||||
| Properties | |||||
|---|---|---|---|---|---|
| public boolean | isCellEditable(EventObject e) Details
Returns true.
| ||||
| public CellEditorListener[] | getCellEditorListeners() Details
Returns an array of all the CellEditorListeners added
to this AbstractCellEditor with addCellEditorListener().
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|