JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.util.treetable

Contains support classes for JCTreeTable.

See:
          Description

Interface Summary
JCTreeIconRenderer Interface that represents a class that renders a tree icon.
JCTreeTableModel Model that provides a tree and treetable interface.
 

Class Summary
BranchTree Class to wrap a tree model so that it only exposes branches; that is, non- Leaf nodes.
DefaultTreeIconRenderer Simple icon renderer for the default handling of icons in trees.
EmptyTreeTableModel An empty tree table model used by JCTreeTable and JCTreeExplorer in their default constructors.
NodeChildrenTable Class to map the children of a particular node in a JCTreeTableModel into a standard Swing TableModel.
TableFromTreeTable Class to wrap a treetable model so that the data in it can be viewed as a table model.
TreeTableSupport Internal class.
TreeWithSortableChildren Provides a sorted mapping for children of a given node.
TreeWithSortableChildren.HashObject Guarantees that the object that you are hashing will compare uniquely only to the object being stored therein.
 

Package com.klg.jclass.util.treetable Description

Contains support classes for JCTreeTable.


Copyright © 2004 Quest Software Inc..
All rights reserved.