mondrian.gui.validate
Interface TreeModel

All Known Implementing Classes:
WorkbenchTreeModel

public interface TreeModel

A generalization of a javax.swing.tree.TreeModel.

Author:
mlowery
 

Method Summary
 Object getChild(Object parent, int index)
          Returns the child at index.
 int getChildCount(Object parent)
          Returns the number of children of parent.
 Object getRoot()
          Returns the root object of this tree model.
 

Method Detail

getChildCount

int getChildCount(Object parent)
Returns the number of children of parent.


getChild

Object getChild(Object parent,
                int index)
Returns the child at index.


getRoot

Object getRoot()
Returns the root object of this tree model.


SourceForge.net_Logo