Package mondrian.gui.validate
Interface TreeModel
-
- All Known Implementing Classes:
WorkbenchTreeModel
public interface TreeModelA generalization of ajavax.swing.tree.TreeModel.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetChild(Object parent, int index)Returns the child atindex.intgetChildCount(Object parent)Returns the number of children ofparent.ObjectgetRoot()Returns the root object of this tree model.
-