Package edu.memphis.ccrg.lida.framework.gui.commands

Contains classes related to GUI commands; the encapsulation of actions to be taken in the model (the Agent) which are generated in the GUI.

See:
          Description

Interface Summary
Command A command is an encapsulation of an event from the Gui such as a button press or a slider state change.
 

Class Summary
AddPanelCommand Command to add a GuiPanel to the FrameworkGui
AddTicksCommand This command is used for the tick mode to add ticks for execution.
CommandImpl Abstract implementation of Command.
EnableTicksModeCommand This command is used for enabling or disabling the tick mode.
PauseRunningThreadsCommand Pauses all FrameworkTask using the TaskManager
QuitAllCommand Stops all thread execution and quits the system.
ResetEnvironmentCommand Resets the Environment of the current application.
ResumeRunningThreadsCommand Resumes Tasks execution.
SetTimeScaleCommand Sets the tickDuration of the system.
 

Package edu.memphis.ccrg.lida.framework.gui.commands Description

Contains classes related to GUI commands; the encapsulation of actions to be taken in the model (the Agent) which are generated in the GUI.