Package mondrian.gui.validate.impl
Class WorkbenchTreeModel
- java.lang.Object
-
- mondrian.gui.validate.impl.WorkbenchTreeModel
-
-
Constructor Summary
Constructors Constructor Description WorkbenchTreeModel(SchemaTreeModel schemaTreeModel)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
WorkbenchTreeModel
public WorkbenchTreeModel(SchemaTreeModel schemaTreeModel)
-
-
Method Detail
-
getChild
public Object getChild(Object parent, int index)
Description copied from interface:TreeModelReturns the child atindex.
-
getChildCount
public int getChildCount(Object parent)
Description copied from interface:TreeModelReturns the number of children ofparent.- Specified by:
getChildCountin interfaceTreeModel
-
-