Class AttributeTree

java.lang.Object
com.pixelmed.dicom.AttributeTree
All Implemented Interfaces:
TreeModel

public class AttributeTree extends Object implements TreeModel

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

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

See Also: