public class AbstractCellEditor extends Object implements CellEditor
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
listenerList |
Constructor and Description |
---|
AbstractCellEditor() |
Modifier and Type | Method and Description |
---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
cancelCellEditing() |
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() |
boolean |
isCellEditable(EventObject e) |
void |
removeCellEditorListener(CellEditorListener l) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
protected EventListenerList listenerList
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public boolean isCellEditable(EventObject e)
isCellEditable
in interface CellEditor
public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell
in interface CellEditor
public boolean stopCellEditing()
stopCellEditing
in interface CellEditor
public void cancelCellEditing()
cancelCellEditing
in interface CellEditor
public void addCellEditorListener(CellEditorListener l)
addCellEditorListener
in interface CellEditor
public void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener
in interface CellEditor
protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList