|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.gui.validate.impl.WorkbenchTreeModelPath
public class WorkbenchTreeModelPath
Implementation of TreeModelPath for Workbench.
| Field Summary | |
|---|---|
(package private) javax.swing.tree.TreePath |
treePath
|
| Constructor Summary | |
|---|---|
WorkbenchTreeModelPath(javax.swing.tree.TreePath treePath)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getPathComponent(int element)
Returns the component of the path at the given index. |
int |
getPathCount()
Returns the length of this path. |
boolean |
isEmpty()
Returns true if path has no components. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
javax.swing.tree.TreePath treePath
| Constructor Detail |
|---|
public WorkbenchTreeModelPath(javax.swing.tree.TreePath treePath)
| Method Detail |
|---|
public java.lang.Object getPathComponent(int element)
TreeModelPath
getPathComponent in interface TreeModelPathpublic int getPathCount()
TreeModelPath
getPathCount in interface TreeModelPathpublic boolean isEmpty()
TreeModelPath
isEmpty in interface TreeModelPath
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||