| |
|
| java.lang.Object com.izforge.izpack.installer.AutomatedInstallData com.izforge.izpack.installer.InstallData
InstallData | public class InstallData extends AutomatedInstallData implements Serializable(Code) | | 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.
author: Julien Ponge author: Johannes Lehtinen |
Constructor Summary | |
protected | InstallData() Constructs a new instance of this class. |
buttonsHColor | public Color buttonsHColor(Code) | | The buttons highlighting color.
|
currentPanel | public Panel currentPanel(Code) | | Contains at IzPanel constructor call the related Panel object. This is a hack
to allow usage of the meta data stored in the Panel object during construction of
the IzPanel. Do not use this member at an other place.
|
InstallData | protected InstallData()(Code) | | Constructs a new instance of this class.
|
|
|
|