Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
48 /** An interface to a control that displays a set of hierarchical data as an outline.
54 /** This interfaces provides access to the selection of tree nodes for this control.
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>.
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>.
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
111 collapsed and expanding failed because at least one of the registered
118 <p>Visible means it is either the root or all of its parents are expanded.</p>
124 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
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
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
196 …an integer giving the number of pixels horizontally from the left edge of the controls display area
198 … an integer giving the number of pixels vertically from the top edge of the controls display area
210 …an integer giving the number of pixels horizontally from the left edge of the controls display area
212 … an integer giving the number of pixels vertically from the top edge of the controls display area
218 /** returns the rectangle occupied by the visual representation of the given node
233 /** Returns <TRUE/> if one of tree's nodes is being currently edited.
266 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.