Package org.evoludo
Class EvoLudoWeb.GUIState
Object
GUIState
- Enclosing class:
EvoLudoWeb
Helper structure to store the current state of the GUI.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Model
The active model.(package private) Module
The active module.(package private) Plist
The the configuration to restore, if any.(package private) boolean
The flag to indicate whether to resume execution of the model.(package private) boolean
The flag to indicate whether the command line arguments were successfully parsed.(package private) AbstractView
The active view. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
module
Module moduleThe active module. -
model
Model modelThe active model. -
plist
Plist plistThe the configuration to restore, if any. -
view
AbstractView viewThe active view. -
resume
boolean resumeThe flag to indicate whether to resume execution of the model. -
success
boolean successThe flag to indicate whether the command line arguments were successfully parsed.
-
-
Constructor Details
-
GUIState
GUIState()
-