Package seismicVeto
Class VetoPluginPanelProvider
java.lang.Object
seismicVeto.VetoPluginPanelProvider
- All Implemented Interfaces:
 DisplayPanelProvider
Provide a graphics planel, or panels that can be added to the bottom of spectrogram
 displays. The implementation of DisplayPanelProvider is only there to let Pamguard
 know that panels can be created. On request, this will create any number
 of vetoPluginPanels which will get added to the displays. 
 
 There are two basic ways that these things can update thier data. One is to 
 follow cue of the redrawing of the spectrogram, the other is to subscribe to 
 the some data block coming out of the detector. In this instance, we subscribe to 
 the backgroundDataBlock in the vetoProcess.  
 
 Note that we're handling several channels of data here !
- Author:
 - Doug
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassThe class that actually does the display work. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateDisplayPanel(DisplayPanelContainer displayPanelContainer) Get a name for the panel which may be used in options dialogs, etc. 
- 
Constructor Details
- 
VetoPluginPanelProvider
 
 - 
 - 
Method Details
- 
createDisplayPanel
- Specified by:
 createDisplayPanelin interfaceDisplayPanelProvider- Returns:
 - create the panel to be included in the display
 
 - 
getDisplayPanelName
Description copied from interface:DisplayPanelProviderGet a name for the panel which may be used in options dialogs, etc.- Specified by:
 getDisplayPanelNamein interfaceDisplayPanelProvider- Returns:
 - a character string
 
 
 -