|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
edu.memphis.ccrg.lida.framework.gui | Contains classes related to the framework's GUI and GUI controller. |
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. |
Uses of Command in edu.memphis.ccrg.lida.framework.gui |
---|
Methods in edu.memphis.ccrg.lida.framework.gui with parameters of type Command | |
---|---|
java.lang.Object |
FrameworkGuiControllerImpl.executeCommand(Command command)
|
java.lang.Object |
FrameworkGuiController.executeCommand(Command command)
Executes a command sent by the GUI |
Uses of Command in edu.memphis.ccrg.lida.framework.gui.commands |
---|
Classes in edu.memphis.ccrg.lida.framework.gui.commands that implement Command | |
---|---|
class |
AddPanelCommand
Command to add a GuiPanel to the FrameworkGui |
class |
AddTicksCommand
This command is used for the tick mode to add ticks for execution. |
class |
CommandImpl
Abstract implementation of Command . |
class |
EnableTicksModeCommand
This command is used for enabling or disabling the tick mode. |
class |
PauseRunningThreadsCommand
Pauses all Tasks. |
class |
QuitAllCommand
Stops all thread execution and quits the system. |
class |
ResetEnvironmentCommand
Resets the Environment of the current application. |
class |
ResumeRunningThreadsCommand
Resumes Tasks execution. |
class |
SetTimeScaleCommand
Sets the tickDuration of the system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |