Uses of Interface
gov.nasa.worldwind.util.tree.TreeModel
-
Packages that use TreeModel 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. -
-
Uses of TreeModel in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement TreeModel Modifier and Type Class Description class
LayerTreeModel
A tree model representing
objects and their content.Layer
-
Uses of TreeModel in gov.nasa.worldwind.util.tree
Classes in gov.nasa.worldwind.util.tree that implement TreeModel Modifier and Type Class Description class
BasicTreeModel
Basic implementation of aTreeModel
.Fields in gov.nasa.worldwind.util.tree declared as TreeModel Modifier and Type Field Description protected TreeModel
BasicTree. model
Methods in gov.nasa.worldwind.util.tree that return TreeModel Modifier and Type Method Description TreeModel
BasicTree. getModel()
Get the tree model.TreeModel
Tree. getModel()
Get the tree model.Methods in gov.nasa.worldwind.util.tree with parameters of type TreeModel Modifier and Type Method Description void
BasicTree. setModel(TreeModel model)
Set the tree model.void
Tree. setModel(TreeModel model)
Set the tree model.
-