Package userDisplayFX
Class UserDisplayControlFX.DisplayControlGUI
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
userDisplayFX.UserDisplayControlFX.DisplayControlGUI
- Enclosing class:
UserDisplayControlFX
Holds info on the GUI components of the display.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe display is added to a tab when PamControlledUnit is added.Methods inherited from class pamViewFX.PamControlledGUIFX
getGUIFlag, getSettingsPane, getSidePanes, updateParams
Methods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange
-
Constructor Details
-
DisplayControlGUI
-
-
Method Details
-
getDisplays
Description copied from class:PamControlledGUIFX
The display is added to a tab when PamControlledUnit is added. Note that by convention PamControlledUnits which have displays are dedicated display modules e.g. the time base display. Modules, such as the click detector, fft engine etc. should only have side panes.- Overrides:
getDisplays
in classPamControlledGUIFX
- Returns:
- display to add to the GUI.
-