Uses of Class
PamView.paneloverlay.overlaymark.ExtMouseAdapter
Packages that use ExtMouseAdapter
Package
Description
-
Uses of ExtMouseAdapter in clickDetector
Subclasses of ExtMouseAdapter in clickDetector -
Uses of ExtMouseAdapter in clipgenerator.clipDisplay
Subclasses of ExtMouseAdapter in clipgenerator.clipDisplay -
Uses of ExtMouseAdapter in dataPlotsFX.overlaymark
Subclasses of ExtMouseAdapter in dataPlotsFX.overlaymarkModifier 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
Method parameters in dataPlotsFX.overlaymark.popUpMenu with type arguments of type ExtMouseAdapterModifier and TypeMethodDescriptionboolean
TDPopUpMenuAdv.showPopupMenu
(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode) -
Uses of ExtMouseAdapter in PamView.paneloverlay.overlaymark
Subclasses of ExtMouseAdapter in PamView.paneloverlay.overlaymarkModifier 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.Methods in PamView.paneloverlay.overlaymark with parameters of type ExtMouseAdapterModifier and TypeMethodDescriptionvoid
ExtMapMouseHandler.addMouseHandler
(ExtMouseAdapter mouseAdapter) boolean
ExtMapMouseHandler.removeMouseHandler
(ExtMouseAdapter mouseAdapter) Method parameters in PamView.paneloverlay.overlaymark with type arguments of type ExtMouseAdapterModifier 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
Subclasses of ExtMouseAdapter in Spectrogram