|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.gui.launch.JaxoLauncher
public class JaxoLauncher
Launches the JaxoDraw GUI.
Constructor Summary | |
---|---|
JaxoLauncher()
|
Method Summary | |
---|---|
void |
launch(boolean showSplashWindow)
Launches the JaxoDraw GUI. |
void |
setFilesToOpen(String[] files)
Sets a list of files (absolute path strings) to be opened at start-up. |
void |
setShutDownHook(JaxoShutDown shutdown)
Sets a shutdown hook that will be called from the main panel at shutdown. |
static void |
shutdown(int status)
Initiates the shutdown procedure via the registered JaxoShutDown handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoLauncher()
Method Detail |
---|
public void setFilesToOpen(String[] files)
files
- a List of Strings.public void setShutDownHook(JaxoShutDown shutdown)
shutdown
- a JaxoShutDown.public void launch(boolean showSplashWindow)
showSplashWindow
- whether to show the SplashWindow.public static void shutdown(int status)
status
- The exit status code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |