java.lang.Object
org.gsusers.gsmv.GS_Controller
LayoutController for JavaFX GUI
manage the communication between
Main
and the GUI.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavafx.scene.layout.BorderPane
primary container of FXML object (GS_view) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
buttonsEnabled
(boolean b) switch between select action and steppingvoid
callForAction
(Boolean bCall) enables/disables action menuvoid
disableSave
(Boolean bDisable) disables/enables 'Save All' operation (Results)void
enableStepUp
(Boolean bEnable) enables/disables steppingvoid
initialize rootLayoutController at program start.void
control stepping
-
Field Details
-
bpScreen
public javafx.scene.layout.BorderPane bpScreenprimary 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
control stepping- Parameters:
_iStep
- control parameter
-
disableSave
disables/enables 'Save All' operation (Results)- Parameters:
bDisable
- boolean switch true/false
-
enableStepUp
enables/disables stepping- Parameters:
bEnable
- boolean switch true/false
-
callForAction
enables/disables action menu- Parameters:
bCall
- boolean switch true/false
-