|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.gui.validate.impl.WorkbenchTreeModel
public class WorkbenchTreeModel
Implementation of TreeModel
for Workbench.
Constructor Summary | |
---|---|
WorkbenchTreeModel(SchemaTreeModel schemaTreeModel)
|
Method Summary | |
---|---|
java.lang.Object |
getChild(java.lang.Object parent,
int index)
Returns the child at index . |
int |
getChildCount(java.lang.Object parent)
Returns the number of children of parent . |
java.lang.Object |
getRoot()
Returns the root object of this tree model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkbenchTreeModel(SchemaTreeModel schemaTreeModel)
Method Detail |
---|
public java.lang.Object getChild(java.lang.Object parent, int index)
TreeModel
index
.
getChild
in interface TreeModel
public int getChildCount(java.lang.Object parent)
TreeModel
parent
.
getChildCount
in interface TreeModel
public java.lang.Object getRoot()
TreeModel
getRoot
in interface TreeModel
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |