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 TypeClassDescriptionclassA mouse adapter which allows panning of the display.classHandles user mouse and touch interactions with the display.classA TDMarker which uses the standard PamGuard behaviours from OverlayMarker;classAdapter which converts the OverlayMark class within PAMGuard to the TDOverlayMarker used in the dataPlotsFX display.classHandle mouse events from an FX display and send them off into the main panel marking thingamagig.classAn 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 TypeMethodDescriptionbooleanTDPopUpMenuAdv.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 TypeClassDescriptionclassHandle data from multiple external mouse handlers returning an OR of their response to the various functions.classReceive 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 TypeMethodDescriptionvoidExtMapMouseHandler.addMouseHandler(ExtMouseAdapter mouseAdapter) booleanExtMapMouseHandler.removeMouseHandler(ExtMouseAdapter mouseAdapter) Method parameters in PamView.paneloverlay.overlaymark with type arguments of type ExtMouseAdapterModifier and TypeMethodDescriptionbooleanExtPopMenu.showPopupMenu(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode) Show the pop up menubooleanExtPopMenuSimple.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