Class AbstractCellEditor

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

    public abstract class AbstractCellEditor
    extends Object
    implements CellEditor
    An abstract, convenience implementation of a Cell Editor that really only adds event listener support. All other methods should be probably be overridden.

    Module: swing-util-api

    To use this in your app, include the following dependency in your POM:

    <dependency>
        <groupId>org.cytoscape</groupId>
        <artifactId>swing-util-api</artifactId>
    </dependency>

    Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.