Package clickDetector
Class TriggerFunctionDisplay
java.lang.Object
PamguardMVC.RawDataDisplay
clickDetector.TriggerFunctionDisplay
- All Implemented Interfaces:
 DisplayPanelProvider
- 
Nested Class Summary
Nested classes/interfaces inherited from class PamguardMVC.RawDataDisplay
RawDataDisplay.RawDisplayPanel - 
Constructor Summary
ConstructorsConstructorDescriptionTriggerFunctionDisplay(ClickTriggerFunctionDataBlock clickTriggerFunctionDataBlock)  - 
Method Summary
Modifier and TypeMethodDescriptioncreateDisplayPanel(DisplayPanelContainer displayPanelContainer) Implementation of abstract method to create a new DisplayPanel.Methods inherited from class PamguardMVC.RawDataDisplay
getDisplayPanelName 
- 
Constructor Details
- 
TriggerFunctionDisplay
 
 - 
 - 
Method Details
- 
createDisplayPanel
Description copied from class:RawDataDisplayImplementation of abstract method to create a new DisplayPanel. Each provider may create any number of display panels for different parts of the Pamguard display- Specified by:
 createDisplayPanelin interfaceDisplayPanelProvider- Overrides:
 createDisplayPanelin classRawDataDisplay- Returns:
 - create the panel to be included in the display
 
 
 -