Uses of Interface
gov.nasa.worldwind.util.tree.TreeNode
- 
Packages that use TreeNode Package Description gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).
- 
- 
Uses of TreeNode in gov.nasa.worldwind.util.layertreeClasses in gov.nasa.worldwind.util.layertree that implement TreeNode Modifier and Type Class Description classKMLContainerTreeNodeAKMLFeatureTreeNodethat represents a KML container defined by aKMLAbstractContainerclassKMLFeatureTreeNodeATreeNodethat represents a KML feature defined by aKMLAbstractFeatureclassKMLLayerTreeNodeALayerTreeNodethat represents a KML feature hierarchy defined by aKMLRootclassKMLNetworkLinkTreeNodeAKMLFeatureTreeNodethat represents a KML network link defined by aKMLNetworkLinkclassLayerTreeNodeATreeNodethat represents aLayerMethods in gov.nasa.worldwind.util.layertree that return TreeNode Modifier and Type Method Description protected TreeNodeLayerTreeModel. createRootNode()Returns a new rootTreeNodefor this tree model.
- 
Uses of TreeNode in gov.nasa.worldwind.util.treeClasses in gov.nasa.worldwind.util.tree that implement TreeNode Modifier and Type Class Description classBasicTreeNodeDefault implementation of aTreeNode.Fields in gov.nasa.worldwind.util.tree declared as TreeNode Modifier and Type Field Description protected TreeNodeBasicTreeLayout.NodeLayout. nodeNode that this layout applies to.protected TreeNodeBasicTreeNode. parentprotected TreeNodeBasicTreeModel. rootThe root node.protected TreeNodeBasicTreeLayout. scrollToNodeThis field is set byBasicTreeLayout.makeVisible(TreePath), and read byBasicTreeLayout.scrollToNode(gov.nasa.worldwind.render.DrawContext)during rendering.Fields in gov.nasa.worldwind.util.tree with type parameters of type TreeNode Modifier and Type Field Description protected java.util.List<TreeNode>BasicTreeNode. childrenprotected BoundedHashMap<TreeNode,BasicTreeLayout.NodeLayout>BasicTreeLayout. layoutCacheCache of computed node layout data.Methods in gov.nasa.worldwind.util.tree that return TreeNode Modifier and Type Method Description TreeNodeBasicTree. getNode(TreePath path)Locate a node in the tree.TreeNodeTree. getNode(TreePath path)Locate a node in the tree.TreeNodeBasicTreeNode. getParent()Get the node's parent.TreeNodeTreeNode. getParent()Get the node's parent.TreeNodeBasicTreeModel. getRoot()Get the root node of the tree.TreeNodeTreeModel. getRoot()Get the root node of the tree.Methods in gov.nasa.worldwind.util.tree that return types with arguments of type TreeNode Modifier and Type Method Description java.lang.Iterable<TreeNode>BasicTreeNode. getChildren()Get the children of this node.java.lang.Iterable<TreeNode>TreeNode. getChildren()Get the children of this node.Methods in gov.nasa.worldwind.util.tree with parameters of type TreeNode Modifier and Type Method Description voidBasicTreeNode. addChild(int index, TreeNode child)Add a child node at a specified position in the list of children.voidBasicTreeNode. addChild(TreeNode child)Add a child node.voidTreeNode. addChild(int index, TreeNode child)Add a child node at a specified position in the list of children.voidTreeNode. addChild(TreeNode child)Add a child node.protected voidBasicTreeLayout. computeSize(Tree tree, TreeNode root, DrawContext dc, java.awt.Dimension frameSize, java.awt.Dimension size, int x, int level)Compute the size of a tree.protected voidBasicTreeLayout. computeTreeLayout(TreeNode root, DrawContext dc, java.awt.Dimension frameSize, java.awt.Point location, int level, java.util.List<BasicTreeLayout.NodeLayout> nodes)Determine the tree layout.protected java.lang.StringBasicTreeLayout. computeWrappedText(DrawContext dc, TreeNode node, java.awt.Font font, int width)Get the wrapped description text for a node.protected HotSpotBasicTreeLayout. createSelectControl(TreeNode node)Create a pickable object to represent selection control in the tree.protected HotSpotBasicTreeLayout. createTogglePathControl(Tree tree, TreeNode node)Create a pickable object to represent a toggle control in the tree.protected java.awt.RectangleBasicTreeLayout. findNodeBounds(TreeNode needle, TreeNode haystack, DrawContext dc, java.awt.Dimension frameSize, java.awt.Point location, int level)Find the bounds of a node in the tree.protected java.lang.StringBasicTreeLayout. getDescriptionText(TreeNode node)Get the description text for a node.java.awt.DimensionBasicTreeLayout. getNodeSize(DrawContext dc, java.awt.Dimension frameSize, int x, TreeNode node, TreeAttributes attributes)Compute the size of a node.protected java.lang.StringBasicTreeLayout. getText(TreeNode node)Get the text for a node.booleanBasicTree. isNodeExpanded(TreeNode node)Is a node expanded?booleanTree. isNodeExpanded(TreeNode node)Is a node expanded?protected booleanBasicTreeLayout. mustDisplayNode(TreeNode node, int level)Determine if a node needs to be displayed.voidBasicTreeNode. removeChild(TreeNode child)Remove a child node.voidTreeNode. removeChild(TreeNode child)Remove a child node.protected voidBasicTreeLayout. setDescendantsSelected(TreeNode node, boolean selected)Sets the selection state of the branch beneath the specifiednode.voidBasicTreeNode. setParent(TreeNode node)Set the parent node.voidTreeNode. setParent(TreeNode node)Set the parent node.voidBasicTreeModel. setRoot(TreeNode root)Set the root node.protected voidBasicTreeLayout. toggleNodeSelection(TreeNode node)Toggles the selection state of the specifiednode.Constructors in gov.nasa.worldwind.util.tree with parameters of type TreeNode Constructor Description BasicTreeModel(TreeNode root)Create a tree model with a root node.NodeLayout(TreeNode node)Create a new node layout.
- 
Uses of TreeNode in gov.nasa.worldwindx.examples.kmlFields in gov.nasa.worldwindx.examples.kml declared as TreeNode Modifier and Type Field Description protected TreeNodeKMLApplicationController. highlightedNodeIndicates theTreeNodecurrently under the cursor.
 
-