public class AbstractCellEditor extends Object implements CellEditor
JTreeTable.| 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() |
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 final void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorpublic final void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorprotected final void fireEditingStopped()
protected final void fireEditingCanceled()
Copyright © 2016. All rights reserved.