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
ConstructorDescriptionTriggerFunctionDisplay
(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:RawDataDisplay
Implementation 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:
createDisplayPanel
in interfaceDisplayPanelProvider
- Overrides:
createDisplayPanel
in classRawDataDisplay
- Returns:
- create the panel to be included in the display
-