Package | Description |
---|---|
gov.nasa.worldwind.util.layertree |
Displays a list of layers using
BasicTree . |
gov.nasa.worldwind.util.tree |
A tree control drawn in the world window.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerTreeModel
A tree model representing
objects and their content. |
Modifier and Type | Class and Description |
---|---|
class |
BasicTreeModel
Basic implementation of a
TreeModel . |
Modifier and Type | Field and Description |
---|---|
protected TreeModel |
BasicTree.model |
Modifier and Type | Method and Description |
---|---|
TreeModel |
BasicTree.getModel()
Get the tree model.
|
TreeModel |
Tree.getModel()
Get the tree model.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTree.setModel(TreeModel model)
Set the tree model.
|
void |
Tree.setModel(TreeModel model)
Set the tree model.
|