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 Object
getChild(Object parent, int index)
Returns the child atindex
.int
getChildCount(Object parent)
Returns the number of children ofparent
.Object
getRoot()
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:TreeModel
Returns the child atindex
.
-
getChildCount
public int getChildCount(Object parent)
Description copied from interface:TreeModel
Returns the number of children ofparent
.- Specified by:
getChildCount
in interfaceTreeModel
-
-