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 TreeInspectionPanel. m_Treethe 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 TreeNode. m_Ownerthe tree this node belongs to.Methods in adams.gui.visualization.debug.objecttree that return Tree Modifier and Type Method Description TreeNode. 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.
-