CaptureTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file.
|
ClickTextNode |
|
Action to click a node according to its text value. Currently, this component function
is for JavaTrees and works differently than documented in TreeViewFunctions (though that
functionality may be added in the near future).
|
ClickUnverifiedTextNode |
|
Action to blindly click a node according to its text value. Currently, this component function
is for JavaTrees and may work differently than documented in TreeViewFunctions.
|
Collapse |
|
Deprecated For:CollapseTextNode |
CollapsePartialTextNode |
|
Action to collapse a node according to a partial match of its text value.
|
CollapseTextNode |
|
Action to collapse a node according to its text value.
|
CollapseUnverifiedTextNode |
|
Action to blindly collapse a node according to its text value.
|
CtrlClickUnverifiedTextNode |
|
Action to blindly CTRL-click a node according to its text value. Currently, this component function is for JavaTrees only.
|
DoubleClickTextNode |
|
Action to double-click a node according to its text value. Currently, this component function
is for JavaTrees and works differently than documented in TreeViewFunctions (though that
functionality may be added in the near future).
|
DoubleClickUnverifiedTextNode |
|
Action to blindly double-click a node according to its text value. Currently, this component function
is for JavaTrees and may work differently than documented in TreeViewFunctions.
|
Expand |
|
Deprecated For:ExpandTextNode |
ExpandPartialTextNode |
|
Action to expand a node according to a partial match of text value.
|
ExpandTextNode |
|
Action to expand a node according to its text value.
|
ExpandUnverifiedTextNode |
|
Action to blindly expand a node according to its text value.
|
MakeSelection |
|
Deprecated For:SelectTextNode |
PartialMatchTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
RightClickTextNode |
|
Action to right-click a node according to its text value. Currently, this component function
is for JavaTrees and works differently than documented in TreeViewFunctions (though that
functionality may be added in the near future).
|
RightClickUnverifiedTextNode |
|
Action to blindly right-click a node according to its text value. Currently, this component function
is for JavaTrees and may work differently than documented in TreeViewFunctions.
|
SelectAnotherPartialTextNode |
|
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
Performs selection as if CTRL key were held down during selection.
|
SelectAnotherTextNode |
|
Action to select a node according to its text value, in addition to any nodes already selected.
|
SelectAnotherUnverifiedTextNode |
|
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
SelectPartialTextNode |
|
Action to select a node according to a partial match of its text value.
Performs selection as if CTRL key were held down during selection.
|
SelectTextNode |
|
Action to select a node according to its text value.
|
SelectUnverifiedTextNode |
|
Action to blindly select a node according to its text value.
|
SetTreeContainsNode |
|
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
SetTreeContainsPartialMatch |
|
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ShiftClickUnverifiedTextNode |
|
Action to blindly SHIFT-click a node according to its text value. Currently, this component function is for JavaTrees only.
|
VerifyTreeContainsNode |
|
Verify that a tree contains the provided node.
|
VerifyTreeContainsPartialMatch |
|
Verify that a tree contains the provided node according to a partial match of the node's text value.
|