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) intThe number of issues that have occurred during parsing(package private) ModelThe active model.(package private) Module<?> The active module.(package private) PlistThe the configuration to restore, if any.(package private) booleanThe 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()Create an empty GUI state snapshot.
-