Class BaseCellEditor

java.lang.Object
com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
All Implemented Interfaces:
CellEditor
Direct Known Subclasses:
TreeTable.TreeTableCellEditor

public class BaseCellEditor extends Object implements CellEditor
A base class for CellEditors, providing default implementations for all methods in the CellEditor interface and support for managing a series of listeners. Original Source Location