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 event) |
void |
removeCellEditorListener(CellEditorListener listener) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
public BaseCellEditor()
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public boolean isCellEditable(EventObject event)
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 listener)
addCellEditorListener
in interface CellEditor
public void removeCellEditorListener(CellEditorListener listener)
removeCellEditorListener
in interface CellEditor
protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
Copyright © 2001–2018. All rights reserved.