Uses of Class javax.swing.tree.DefaultMutableTreeNode

Uses in package javax.swing

Classes derived from javax.swing.tree.DefaultMutableTreeNode

class

Methods with parameter type javax.swing.tree.DefaultMutableTreeNode

void

Uses in package javax.swing.tree

Methods with parameter type javax.swing.tree.DefaultMutableTreeNode

TreeNode
getSharedAncestor
boolean
Returns true if node is a descendant of this tree node, and false otherwise.
boolean
isNodeRelated

Methods with return type javax.swing.tree.DefaultMutableTreeNode

DefaultMutableTreeNode
Returns the first leaf node that is a descendant of this node.
DefaultMutableTreeNode
Returns the last leaf node that is a descendant of this node.
DefaultMutableTreeNode
Returns the next leaf node after this tree node.
DefaultMutableTreeNode
getNextNode
DefaultMutableTreeNode
Returns the next sibling for this tree node.
DefaultMutableTreeNode
Returns the previous leaf node before this tree node.
DefaultMutableTreeNode
getPreviousNode
DefaultMutableTreeNode
Returns the previous sibling for this tree node.