com.puppycrawl.tools.checkstyle.gui

Class AbstractCellEditor

public class AbstractCellEditor extends Object implements CellEditor

Abstract implementation of a CellEditor.

Author: http://java.sun.com/products/jfc/tsc/articles/treetable2

Method Summary
voidaddCellEditorListener(CellEditorListener l)
voidcancelCellEditing()
protected voidfireEditingCanceled()
protected voidfireEditingStopped()
ObjectgetCellEditorValue()
booleanisCellEditable(EventObject e)
voidremoveCellEditorListener(CellEditorListener l)
booleanshouldSelectCell(EventObject anEvent)
booleanstopCellEditing()

Method Detail

addCellEditorListener

public void addCellEditorListener(CellEditorListener l)

See Also: CellEditor

cancelCellEditing

public void cancelCellEditing()

See Also: CellEditor

fireEditingCanceled

protected void fireEditingCanceled()

fireEditingStopped

protected void fireEditingStopped()

getCellEditorValue

public Object getCellEditorValue()

See Also: CellEditor

isCellEditable

public boolean isCellEditable(EventObject e)

See Also: CellEditor

removeCellEditorListener

public void removeCellEditorListener(CellEditorListener l)

See Also: CellEditor

shouldSelectCell

public boolean shouldSelectCell(EventObject anEvent)

See Also: CellEditor

stopCellEditing

public boolean stopCellEditing()

See Also: CellEditor