Uses of Interface
gov.nasa.worldwind.util.HotSpot
- 
Packages that use HotSpot Package Description gov.nasa.worldwind.util gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.gov.nasa.worldwindx.examples.util 
- 
- 
Uses of HotSpot in gov.nasa.worldwind.utilClasses in gov.nasa.worldwind.util that implement HotSpot Modifier and Type Class Description classAbstractHotSpotAbstractHotSpot is an abstract base class for theHotSpotinterface.classAbstractResizeHotSpotA HotSpot for resizing a frame or window.
- 
Uses of HotSpot in gov.nasa.worldwind.util.treeClasses in gov.nasa.worldwind.util.tree that implement HotSpot Modifier and Type Class Description classDragControlATreeHotSpotthat can handle drag events.classFrameResizeControlA screen control for resizing a frame.classScrollBar.ScrollControlControl for the scroll arrows and areas of the scroll bar above and below the knob.classScrollBar.ScrollKnobControl for dragging the scroll knob.classScrollFrameA frame that can scroll its contents.classTreeHotSpotAn area of aTreethat can receive select and mouse events.Fields in gov.nasa.worldwind.util.tree declared as HotSpot Modifier and Type Field Description protected HotSpotScrollFrame. minimizeButtonHotSpot to handle user input on the minimize button.protected HotSpotTreeHotSpot. parentThe parent HotSpot, or null if this TreeHotSpot has no parent.protected HotSpotScrollBar. scrollDownBlockControlHotSpot to handle input on page down control.protected HotSpotScrollBar. scrollDownControlHotSpot to handle input on the scroll down control.protected HotSpotScrollBar. scrollUpBlockControlHotSpot to handle input on page up control.protected HotSpotScrollBar. scrollUpControlHotSpot to handle input on the scroll up control.Methods in gov.nasa.worldwind.util.tree that return HotSpot Modifier and Type Method Description 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.Methods in gov.nasa.worldwind.util.tree with parameters of type HotSpot Modifier and Type Method Description protected voidScrollBar. initializeUIControls(HotSpot parent)Initialize the objects that represent the UI controls.Constructors in gov.nasa.worldwind.util.tree with parameters of type HotSpot Constructor Description DragControl(HotSpot parent)Create a drag control.ScrollBar(HotSpot parent)Create a scroll bar in the vertical orientation.ScrollBar(HotSpot parent, java.lang.String orientation)Create a scroll bar with an orientation.ScrollControl(HotSpot parent, ScrollBar owner, java.lang.String adjustment)ScrollKnob(HotSpot parent, ScrollBar owner)TreeHotSpot(HotSpot parent)Create a hot spot.
- 
Uses of HotSpot in gov.nasa.worldwindx.examples.utilClasses in gov.nasa.worldwindx.examples.util that implement HotSpot Modifier and Type Class Description classBalloonResizeControllerCreate a controller to resize aBalloonby dragging the mouse.Fields in gov.nasa.worldwindx.examples.util declared as HotSpot Modifier and Type Field Description protected HotSpotHotSpotController. activeHotSpotMethods in gov.nasa.worldwindx.examples.util that return HotSpot Modifier and Type Method Description protected HotSpotHotSpotController. getActiveHotSpot()Returns the currently activeHotSpot, ornullif there is no active HotSpot.Methods in gov.nasa.worldwindx.examples.util with parameters of type HotSpot Modifier and Type Method Description protected voidHotSpotController. setActiveHotSpot(HotSpot hotSpot)Sets the activeHotSpotto the specified HotSpot.
 
-