Package Array.layoutFX
Class ArrayGUIFX
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
Array.layoutFX.ArrayGUIFX
JavaFX UI bits of the Array Manager.
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSettingsPane<?> Get the settings pane for the array managervoidThis 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
-
ArrayGUIFX
-
-
Method Details
-
getSettingsPane
Get the settings pane for the array manager- 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
-