Lines Matching refs:Node

69     /** Returns <TRUE/> if <var>Node</var> is currently expanded.
71 @param Node
75 <FALSE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
76 <TRUE/> if <var>Node</var> and all of its parent nodes are expanded.
79 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
81 boolean isNodeExpanded( [in] XTreeNode Node )
84 /** Returns <TRUE/> if <var>Node</var> is currently collapsed.
86 @param Node
90 <TRUE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
91 <FALSE/> if <var>Node</var> and all of its parent nodes are expanded
94 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
96 boolean isNodeCollapsed( [in] XTreeNode Node )
99 /** Ensures that <var>Node</var> is currently visible.
103 @param Node
107 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
110 if <var>Node</var>can't be made visible since at least one of the parent nodes are
114 void makeNodeVisible( [in] XTreeNode Node )
117 /** Returns <TRUE/> if <var>Node</var> is currently visible.
121 <TRUE/> if <var>Node</var> is visible, otherwise <FALSE/>
124 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
126 boolean isNodeVisible( [in] XTreeNode Node )
129 /** Ensures that <var>Node</var> is expanded and visible.
130 <p>If <var>Node</var> is a leaf node, this will have no effect.</p>
132 @param Node
136 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
139 if expanding <var>Node</var> failed because at least one of the registered
142 void expandNode( [in] XTreeNode Node )
145 /** Ensures that <var>Node</var> is collapsed.
147 @param Node
151 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
154 if collapsing <var>Node</var> failed because at least one of the registered
157 void collapseNode( [in] XTreeNode Node )
220 @param Node
226 getNodeRect( [in] XTreeNode Node )
255 /** Selects <var>Node</var> and initiates editing.
260 <p>Calling this method also ensures that <var>Node</var> will become visible.</p>
262 @param Node
266 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
268 void startEditingAtNode( [in] XTreeNode Node )