public class AbstractCellEditor extends Object implements CellEditor
| Modifier and Type | Field and Description |
|---|---|
protected EventListenerList |
listenerList
Listeners that have registered interest for notification on this event type.
|
| Constructor and Description |
|---|
AbstractCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l)
Implements the CellEditor interface.
|
void |
cancelCellEditing()
Implements the CellEditor interface.
|
protected void |
fireEditingCanceled()
Notify all listeners that have registered interest for
notification on this event type.
|
protected void |
fireEditingStopped()
Notify all listeners that have registered interest for
notification on this event type.
|
Object |
getCellEditorValue()
Implements the CellEditor interface.
|
boolean |
isCellEditable(EventObject e)
Implements the CellEditor interface.
|
void |
removeCellEditorListener(CellEditorListener l)
Implements the CellEditor interface.
|
boolean |
shouldSelectCell(EventObject anEvent)
Implements the CellEditor interface.
|
boolean |
stopCellEditing()
Implements the CellEditor interface.
|
protected EventListenerList listenerList
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorCellEditor.getCellEditorValue()public boolean isCellEditable(EventObject e)
isCellEditable in interface CellEditorCellEditor.isCellEditable(java.util.EventObject)public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorCellEditor.shouldSelectCell(java.util.EventObject)public boolean stopCellEditing()
stopCellEditing in interface CellEditorCellEditor.stopCellEditing()public void cancelCellEditing()
cancelCellEditing in interface CellEditorCellEditor.cancelCellEditing()public void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorCellEditor.addCellEditorListener(javax.swing.event.CellEditorListener)public void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorCellEditor.removeCellEditorListener(javax.swing.event.CellEditorListener)protected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerListCopyright © 2003, 2023, Oracle and/or its affiliates.