Uses of Class
adams.gui.visualization.debug.objecttree.Node
-
Packages that use Node Package Description adams.gui.visualization.debug.objecttree -
-
Uses of Node in adams.gui.visualization.debug.objecttree
Methods in adams.gui.visualization.debug.objecttree that return Node Modifier and Type Method Description Node
Node. getParent()
Returns the parent of this node.Methods in adams.gui.visualization.debug.objecttree with parameters of type Node Modifier and Type Method Description protected boolean
Tree. selectPropertyPath(Node parent, String[] path, int index)
Attempts to select the specified property path.Constructors in adams.gui.visualization.debug.objecttree with parameters of type Node Constructor Description Node(Tree owner, Node parent, String property, Object obj)
Initializes the node.Node(Tree owner, Node parent, String property, Object obj, NodeType type)
Initializes the node.
-