install4j API documentation


com.install4j.api.launcher
Class ApplicationLauncher.WindowMode

java.lang.Object
  extended by com.install4j.api.launcher.ApplicationLauncher.WindowMode
Enclosing class:
ApplicationLauncher

public static class ApplicationLauncher.WindowMode
extends java.lang.Object

Window mode for starting the application in process.

See Also:
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

DIALOG

public static ApplicationLauncher.WindowMode DIALOG
Shows the wizard in a modal dialog.


FRAME

public static ApplicationLauncher.WindowMode FRAME
Shows the wizard in a frame.