|
|||||||||
| 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 | |
|---|---|
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)
TreeModelindex.
getChild in interface TreeModelpublic int getChildCount(Object parent)
TreeModelparent.
getChildCount in interface TreeModelpublic Object getRoot()
TreeModel
getRoot in interface TreeModel
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||