|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.util.help.HelpCategory avrora.actions.Action avrora.actions.GUIAction
The VisualAction
class serves as an action that creates an initializes a GUI
for Avrora.
Field Summary | |
AvroraGui |
app
|
static java.lang.String |
HELP
|
Fields inherited from class avrora.actions.Action |
options |
Fields inherited from class avrora.util.help.HelpCategory |
COMPARATOR, help, name |
Constructor Summary | |
GUIAction()
|
Method Summary | |
void |
run(java.lang.String[] args)
The run() method is called by the main classand starts the GUI.
|
void |
stopSim()
|
Methods inherited from class avrora.actions.Action |
newOption, newOption, newOption, newOption, newOption, newOptionList |
Methods inherited from class avrora.util.help.HelpCategory |
addCommandExample, addListSection, addOptionSection, addSection, addSubcategorySection, getHelp, getName, printHelp, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public AvroraGui app
public static final java.lang.String HELP
Constructor Detail |
public GUIAction()
Method Detail |
public void run(java.lang.String[] args) throws java.lang.Exception
run()
method is called by the main classand starts the GUI.
If a file was specified by the command line, it will be passed to the GUI as
part of the arguments.
run
in class Action
args
- the command line arguments
java.lang.Exception
public void stopSim()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |