Lines Matching refs:object
54 * A <code>DefaultMutableTreeNode</code> may also hold a reference to a user object, the
57 * representation of its user object.
105 /** optional user object */
122 * children, and initializes it with the specified user object.
133 * the specified user object, and that allows children only if
326 * Sets the user object for this node to <code>userObject</code>.
338 * Returns this node's user object.
635 * Returns the user object path, from the root, to get to this node.
1234 * user object, or the empty string if the node has no user object.
1249 * user object, if any.
1405 public Object object;
1407 public QNode(Object object, QNode next) {
1408 this.object = object;
1427 Object retval = head.object;
1443 return head.object;