Package org.evoludo

Class EvoLudoWeb.GUIState

Object
GUIState
Enclosing class:
EvoLudoWeb

class EvoLudoWeb.GUIState extends Object
Helper structure to store the current state of the GUI.
  • Field Details

    • module

      Module module
      The active module.
    • model

      Model model
      The active model.
    • plist

      Plist plist
      The the configuration to restore, if any.
    • view

      The active view.
    • resume

      boolean resume
      The flag to indicate whether to resume execution of the model.
    • success

      boolean success
      The flag to indicate whether the command line arguments were successfully parsed.
  • Constructor Details

    • GUIState

      GUIState()