Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwind.event | |
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util | |
gov.nasa.worldwind.util.measure | |
gov.nasa.worldwind.util.tree |
A tree control drawn in the WorldWindow.
|
gov.nasa.worldwindx.applications.dataimporter | |
gov.nasa.worldwindx.applications.sar | |
gov.nasa.worldwindx.applications.worldwindow.core | |
gov.nasa.worldwindx.applications.worldwindow.features | |
gov.nasa.worldwindx.applications.worldwindow.util.measuretool | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
gov.nasa.worldwindx.examples.util |
Modifier and Type | Method and Description |
---|---|
protected void |
WorldWindowImpl.callSelectListeners(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AWTInputHandler.callSelectListeners(SelectEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
DragSelectEvent
This class is a specialization of
SelectEvent and includes the pick point screen position of the most recent
drag event prior to the current one. |
Modifier and Type | Method and Description |
---|---|
void |
SelectListener.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ViewControlsSelectListener.selected(SelectEvent event) |
void |
TerrainProfileLayer.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBrowserBalloon.handleSelectEvent(SelectEvent event)
Sends the specified
SelectEvent to the balloon's internal WebView . |
void |
ScreenCreditController.selected(SelectEvent event) |
void |
AbstractBrowserBalloon.selected(SelectEvent event)
Forwards the
MouseEvent associated with the specified event to the balloon's internal
WebView . |
Modifier and Type | Field and Description |
---|---|
protected SelectEvent |
ShapeEditor.currentEvent
The event most recently recieved by the selection method.
|
Modifier and Type | Method and Description |
---|---|
SelectEvent |
ShapeEditor.getCurrentEvent()
Indicates the event most recently passed to the select handler.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicDragger.dragLegacy(SelectEvent event)
Legacy drag approach, provided for objects not yet implementing the
Draggable interface. |
protected boolean |
AbstractHotSpot.isConsumed(SelectEvent event)
Determine if a select event, or the mouse event that generated the select event, has been consumed.
|
void |
ShapeEditor.selected(SelectEvent event)
The select handler, the method called when the user selects (rolls over, left clicks, etc.) the shape or a
control point.
|
void |
HotSpot.selected(SelectEvent event)
Called when the HotSpot is selected in the WorldWindow.
|
void |
BasicDragger.selected(SelectEvent event) |
void |
AbstractResizeHotSpot.selected(SelectEvent event)
Handle a
SelectEvent and call AbstractResizeHotSpot.beginDrag(java.awt.Point) , AbstractResizeHotSpot.drag(java.awt.Point) , AbstractResizeHotSpot.endDrag() as appropriate. |
void |
AbstractHotSpot.selected(SelectEvent event)
Called when the HotSpot is selected in the WorldWindow.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MeasureToolController.doSelected(SelectEvent event) |
protected void |
MeasureToolController.dragSelected(SelectEvent event) |
void |
MeasureToolController.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
TreeHotSpot.selected(SelectEvent event)
Forwards the event to the parent HotSpot if the parent is non-null.
|
void |
ScrollFrame.selected(SelectEvent event) |
void |
ScrollBar.ScrollControl.selected(SelectEvent event) |
void |
DragControl.selected(SelectEvent event)
Handle a
SelectEvent and call DragControl.beginDrag(java.awt.Point) , DragControl.drag(java.awt.Point) ,
DragControl.endDrag() as appropriate. |
Modifier and Type | Method and Description |
---|---|
void |
FileStoreSectorHighlighter.selected(SelectEvent event) |
void |
FileSetHighlighter.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
TrackController.onSelected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ToolTipController.getHoverText(SelectEvent event) |
protected java.lang.String |
ToolTipController.getRolloverText(SelectEvent event) |
protected void |
ToolTipController.handleHover(SelectEvent event) |
protected void |
ToolTipController.handleRollover(SelectEvent event) |
protected void |
IconController.highlight(SelectEvent event,
java.lang.Object o) |
void |
ToolTipController.selected(SelectEvent event) |
void |
InfoPanelController.selected(SelectEvent event) |
void |
IconController.selected(SelectEvent event) |
void |
ExternalLinkController.selected(SelectEvent event) |
protected void |
IconController.showContextMenu(SelectEvent event) |
protected void |
ToolTipController.showToolTip(SelectEvent event,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
void |
StatusPanelImpl.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
WWOMeasureTool.callSelectListeners(SelectEvent event) |
protected void |
WWOMeasureTool.doSelected(SelectEvent event) |
protected void |
WWOMeasureTool.dragSelected(SelectEvent event) |
void |
WWOMeasureTool.selected(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContextMenusOnShapes.ContextMenuController.highlight(SelectEvent event,
java.lang.Object o) |
void |
VideoOnTerrain.SurfaceImageDragger.selected(SelectEvent event) |
void |
ShapeEditingExtension.AppFrame.selected(SelectEvent event) |
void |
ShapeEditing.AppFrame.selected(SelectEvent event) |
void |
ShapeClipping.AppFrame.selected(SelectEvent event) |
void |
RubberSheetImage.Controller.selected(SelectEvent e) |
void |
ContextMenusOnShapes.ContextMenuController.selected(SelectEvent event) |
void |
ClickAndGoSelectListener.selected(SelectEvent event)
Select Listener implementation.
|
void |
AnnotationControls.AppFrame.selected(SelectEvent e) |
protected void |
ContextMenusOnShapes.ContextMenuController.showContextMenu(SelectEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
KMLApplicationController.selected(SelectEvent event)
Animate the globe to a KML feature when the feature is clicked in the tree.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BalloonController.destroyResizeController(SelectEvent event)
Destroy the active resize controller.
|
protected void |
HotSpotController.doSelected(SelectEvent event)
Updates the active
HotSpot depending on the specified select event action:
DRAG_END - Forwards the event to the active HotSpot , then updates the active HotSpot. ROLLOVER while not dragging - Updates the active HotSpot, then forwards the
event to the active HotSpot. Other event types - forwards the event to the active HotSpot |
protected void |
LayerManagerLayer.drag(SelectEvent event) |
protected void |
DialogAnnotationController.forwardToButtonAnnotations(Annotation annotation,
SelectEvent e) |
protected java.lang.String |
ToolTipController.getHoverText(SelectEvent event) |
protected java.lang.String |
ToolTipController.getRolloverText(SelectEvent event) |
protected java.awt.Point |
DialogAnnotationController.getToolTipPoint(SelectEvent e) |
protected void |
ToolTipController.handleHover(SelectEvent event) |
protected void |
ToolTipController.handleRollover(SelectEvent event) |
protected boolean |
ButtonAnnotation.isButtonPressed(SelectEvent e) |
protected boolean |
ButtonAnnotation.isButtonTrigger(SelectEvent e) |
protected boolean |
BalloonController.isLinkActivationTrigger(SelectEvent event)
Determines if a SelectEvent is an event that activates a hyperlink.
|
protected void |
ButtonAnnotation.onButtonPressed(SelectEvent e) |
protected boolean |
BalloonController.onFeatureLinkActivated(KMLRoot doc,
java.lang.String linkFragment,
SelectEvent event)
Called when a link to a KML feature is activated.
|
protected void |
BalloonController.onLinkActivated(SelectEvent event,
java.lang.String url)
Called when a URL in a balloon is activated.
|
protected void |
DialogAnnotationController.onSelected(SelectEvent e) |
protected void |
BalloonController.openInNewBrowser(SelectEvent event,
java.lang.String url)
Open a URL in a new web browser.
|
void |
ToolTipController.selected(SelectEvent event) |
void |
SurfaceImageEditor.selected(SelectEvent event) |
void |
SectorSelector.selected(SelectEvent event) |
void |
ScreenSelector.selected(SelectEvent event) |
void |
LayerManagerLayer.selected(SelectEvent event)
SelectListener implementation. |
void |
HotSpotController.selected(SelectEvent event)
Updates the active
HotSpot if necessary, and forwards the select event to the
active HotSpot. |
void |
HighlightController.selected(SelectEvent event) |
void |
DialogAnnotationController.selected(SelectEvent e) |
void |
ButtonAnnotation.selected(SelectEvent e) |
void |
BalloonController.selected(SelectEvent event) |
protected void |
DialogAnnotationController.showToolTip(SelectEvent e,
ButtonAnnotation annotation) |
protected void |
ToolTipController.showToolTip(SelectEvent event,
java.lang.String text) |
protected void |
DialogAnnotationController.updateCursor(SelectEvent e) |
protected void |
DialogAnnotationController.updateToolTip(SelectEvent e) |