Uses of Class
adams.gui.visualization.debug.objecttree.Tree
-
Packages that use Tree Package Description adams.gui.visualization.debug adams.gui.visualization.debug.objecttree -
-
Uses of Tree in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as Tree Modifier and Type Field Description protected Tree
InspectionPanel. m_Tree
the tree for displaying the bean properties. -
Uses of Tree in adams.gui.visualization.debug.objecttree
Fields in adams.gui.visualization.debug.objecttree declared as Tree Modifier and Type Field Description protected Tree
Node. m_Owner
the tree this node belongs to.Methods in adams.gui.visualization.debug.objecttree that return Tree Modifier and Type Method Description Tree
Node. getOwner()
Returns the tree this node belongs to.Constructors in adams.gui.visualization.debug.objecttree with parameters of type Tree 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.
-