Class BinaryStoreGUIFX


public class BinaryStoreGUIFX extends PamControlledGUIFX
The JavaFX GUI for the binary store module.
Author:
Jamie Macaulay
  • Constructor Details

    • BinaryStoreGUIFX

      public BinaryStoreGUIFX(BinaryStore binaryStoreControl)
      The Binary store control.
  • Method Details

    • getSettingsPane

      public SettingsPane<?> getSettingsPane()
      Description copied from class: PamControlledGUIFX
      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
      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
    • showDialog

      public BinaryStoreSettings showDialog(BinaryStoreSettings binaryStoreSettings)
      Show the binary store dialog. Used on start up/
      Parameters:
      binaryStoreSettings -
      Returns: