public interface ITreeManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
nodeById(int nodeID)
Gets the object having the specified node Id.
|
com4j.Com4jObject |
nodeByPath(String path)
Gets the node at the specified tree path.
|
String |
nodePath(int nodeID)
Gets the node path, slash separated.
|
IList |
rootList(short val)
Gets list of available trees in the specified range.
|
com4j.Com4jObject |
treeRoot(String rootName)
The root node specified by the node name.
|
com4j.Com4jObject treeRoot(String rootName)
The root node specified by the node name.
Getter method for the COM property "TreeRoot"
rootName
- Mandatory java.lang.String parameter.String nodePath(int nodeID)
Gets the node path, slash separated.
Getter method for the COM property "NodePath"
nodeID
- Mandatory int parameter.com4j.Com4jObject nodeByPath(String path)
Gets the node at the specified tree path.
Getter method for the COM property "NodeByPath"
path
- Mandatory java.lang.String parameter.com4j.Com4jObject nodeById(int nodeID)
Gets the object having the specified node Id.
Getter method for the COM property "NodeById"
nodeID
- Mandatory int parameter.IList rootList(@DefaultValue(value="0") short val)
Gets list of available trees in the specified range.
Getter method for the COM property "RootList"
val
- Optional parameter. Default value is 0Copyright © 2020. All rights reserved.