public class AbstractCellEditor extends Object implements CellEditor
| Constructor and Description |
|---|
AbstractCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
cancelCellEditing() |
protected void |
fireEditingCanceled() |
protected void |
fireEditingStopped() |
Object |
getCellEditorValue() |
boolean |
isCellEditable(EventObject e) |
void |
removeCellEditorListener(CellEditorListener l) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
public AbstractCellEditor()
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorCellEditorpublic boolean isCellEditable(EventObject e)
isCellEditable in interface CellEditorCellEditorpublic boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorCellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorCellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorCellEditorpublic void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorCellEditorpublic void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorCellEditorprotected void fireEditingStopped()
protected void fireEditingCanceled()
Copyright © 2001–2015. All rights reserved.