Uses of Class
PamView.paneloverlay.overlaymark.ExtMouseAdapter
Package
Description
-
Uses of ExtMouseAdapter in clickDetector
-
Uses of ExtMouseAdapter in clipgenerator.clipDisplay
-
Uses of ExtMouseAdapter in dataPlotsFX.overlaymark
Modifier and TypeClassDescriptionclass
A mouse adapter which allows panning of the display.class
Handles user mouse and touch interactions with the display.class
A TDMarker which uses the standard PamGuard behaviours from OverlayMarker;class
Adapter which converts the OverlayMark class within PAMGuard to the TDOverlayMarker used in the dataPlotsFX display.class
Handle mouse events from an FX display and send them off into the main panel marking thingamagig.class
An overlay adapter allows user mouse and touch interactions with the display. -
Uses of ExtMouseAdapter in dataPlotsFX.overlaymark.popUpMenu
Modifier and TypeMethodDescriptionboolean
TDPopUpMenuAdv.showPopupMenu
(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode) -
Uses of ExtMouseAdapter in PamView.paneloverlay.overlaymark
Modifier and TypeClassDescriptionclass
Handle data from multiple external mouse handlers returning an OR of their response to the various functions.class
Receive mouse actions made on the map, turn them into regions displayed as an overlay on the map and send the region information off to any observers who might be interested in those data.Modifier and TypeMethodDescriptionvoid
ExtMapMouseHandler.addMouseHandler
(ExtMouseAdapter mouseAdapter) boolean
ExtMapMouseHandler.removeMouseHandler
(ExtMouseAdapter mouseAdapter) Modifier and TypeMethodDescriptionboolean
ExtPopMenu.showPopupMenu
(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode) Show the pop up menuboolean
ExtPopMenuSimple.showPopupMenu
(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode) Show a master menu at the current mouse position. -
Uses of ExtMouseAdapter in Spectrogram