|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.tree.CoTreeUtils
@Deprecated public abstract class CoTreeUtils
The utility class implementing tree related utility methods.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static CoTree |
findTree(CoTreeNode node,
CoEnvData envData)
Deprecated. Returns a tree element for a given tree node element Supported API: true |
static CoTreeNode |
getAnscestorTreeNode(CoElement element,
CoEnvData envData)
Deprecated. Returns an ancestor tree node element for a given conceptual element. |
static CoAction |
getDescendentTreeAction(CoTreeNode treeNode,
CoEnvData envData)
Deprecated. Returns a tree action descendent element of the specified tree node. |
static Iterator |
getTreeNodeIterator(CoTree tree,
CoEnvData envData)
Deprecated. Returns iterator over a collection of tree node elements for a given tree. |
static ArrayList |
getTreeNodeList(CoTree tree,
CoEnvData envData)
Deprecated. Returns a list of tree node elements for a given tree. |
static boolean |
isNodeVisible(CoTreeNode treeNode,
CoEnvData envData)
Deprecated. Returns whether a tree node can be visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CoTree findTree(CoTreeNode node,
CoEnvData envData)
throws WTException
node - envData -
WTException
public static ArrayList getTreeNodeList(CoTree tree,
CoEnvData envData)
throws WTException
tree - envData -
WTException
public static Iterator getTreeNodeIterator(CoTree tree,
CoEnvData envData)
throws WTException
tree - envData -
WTException
public static CoAction getDescendentTreeAction(CoTreeNode treeNode,
CoEnvData envData)
throws WTException
CoTreeNodeActionModel.
treeNode - envData -
WTException
public static CoTreeNode getAnscestorTreeNode(CoElement element,
CoEnvData envData)
throws WTException
element - envData -
WTException
public static boolean isNodeVisible(CoTreeNode treeNode,
CoEnvData envData)
throws WTException
showRootNode flag is set to false.
treeNode - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||