Package org.jdesktop.swingx.treetable


package org.jdesktop.swingx.treetable
Contains API required by the JXTreeTable component.

Package Specification

Related Documentation

  • Class
    Description
    AbstractMutableTreeTableNode provides an implementation of most of the MutableTreeTableNode features.
    AbstractTreeTableModel provides an implementation of TreeTableModel as a convenient starting point in defining custom data models for JXTreeTable.
    A default implementation of an AbstractMutableTreeTableNode that returns getUserObject().toString() for all value queries.
    DefaultTreeTableModel is a concrete implementation of AbstractTreeTableModel and is provided purely as a convenience for use with TreeTableNodes.
    A tree table model to simulate a file system.
    Defines the requirements for a tree table node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
    Defines the requirements for a tree table node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
    A tree table model to simulate a file system.
    An editor that can be used to edit the tree column.
    Component used by TreeTableCellEditor.
    The model used by JXTreeTable.
    The model used by JXTreeTable.
    Interface which guarantees access to a TreeTableModel.
    Interface which guarantees access to a TreeTableModel.
    Defines the requirements for an object that can be used as a tree node in a JXTreeTable.
    Defines the requirements for an object that can be used as a tree node in a JXTreeTable.