Class DLControlGUI


public class DLControlGUI extends PamControlledGUIFX
The JavaFX GUI for the DLControl...
Author:
Jamie Macaulay
  • Constructor Details

    • DLControlGUI

      public DLControlGUI(DLControl dlcontrol)
  • Method Details

    • getSettingsPane

      public SettingsPane<?> getSettingsPane()
      The settings pane contains ALL possible setting for the module in one placed. Settings panes can be divided into tabs for more space etc.
      Overrides:
      getSettingsPane in class PamControlledGUIFX
      Type Parameters:
      T -
      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
    • notifyGUIChange

      public void notifyGUIChange(int changeType)
      Description copied from class: PamControlledUnitGUI
      Allows the GUI to be notified of changes, e.g. in the PAMController
      Overrides:
      notifyGUIChange in class PamControlledUnitGUI
      Parameters:
      changeType - - the change flag.