Lines Matching refs:XTreeNode

57         <type>XTreeNode</type> or sequence&lt;<type>XTreeNode</type>&gt;.</p>
60 returns an emtpy any for no selection, an any with <type>XTreeNode</type> for
61 a single selection and a sequence&lt;<type>XTreeNode</type>&gt; for a multiselection.
72 the <type>XTreeNode</type> specifying the node to check.
81 boolean isNodeExpanded( [in] XTreeNode Node )
87 the <type>XTreeNode</type> specifying the node to check
96 boolean isNodeCollapsed( [in] XTreeNode Node )
104 the <type>XTreeNode</type> specifying the node to make visible.
114 void makeNodeVisible( [in] XTreeNode Node )
126 boolean isNodeVisible( [in] XTreeNode Node )
133 the <type>XTreeNode</type> identifying a node.
142 void expandNode( [in] XTreeNode Node )
148 the <type>XTreeNode</type> identifying a node
157 void collapseNode( [in] XTreeNode Node )
178 …<p>This can be overriden for individual nodes by <member>XTreeNode::getExpandedGraphicURL()</membe…
185 …<p>This can be overriden for individual nodes by <member>XTreeNode::getCollapsedGraphicURL()</memb…
200 …the <type>XTreeNode</type> for the node at that location, or 0 if there is no node at the given po…
202 XTreeNode getNodeForLocation( [in] long x, [in] long y );
214 …the <type>XTreeNode</type> for the node closest to that location, null if nothing is viewable or t…
216 XTreeNode getClosestNodeForLocation( [in] long x, [in] long y );
226 getNodeRect( [in] XTreeNode Node )
263 the <type>XTreeNode</type> identifying a node.
268 void startEditingAtNode( [in] XTreeNode Node )