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) int
The number of issues that have occurred during parsing(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) 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. -
issues
int issuesThe number of issues that have occurred during parsing
-
-
Constructor Details
-
GUIState
GUIState()
-