public class BaseCellEditor extends Object implements CellEditor
| Constructor and Description |
|---|
BaseCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener listener) |
void |
cancelCellEditing() |
protected void |
fireEditingCanceled()
Notifies all listeners that have registered interest for
'editing canceled' event.
|
protected void |
fireEditingStopped()
Notifies all listeners that have registered interest for
'editing stopped' event.
|
Object |
getCellEditorValue() |
boolean |
isCellEditable(EventObject e) |
void |
removeCellEditorListener(CellEditorListener listener) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
public BaseCellEditor()
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean isCellEditable(EventObject e)
isCellEditable in interface CellEditorpublic boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorpublic void addCellEditorListener(CellEditorListener listener)
addCellEditorListener in interface CellEditorpublic void removeCellEditorListener(CellEditorListener listener)
removeCellEditorListener in interface CellEditorprotected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerListCopyright © 2001-2015. All Rights Reserved.