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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe display is added to a tab when PamControlledUnit is added.Methods inherited from class pamViewFX.PamControlledGUIFX
getGUIFlag, getSettingsPane, getSidePanes, updateParamsMethods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange
-
Constructor Details
-
DisplayControlGUI
-
-
Method Details
-
getDisplays
Description copied from class:PamControlledGUIFXThe 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:
getDisplaysin classPamControlledGUIFX- Returns:
- display to add to the GUI.
-