Class AbstractCellEditor

  • All Implemented Interfaces:
    CellEditor
    Direct Known Subclasses:
    JTreeTable.TreeTableCellEditor

    public class AbstractCellEditor
    extends Object
    implements CellEditor
    Version:
    %I% %G% A base class for CellEditors, providing default implementations for all methods in the CellEditor interface and support for managing a series of listeners.
    Author:
    Philip Milne