Class BaseCellEditor

  • All Implemented Interfaces:
    CellEditor

    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