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
-
Method Summary
Modifier and TypeMethodDescriptionSettingsPane<?>
Get the settings pane for the array managervoid
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
-
ArrayGUIFX
-
-
Method Details
-
getSettingsPane
Get the settings pane for the array manager- Overrides:
getSettingsPane
in classPamControlledGUIFX
- Returns:
- a Pane containing controls to change settings for module.
-
updateParams
public void updateParams()Description copied from class:PamControlledGUIFX
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
-