Package clickDetector
Class ClickSpectrogramPlugin
java.lang.Object
clickDetector.ClickSpectrogramPlugin
- All Implemented Interfaces:
 DisplayPanelProvider
The implementation of DisplayPanelProvider should be created
 as a single instance (or one for each instance of the detector 
 which has this display). Other displays within Pamguard may then optionally 
 create actual displays that have an all singing all dancing 
 display.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
ConstructorsConstructorDescriptionClickSpectrogramPlugin(ClickControl clickControl) The constructor stores a reference to the click detector and registers with the DisplayProviderList. - 
Method Summary
Modifier and TypeMethodDescriptioncreateDisplayPanel(DisplayPanelContainer displayPanelContainer) Get a name for the panel which may be used in options dialogs, etc. 
- 
Constructor Details
- 
ClickSpectrogramPlugin
The constructor stores a reference to the click detector and registers with the DisplayProviderList.- Parameters:
 clickControl-
 
 - 
 - 
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
 
 
 -