Package Acquisition.layoutFX
Class AquisitionGUIFX
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
Acquisition.layoutFX.AquisitionGUIFX
FX GUI for the SoundAquisition module.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe settings pane contains ALL possible setting for the module in one placed.void
This is called whenever a settings pane is closed.Methods inherited from class pamViewFX.PamControlledGUIFX
getDisplays, getGUIFlag, getSidePanes
Methods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange
-
Constructor Details
-
AquisitionGUIFX
-
-
Method Details
-
getSettingsPane
Description copied from class:PamControlledGUIFX
The settings pane contains ALL possible setting for the module in one placed. Settings panes can be divided into tabs for more space etc.- Overrides:
getSettingsPane
in classPamControlledGUIFX
- Returns:
- a Pane containing controls to change settings for module.
-
updateParams
public void updateParams()This is called whenever a settings pane is closed. If a pamControlledUnit has settings pane then this should be used to update settings based on info input into settings pane.- Overrides:
updateParams
in classPamControlledGUIFX
-