Uses of Interface
Layout.DisplayPanelProvider
Packages that use DisplayPanelProvider
Package
Description
- 
Uses of DisplayPanelProvider in clickDetector
Classes in clickDetector that implement DisplayPanelProviderModifier and TypeClassDescriptionclassThe 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 TypeClassDescriptionclassIshDetGraphics 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
Fields in Layout declared as DisplayPanelProviderModifier and TypeFieldDescriptionprotected DisplayPanelProviderDisplayPanel.displayPanelProviderMethods 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 voidDisplayProviderList.addDisplayPanelProvider(DisplayPanelProvider displayPanelProvider) static voidDisplayProviderList.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 TypeClassDescriptionclassRawDataDisplay 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 TypeClassDescriptionclassProvide a graphics planel, or panels that can be added to the bottom of spectrogram displays.