com.puppycrawl.tools.checkstyle.gui
Class AbstractCellEditor
- CellEditor
public class AbstractCellEditor
implements CellEditor
Abstract implementation of a CellEditor.
- http://java.sun.com/products/jfc/tsc/articles/treetable2
addCellEditorListener
public void addCellEditorListener(CellEditorListener l)
cancelCellEditing
public void cancelCellEditing()
fireEditingCanceled
protected void fireEditingCanceled()
fireEditingStopped
protected void fireEditingStopped()
getCellEditorValue
public Object getCellEditorValue()
isCellEditable
public boolean isCellEditable(EventObject e)
removeCellEditorListener
public void removeCellEditorListener(CellEditorListener l)
shouldSelectCell
public boolean shouldSelectCell(EventObject anEvent)
stopCellEditing
public boolean stopCellEditing()