Uses of Class
gov.nasa.worldwind.util.tree.ScrollBar
-
Packages that use ScrollBar Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of ScrollBar in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as ScrollBar Modifier and Type Field Description protected ScrollBar
ScrollFrame. horizontalScrollBar
Scroll bar to control horizontal scrolling.protected ScrollBar
ScrollBar.ScrollControl. scrollBar
protected ScrollBar
ScrollBar.ScrollKnob. scrollBar
protected ScrollBar
ScrollFrame. verticalScrollBar
Scroll bar to control vertical scrolling.Methods in gov.nasa.worldwind.util.tree that return ScrollBar Modifier and Type Method Description ScrollBar
ScrollFrame. getScrollBar(java.lang.String direction)
Get a reference to one of the frame's scroll bars.Constructors in gov.nasa.worldwind.util.tree with parameters of type ScrollBar Constructor Description ScrollControl(HotSpot parent, ScrollBar owner, java.lang.String adjustment)
ScrollKnob(HotSpot parent, ScrollBar owner)
-