Uses of Interface
Layout.DisplayPanelProvider
Packages that use DisplayPanelProvider
Package
Description
-
Uses of DisplayPanelProvider in clickDetector
Classes in clickDetector that implement DisplayPanelProviderModifier and TypeClassDescriptionclass
The implementation of DisplayPanelProvider should be created as a single instance (or one for each instance of the detector which has this display).class
-
Uses of DisplayPanelProvider in fftManager
Classes in fftManager that implement DisplayPanelProvider -
Uses of DisplayPanelProvider in gpl.swing
Classes in gpl.swing that implement DisplayPanelProviderConstructors in gpl.swing with parameters of type DisplayPanelProviderModifierConstructorDescriptionGPLDisplayPanel
(GPLControlledUnit gplControl, DisplayPanelProvider displayPanelProvider, DisplayPanelContainer displayPanelContainer) -
Uses of DisplayPanelProvider in IshmaelDetector
Classes in IshmaelDetector that implement DisplayPanelProviderModifier and TypeClassDescriptionclass
IshDetGraphics displays a detection function from an Ishmael-type detector (EnergySum, MatchFilt, SgramCorr). -
Uses of DisplayPanelProvider in IshmaelLocator
Classes in IshmaelLocator that implement DisplayPanelProvider -
Uses of DisplayPanelProvider in Layout
Methods in Layout that return DisplayPanelProviderMethods in Layout that return types with arguments of type DisplayPanelProviderModifier and TypeMethodDescriptionstatic ArrayList<DisplayPanelProvider>
DisplayProviderList.getDisplayPanelProviders()
Methods in Layout with parameters of type DisplayPanelProviderModifier and TypeMethodDescriptionstatic void
DisplayProviderList.addDisplayPanelProvider
(DisplayPanelProvider displayPanelProvider) static void
DisplayProviderList.removeDisplayPanelProvider
(DisplayPanelProvider displayPanelProvider) Constructors in Layout with parameters of type DisplayPanelProviderModifierConstructorDescriptionDisplayPanel
(DisplayPanelProvider displayPanelProvider, DisplayPanelContainer displayPanelContainer) Standard Display panel constructor -
Uses of DisplayPanelProvider in PamguardMVC
Classes in PamguardMVC that implement DisplayPanelProviderModifier and TypeClassDescriptionclass
RawDataDisplay is used to create plug in panels that can be used at the bottom of spectrogram windows (and eventually other displays).Constructors in PamguardMVC with parameters of type DisplayPanelProviderModifierConstructorDescriptionRawDisplayPanel
(DisplayPanelProvider displayPanelProvider, DisplayPanelContainer displayPanelContainer) -
Uses of DisplayPanelProvider in seismicVeto
Classes in seismicVeto that implement DisplayPanelProviderModifier and TypeClassDescriptionclass
Provide a graphics planel, or panels that can be added to the bottom of spectrogram displays.