|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.control.SimpleLauncher
SplashScreenLauncher
instead, it supports hiding the splashscreen.
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 | |
SimpleLauncher(boolean isApplet)
Deprecated. Constructs a new splashscreen launcher. |
|
SimpleLauncher(boolean isApplet,
java.applet.Applet applet)
Deprecated. Constructs a new splashscreen launcher. |
|
| Method Summary | |
boolean |
launch()
Deprecated. Launches all of the registered tasks. |
void |
registerLaunchTask(LaunchTask launchtask)
Deprecated. Adds a launchtask to the splash screen launcher. |
void |
unregisterLaunchTask(LaunchTask launchtask)
Deprecated. Removes a launchtask from the splash screen launcher. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleLauncher(boolean isApplet)
isApplet - indicates whether the launcher is being executed
within the context of an applet.
public SimpleLauncher(boolean isApplet,
java.applet.Applet applet)
isApplet - indicates whether the launcher is being executed
within the context of an applet.applet - The applet itself, used to set the status| 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 | ||||||||||