Class ArrayGUIFX


public class ArrayGUIFX extends PamControlledGUIFX
JavaFX UI bits of the Array Manager.
Author:
Jamie Macaulay
  • Constructor Details

  • Method Details

    • getSettingsPane

      public SettingsPane<?> getSettingsPane()
      Get the settings pane for the array manager
      Overrides:
      getSettingsPane in class PamControlledGUIFX
      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 class PamControlledGUIFX