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 CellEditor
CellEditor.getCellEditorValue()
public boolean isCellEditable(EventObject e)
isCellEditable
in interface CellEditor
CellEditor.isCellEditable(java.util.EventObject)
public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell
in interface CellEditor
CellEditor.shouldSelectCell(java.util.EventObject)
public boolean stopCellEditing()
stopCellEditing
in interface CellEditor
CellEditor.stopCellEditing()
public void cancelCellEditing()
cancelCellEditing
in interface CellEditor
CellEditor.cancelCellEditing()
public void addCellEditorListener(CellEditorListener l)
addCellEditorListener
in interface CellEditor
CellEditor.addCellEditorListener(javax.swing.event.CellEditorListener)
public void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener
in interface CellEditor
CellEditor.removeCellEditorListener(javax.swing.event.CellEditorListener)
protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
Copyright © 2003, 2023, Oracle and/or its affiliates.