|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wcb.autohome.Main
The main class to start the swing application
Constructor Summary | |
Main(java.lang.String sArg1)
Main runing part of application for console mode |
Method Summary | |
void |
listenToConsole()
While the application is running parse through the users input and act on those actions. |
static void |
main(java.lang.String[] args)
Main entry point for the alice swing application |
void |
printList(java.util.Vector model)
This prints a list of available events from the save file. |
static void |
printUsage()
Prints the usage of this command line start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main(java.lang.String sArg1)
sArg1
- The file name of the x10 file to runMethod Detail |
public static void main(java.lang.String[] args)
args
- Arguments can be -nosplash or -noguipublic void listenToConsole()
public void printList(java.util.Vector model)
model
- list of events to runpublic static void printUsage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |