Class DatabaseTreeModel

java.lang.Object
com.pixelmed.database.DatabaseTreeModel
All Implemented Interfaces:
TreeModel

public class DatabaseTreeModel extends Object implements TreeModel

The DatabaseTreeModel class implements a TreeModel to abstract the contents of a database as a tree in order to provide support for a DatabaseTreeBrowser.

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