|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.gui.validate.impl.WorkbenchTreeModel
public class WorkbenchTreeModel
Implementation of TreeModel
for Workbench.
Constructor Summary | |
---|---|
WorkbenchTreeModel(SchemaTreeModel schemaTreeModel)
|
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. |
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 Object getChild(Object parent, int index)
TreeModel
index
.
getChild
in interface TreeModel
public int getChildCount(Object parent)
TreeModel
parent
.
getChildCount
in interface TreeModel
public Object getRoot()
TreeModel
getRoot
in interface TreeModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |