Lines Matching refs:node

109       * the node should be selected before editing, used in completeEditing. */
136 /** Reponsible for telling the TreeState the size needed for a node. */
439 * Determines whether the node handles are to be displayed.
566 * Returns the path to the node that is closest to x,y. If
841 * the size of a given node in the tree.
960 * stamping of each node.
1172 // Information for the node being rendered.
1356 // Don't paint the legs for the root'ish node if the
1588 * parent node by default. This method makes the leg start below that.
1596 * right of the left-hand side of the child node by default. This
2115 * Will start editing for node if there is a cellEditor and
2240 * in the area of row that is used to expand/collapse the node and
2241 * the node at <code>row</code> does not represent a leaf.
2306 * Returning true signifies a mouse event on the node should toggle
2315 * Returning true signifies a mouse event on the node should select
2383 /* Control toggles just this node. */
2404 * @return true if the node at <code>row</code> is a leaf.
2772 * Class responsible for getting size of node, method is forwarded
2780 * Responsible for getting the size of a particular node.
2919 * Will toggle the expandedness of a node, as well as potentially
3223 Object node = path.getLastPathComponent();
3224 boolean leaf = model.isLeaf(node);
3252 Object node = path.getLastPathComponent();
3253 return tree.convertValueToText(node, selected, tree.isExpanded(row),
4391 /* Try and expand the node, otherwise go to next
4392 node. */
4407 /* Try to collapse node. */