Uses of Interface
gov.nasa.worldwind.util.tree.Scrollable
-
Packages that use Scrollable Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of Scrollable in gov.nasa.worldwind.util.tree
Classes in gov.nasa.worldwind.util.tree that implement Scrollable Modifier and Type Class Description class
BasicTreeLayout
Layout that draws aTree
similar to a file browser tree.Fields in gov.nasa.worldwind.util.tree declared as Scrollable Modifier and Type Field Description protected Scrollable
ScrollFrame. contents
The contents of the frame.Methods in gov.nasa.worldwind.util.tree that return Scrollable Modifier and Type Method Description Scrollable
ScrollFrame. getContents()
Indicates the frame contents.Methods in gov.nasa.worldwind.util.tree with parameters of type Scrollable Modifier and Type Method Description void
ScrollFrame. setContents(Scrollable contents)
Specifies the frame contents.
-