Package binaryFileStorage.layoutFX
Class BinaryStoreGUIFX
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
binaryFileStorage.layoutFX.BinaryStoreGUIFX
The JavaFX GUI for the binary store module.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSettingsPane<?> The settings pane contains ALL possible setting for the module in one placed.showDialog(BinaryStoreSettings binaryStoreSettings) Show the binary store dialog.voidThis is called whenever a settings pane is closed.Methods inherited from class pamViewFX.PamControlledGUIFX
getDisplays, getGUIFlag, getSidePanesMethods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange 
- 
Constructor Details
- 
BinaryStoreGUIFX
The Binary store control. 
 - 
 - 
Method Details
- 
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()Description copied from class:PamControlledGUIFXThis 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
 - 
showDialog
Show the binary store dialog. Used on start up/- Parameters:
 binaryStoreSettings-- Returns:
 
 
 -