com.denova.JExpress.Installer
Interface PanelNames


public interface PanelNames

The names of all of the standard Installer wizard panels as defined by getName().

You can move to a particular panel during the installation by using showPanel(String) or disable a panel by using setEnabledNamedPanel(java.lang.String, boolean)

For example, if you want to disable the Directory Panel in the installer you could add this line to your custom panel: setEnabledNamedPanel("DirectoryPanel", false);

Copyright (C) 1998-2012 DeNova
Last modified: 2012-05-13


Field Summary
static java.lang.String AutoStartMenusPanel
          Configures the user's systems with auto startup commands.
static java.lang.String BuyLicensePanel
          Encounrages user to buy license, if you enabled LC integration.
static java.lang.String CheckForLicenseInfo
          Checks the installation directory for license info for DeNova's CopyCheq (CL) service, if you enabled LC integration.
static java.lang.String DirectoryPanel
          Prompts the user for the installation directory.
static java.lang.String FinalPanel
          The last panel which shows the user the status of the installation if the installer doesn't launch a menu.
static java.lang.String GetCredentialsPanel
          Gathers info for DeNova's CopyCheq (CL) service, if you enabled LC integration.
static java.lang.String InstallFilesPanel
          Installs your files and shows the user's the progress of the installation.
static java.lang.String InstallJvmPanel
          Installs the JVM in the application's subdirectory, if you predefined the location of the JVM to be [$AppDir]/.
static java.lang.String InstallMultipleTypesPanel
          If you created an installer with multiple install types or components and the user can select as many types or componets, then this panel is included so the user can make their selections.
static java.lang.String InstallNextComponentPanel
          If you created a multiple components installer, then this panel is included in the installer.
static java.lang.String InstallNextTypePanel
          If you created a multiple install types installer which the user can install multiple types, then this panel is included in the installer.
static java.lang.String InstallTypesPanel
          If you created an installer with multiple install types and the user can only select one type, then this panel is included so the user can pick the install type.
static java.lang.String LaunchMenuPanel
          The last panel which shows the user the status of the installation while it launches a menu.
static java.lang.String LicensePanel
          Displays your license agreement, if you included one.
static java.lang.String MenusPanel
          Configures the user's systems with menus and desktop icons.
static java.lang.String NoAskDirPanel
          Set the installation directory to the default if it can and disables asking the user for the install directory.
static java.lang.String PasswordPanel
          If your configured the installer to be password protected, then this panel is included in the installer.
static java.lang.String ReadMePanel
          Shows the readme file, if you specified one in your project.
static java.lang.String SaveLicenseInfoPanel
          Save the license data if using DeNova's CopyCheq (CL) service.
static java.lang.String UninstallOldVersionPanel
          Run the uninstaller before installing the new files.
static java.lang.String UninstallPanel
          Sets up the user's system to uninstall your application.
static java.lang.String VerifyLicensePanel
          Verifies license with DeNova's CopyCheq (CL) service, if you enabled LC integration.
static java.lang.String WelcomePanel
          The initial panel that shows during an installation.
 

Field Detail

WelcomePanel

static final java.lang.String WelcomePanel
The initial panel that shows during an installation. It displays your application's name, company, copyright notice, and web site.

See Also:
Constant Field Values

LicensePanel

static final java.lang.String LicensePanel
Displays your license agreement, if you included one.

See Also:
Constant Field Values

ReadMePanel

static final java.lang.String ReadMePanel
Shows the readme file, if you specified one in your project.

See Also:
Constant Field Values

CheckForLicenseInfo

static final java.lang.String CheckForLicenseInfo
Checks the installation directory for license info for DeNova's CopyCheq (CL) service, if you enabled LC integration.

See Also:
Constant Field Values

GetCredentialsPanel

static final java.lang.String GetCredentialsPanel
Gathers info for DeNova's CopyCheq (CL) service, if you enabled LC integration.

See Also:
Constant Field Values

BuyLicensePanel

static final java.lang.String BuyLicensePanel
Encounrages user to buy license, if you enabled LC integration.

See Also:
Constant Field Values

VerifyLicensePanel

static final java.lang.String VerifyLicensePanel
Verifies license with DeNova's CopyCheq (CL) service, if you enabled LC integration.

See Also:
Constant Field Values

SaveLicenseInfoPanel

static final java.lang.String SaveLicenseInfoPanel
Save the license data if using DeNova's CopyCheq (CL) service.

See Also:
Constant Field Values

PasswordPanel

static final java.lang.String PasswordPanel
If your configured the installer to be password protected, then this panel is included in the installer.

See Also:
Constant Field Values

InstallTypesPanel

static final java.lang.String InstallTypesPanel
If you created an installer with multiple install types and the user can only select one type, then this panel is included so the user can pick the install type.

See Also:
Constant Field Values

InstallMultipleTypesPanel

static final java.lang.String InstallMultipleTypesPanel
If you created an installer with multiple install types or components and the user can select as many types or componets, then this panel is included so the user can make their selections.

See Also:
Constant Field Values

DirectoryPanel

static final java.lang.String DirectoryPanel
Prompts the user for the installation directory.

See Also:
Constant Field Values

NoAskDirPanel

static final java.lang.String NoAskDirPanel
Set the installation directory to the default if it can and disables asking the user for the install directory. If it can't use the default, then prompts user.

See Also:
Constant Field Values

InstallJvmPanel

static final java.lang.String InstallJvmPanel
Installs the JVM in the application's subdirectory, if you predefined the location of the JVM to be [$AppDir]/.

See Also:
Constant Field Values

InstallFilesPanel

static final java.lang.String InstallFilesPanel
Installs your files and shows the user's the progress of the installation.

See Also:
Constant Field Values

InstallNextTypePanel

static final java.lang.String InstallNextTypePanel
If you created a multiple install types installer which the user can install multiple types, then this panel is included in the installer.

See Also:
Constant Field Values

MenusPanel

static final java.lang.String MenusPanel
Configures the user's systems with menus and desktop icons. Called regardless if you have specified any menus.

See Also:
Constant Field Values

AutoStartMenusPanel

static final java.lang.String AutoStartMenusPanel
Configures the user's systems with auto startup commands. Called after configuring menus.

See Also:
Constant Field Values

UninstallPanel

static final java.lang.String UninstallPanel
Sets up the user's system to uninstall your application.

See Also:
Constant Field Values

UninstallOldVersionPanel

static final java.lang.String UninstallOldVersionPanel
Run the uninstaller before installing the new files.

See Also:
Constant Field Values

InstallNextComponentPanel

static final java.lang.String InstallNextComponentPanel
If you created a multiple components installer, then this panel is included in the installer.

See Also:
Constant Field Values

FinalPanel

static final java.lang.String FinalPanel
The last panel which shows the user the status of the installation if the installer doesn't launch a menu.

See Also:
Constant Field Values

LaunchMenuPanel

static final java.lang.String LaunchMenuPanel
The last panel which shows the user the status of the installation while it launches a menu. Only included if a menu item has been set to start after the installer.

See Also:
Constant Field Values