java.lang.Objectcom.install4j.api.launcher.ApplicationLauncher.WindowMode
public static class ApplicationLauncher.WindowMode
Window mode for starting the application in process.
ApplicationLauncher.launchApplicationInProcess(String, String[], com.install4j.api.launcher.ApplicationLauncher.Callback, com.install4j.api.launcher.ApplicationLauncher.WindowMode, Window)| Field Summary | |
|---|---|
static ApplicationLauncher.WindowMode |
DIALOG
Shows the wizard in a modal dialog. |
static ApplicationLauncher.WindowMode |
FRAME
Shows the wizard in a frame. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ApplicationLauncher.WindowMode DIALOG
public static ApplicationLauncher.WindowMode FRAME