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