|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.installer.AutomatedInstallData
com.izforge.izpack.installer.InstallData
public class InstallData
Encloses information about the install process. This class is implemented as a singleton which can be easily accessed by different components of the installer. However, this implementation is not thread safe.
| Field Summary | |
|---|---|
java.awt.Color |
buttonsHColor
The buttons highlighting color. |
Panel |
currentPanel
Contains at IzPanel constructor call the related Panel object. |
GUIPrefs |
guiPrefs
The GUI preferences. |
private static long |
serialVersionUID
|
| Fields inherited from class com.izforge.izpack.installer.AutomatedInstallData |
|---|
allPacks, attributes, availablePacks, canClose, curPanelNumber, CUSTOM_ACTION_TYPES, customData, info, INSTALLATION_INFORMATION, INSTALLER_LISTENER_INDEX, installSuccess, langpack, locale, localeISO3, MODIFY_INSTALLATION, panels, panelsOrder, selectedPacks, UNINSTALLER_JARS_INDEX, UNINSTALLER_LIBS_INDEX, UNINSTALLER_LISTENER_INDEX, uninstallOutJar, variables, xmlData |
| Constructor Summary | |
|---|---|
protected |
InstallData()
Constructs a new instance of this class. |
| Method Summary |
|---|
| Methods inherited from class com.izforge.izpack.installer.AutomatedInstallData |
|---|
getAttribute, getInstallPath, getInstance, getRules, getVariable, getVariables, setAttribute, setInstallPath, setRules, setVariable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public GUIPrefs guiPrefs
public Panel currentPanel
public java.awt.Color buttonsHColor
| Constructor Detail |
|---|
protected InstallData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||