|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
| 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 |
|---|
static final java.lang.String WelcomePanel
static final java.lang.String LicensePanel
static final java.lang.String ReadMePanel
static final java.lang.String CheckForLicenseInfo
static final java.lang.String GetCredentialsPanel
static final java.lang.String BuyLicensePanel
static final java.lang.String VerifyLicensePanel
static final java.lang.String SaveLicenseInfoPanel
static final java.lang.String PasswordPanel
static final java.lang.String InstallTypesPanel
static final java.lang.String InstallMultipleTypesPanel
static final java.lang.String DirectoryPanel
static final java.lang.String NoAskDirPanel
static final java.lang.String InstallJvmPanel
static final java.lang.String InstallFilesPanel
static final java.lang.String InstallNextTypePanel
static final java.lang.String MenusPanel
static final java.lang.String AutoStartMenusPanel
static final java.lang.String UninstallPanel
static final java.lang.String UninstallOldVersionPanel
static final java.lang.String InstallNextComponentPanel
static final java.lang.String FinalPanel
static final java.lang.String LaunchMenuPanel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||