com.izforge.izpack.installer.data
Class GUIInstallData

java.lang.Object
  extended by com.izforge.izpack.api.data.AutomatedInstallData
      extended by com.izforge.izpack.installer.data.InstallData
          extended by com.izforge.izpack.installer.data.GUIInstallData
All Implemented Interfaces:
InstallData, Serializable

public class GUIInstallData
extends InstallData
implements Serializable

Encloses information about the install process.

Author:
Julien Ponge , Johannes Lehtinen
See Also:
Serialized Form

Field Summary
 Color buttonsHColor
          The buttons highlighting color.
 GUIPrefs guiPrefs
          The GUI preferences.
 
Fields inherited from class com.izforge.izpack.api.data.AutomatedInstallData
AUTOINSTALL_PANELROOT_ATTR_ID, DEFAULT_INSTALL_DRIVE, DEFAULT_INSTALL_PATH, INSTALL_DRIVE
 
Fields inherited from interface com.izforge.izpack.api.data.InstallData
INSTALL_PATH, INSTALLATION_INFORMATION, MEDIA_PATH, MODIFY_INSTALLATION
 
Constructor Summary
GUIInstallData(Variables variables, Platform platform)
           
 
Method Summary
 void configureGuiButtons()
           
 List<IzPanel> getPanels()
          Returns the panels.
 
Methods inherited from class com.izforge.izpack.installer.data.InstallData
getDefaultInstallPath, setDefaultInstallPath, setInstallPath
 
Methods inherited from class com.izforge.izpack.api.data.AutomatedInstallData
getAllPacks, getAttribute, getAttributes, getAvailablePacks, getDynamicInstallerRequirements, getInfo, getInstallationRecord, getInstallationRecordPanelRoot, getInstallerRequirements, getInstallPath, getLocale, getLocaleISO2, getLocaleISO3, getMediaPath, getMessages, getPanelsOrder, getPlatform, getRules, getSelectedPacks, getVariable, getVariables, isCanClose, isInstallSuccess, isRebootNecessary, refreshVariables, setAllPacks, setAttribute, setAttributes, setAvailablePacks, setCanClose, setDynamicInstallerRequirements, setInfo, setInstallationRecord, setInstallerRequirements, setInstallSuccess, setLocale, setMediaPath, setMessages, setPanelsOrder, setRebootNecessary, setRules, setSelectedPacks, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiPrefs

public GUIPrefs guiPrefs
The GUI preferences.


buttonsHColor

public Color buttonsHColor
The buttons highlighting color.

Constructor Detail

GUIInstallData

public GUIInstallData(Variables variables,
                      Platform platform)
Method Detail

configureGuiButtons

public void configureGuiButtons()

getPanels

public List<IzPanel> getPanels()
Returns the panels.

Returns:
the panels


Copyright © 2018. All rights reserved.