|
||||||||||
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
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. |
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, INSTALLER_LISTENER_INDEX, installSuccess, langpack, localeISO3, 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. |
Methods inherited from class com.izforge.izpack.installer.AutomatedInstallData |
getAttribute, getInstallPath, getInstance, getVariable, getVariables, setAttribute, setInstallPath, 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 java.awt.Color buttonsHColor
Constructor Detail |
protected InstallData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |