Class SCPTree

java.lang.Object
com.pixelmed.scpecg.SCPTree
All Implemented Interfaces:
TreeModel

public class SCPTree extends Object implements TreeModel

The SCPTree class implements a TreeModel to abstract the contents of a list of attributes as a tree in order to provide support for a SCPTreeBrowser.

For details of some of the methods implemented here see javax.swing.tree.TreeModel.

See Also: