Package soundPlayback.fx
Class PlayBackGUI
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
soundPlayback.fx.PlayBackGUI
The FX GUI for the playback pane.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe settings pane contains ALL possible setting for the module in one placed.ArrayList<javafx.scene.layout.Pane> A list of panes to be displayed on the side panes.voidnotifyGUIChange(int flag) Allows the GUI to be notified of changes, e.g.voidThis is called whenever a settings pane is closed.Methods inherited from class pamViewFX.PamControlledGUIFX
getDisplays, getGUIFlag 
- 
Constructor Details
- 
PlayBackGUI
 
 - 
 - 
Method Details
- 
getSidePanes
Description copied from class:PamControlledGUIFXA list of panes to be displayed on the side panes. These are generally utility panes allowing users to, for example, quickly check status of module.- Overrides:
 getSidePanesin classPamControlledGUIFX- Returns:
 - side pane to be displayed.
 
 - 
getSettingsPane
Description copied from class:PamControlledGUIFXThe settings pane contains ALL possible setting for the module in one placed. Settings panes can be divided into tabs for more space etc.- Overrides:
 getSettingsPanein 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:
 updateParamsin classPamControlledGUIFX
 - 
notifyGUIChange
public void notifyGUIChange(int flag) Allows the GUI to be notified of changes, e.g. in the PAMController- Overrides:
 notifyGUIChangein classPamControlledUnitGUI- Parameters:
 flag- - the change flag.
 
 -