|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.control.SwtSimpleLauncher
This interface is typically implemented by a class that displays a minimum amount of info and executes several launch tasks. After it is done it will return from its main launch() method.
| Constructor Summary | |
SwtSimpleLauncher()
Constructs a new swt application launcher. |
|
| Method Summary | |
boolean |
launch()
Launches all of the registered tasks. |
void |
registerLaunchTask(LaunchTask launchtask)
Adds a launchtask to the launcher. |
void |
unregisterLaunchTask(LaunchTask launchtask)
Removes a launchtask from the launcher. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwtSimpleLauncher()
| Method Detail |
public void registerLaunchTask(LaunchTask launchtask)
registerLaunchTask in interface ApplicationLauncherlaunchtask - the task to register with the launcher.public void unregisterLaunchTask(LaunchTask launchtask)
unregisterLaunchTask in interface ApplicationLauncherlaunchtask - the task to unregister from the launcher.public boolean launch()
ApplicationLauncher
launch in interface ApplicationLauncher
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||