Uses of Class
gov.nasa.worldwind.event.SelectEvent
-
Packages that use SelectEvent 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 -
-
Uses of SelectEvent in gov.nasa.worldwind
Methods in gov.nasa.worldwind with parameters of type SelectEvent Modifier and Type Method Description protected void
WorldWindowImpl. callSelectListeners(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.awt
Methods in gov.nasa.worldwind.awt with parameters of type SelectEvent Modifier and Type Method Description protected void
AWTInputHandler. callSelectListeners(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.event
Subclasses of SelectEvent in gov.nasa.worldwind.event Modifier and Type Class Description class
DragSelectEvent
This class is a specialization ofSelectEvent
and includes the pick point screen position of the most recent drag event prior to the current one.Methods in gov.nasa.worldwind.event with parameters of type SelectEvent Modifier and Type Method Description void
SelectListener. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers with parameters of type SelectEvent Modifier and Type Method Description void
TerrainProfileLayer. selected(SelectEvent event)
void
ViewControlsSelectListener. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render with parameters of type SelectEvent Modifier and Type Method Description protected void
AbstractBrowserBalloon. handleSelectEvent(SelectEvent event)
Deprecated.Sends the specifiedSelectEvent
to the balloon's internalWebView
.void
AbstractBrowserBalloon. selected(SelectEvent event)
Deprecated.Forwards theMouseEvent
associated with the specifiedevent
to the balloon's internalWebView
.void
ScreenCreditController. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as SelectEvent Modifier and Type Field Description protected SelectEvent
ShapeEditor. currentEvent
The event most recently recieved by the selection method.Methods in gov.nasa.worldwind.util that return SelectEvent Modifier and Type Method Description SelectEvent
ShapeEditor. getCurrentEvent()
Indicates the event most recently passed to the select handler.Methods in gov.nasa.worldwind.util with parameters of type SelectEvent Modifier and Type Method Description protected void
BasicDragger. dragLegacy(SelectEvent event)
Legacy drag approach, provided for objects not yet implementing theDraggable
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
AbstractHotSpot. selected(SelectEvent event)
Called when the HotSpot is selected in the WorldWindow.void
AbstractResizeHotSpot. selected(SelectEvent event)
Handle aSelectEvent
and callAbstractResizeHotSpot.beginDrag(java.awt.Point)
,AbstractResizeHotSpot.drag(java.awt.Point)
,AbstractResizeHotSpot.endDrag()
as appropriate.void
BasicDragger. selected(SelectEvent event)
void
HotSpot. selected(SelectEvent event)
Called when the HotSpot is selected in the WorldWindow.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. -
Uses of SelectEvent in gov.nasa.worldwind.util.measure
Methods in gov.nasa.worldwind.util.measure with parameters of type SelectEvent Modifier and Type Method Description protected void
MeasureToolController. doSelected(SelectEvent event)
protected void
MeasureToolController. dragSelected(SelectEvent event)
void
MeasureToolController. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwind.util.tree
Methods in gov.nasa.worldwind.util.tree with parameters of type SelectEvent Modifier and Type Method Description void
DragControl. selected(SelectEvent event)
Handle aSelectEvent
and callDragControl.beginDrag(java.awt.Point)
,DragControl.drag(java.awt.Point)
,DragControl.endDrag()
as appropriate.void
ScrollBar.ScrollControl. selected(SelectEvent event)
void
ScrollFrame. selected(SelectEvent event)
void
TreeHotSpot. selected(SelectEvent event)
Forwards the event to the parent HotSpot if the parent is non-null. -
Uses of SelectEvent in gov.nasa.worldwindx.applications.dataimporter
Methods in gov.nasa.worldwindx.applications.dataimporter with parameters of type SelectEvent Modifier and Type Method Description void
FileSetHighlighter. selected(SelectEvent event)
void
FileStoreSectorHighlighter. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwindx.applications.sar
Methods in gov.nasa.worldwindx.applications.sar with parameters of type SelectEvent Modifier and Type Method Description protected void
TrackController. onSelected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwindx.applications.worldwindow.core
Methods in gov.nasa.worldwindx.applications.worldwindow.core with parameters of type SelectEvent Modifier and Type Method 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
ExternalLinkController. selected(SelectEvent event)
void
IconController. selected(SelectEvent event)
void
InfoPanelController. selected(SelectEvent event)
void
ToolTipController. selected(SelectEvent event)
protected void
IconController. showContextMenu(SelectEvent event)
protected void
ToolTipController. showToolTip(SelectEvent event, java.lang.String text)
-
Uses of SelectEvent in gov.nasa.worldwindx.applications.worldwindow.features
Methods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type SelectEvent Modifier and Type Method Description void
StatusPanelImpl. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Methods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type SelectEvent Modifier and Type Method Description protected void
WWOMeasureTool. callSelectListeners(SelectEvent event)
protected void
WWOMeasureTool. doSelected(SelectEvent event)
protected void
WWOMeasureTool. dragSelected(SelectEvent event)
void
WWOMeasureTool. selected(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples with parameters of type SelectEvent Modifier and Type Method Description protected void
ContextMenusOnShapes.ContextMenuController. highlight(SelectEvent event, java.lang.Object o)
void
AnnotationControls.AppFrame. selected(SelectEvent e)
void
ClickAndGoSelectListener. selected(SelectEvent event)
Select Listener implementation.void
ContextMenusOnShapes.ContextMenuController. selected(SelectEvent event)
void
RubberSheetImage.Controller. selected(SelectEvent e)
void
ShapeClipping.AppFrame. selected(SelectEvent event)
void
ShapeEditing.AppFrame. selected(SelectEvent event)
void
ShapeEditingExtension.AppFrame. selected(SelectEvent event)
void
VideoOnTerrain.SurfaceImageDragger. selected(SelectEvent event)
protected void
ContextMenusOnShapes.ContextMenuController. showContextMenu(SelectEvent event)
-
Uses of SelectEvent in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml with parameters of type SelectEvent Modifier and Type Method Description void
KMLApplicationController. selected(SelectEvent event)
Animate the globe to a KML feature when the feature is clicked in the tree. -
Uses of SelectEvent in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util with parameters of type SelectEvent Modifier and Type Method Description protected void
BalloonController. destroyResizeController(SelectEvent event)
Destroy the active resize controller.protected void
HotSpotController. doSelected(SelectEvent event)
Updates the activeHotSpot
depending on the specified select event action:DRAG_END
- Forwards the event to the activeHotSpot
, 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 HotSpotprotected 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
BalloonController. selected(SelectEvent event)
void
ButtonAnnotation. selected(SelectEvent e)
void
DialogAnnotationController. selected(SelectEvent e)
void
HighlightController. selected(SelectEvent event)
void
HotSpotController. selected(SelectEvent event)
Updates the activeHotSpot
if necessary, and forwards the select event to the active HotSpot.void
LayerManagerLayer. selected(SelectEvent event)
SelectListener
implementation.void
ScreenSelector. selected(SelectEvent event)
void
SectorSelector. selected(SelectEvent event)
void
SurfaceImageEditor. selected(SelectEvent event)
void
ToolTipController. 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)
-