Class GS_Controller

java.lang.Object
org.gsusers.gsmv.GS_Controller

public class GS_Controller extends Object
LayoutController for JavaFX GUI manage the communication between Main and the GUI.
See Also:
  • Field Details

    • bpScreen

      public javafx.scene.layout.BorderPane bpScreen
      primary container of FXML object (GS_view)
  • Constructor Details

    • GS_Controller

      public GS_Controller()
  • Method Details

    • initialize

      public void initialize()
      initialize rootLayoutController at program start.
    • buttonsEnabled

      public void buttonsEnabled(boolean b)
      switch between select action and stepping
      Parameters:
      b - boolean switch on/off
    • setStep

      public void setStep(Integer _iStep)
      control stepping
      Parameters:
      _iStep - control parameter
    • disableSave

      public void disableSave(Boolean bDisable)
      disables/enables 'Save All' operation (Results)
      Parameters:
      bDisable - boolean switch true/false
    • enableStepUp

      public void enableStepUp(Boolean bEnable)
      enables/disables stepping
      Parameters:
      bEnable - boolean switch true/false
    • callForAction

      public void callForAction(Boolean bCall)
      enables/disables action menu
      Parameters:
      bCall - boolean switch true/false