Serialized Form


Package com.izforge.izpack.panels

Class com.izforge.izpack.panels.RuleInputField extends JComponent implements Serializable

serialVersionUID: 3832616275124958257l

Serialized Fields

items

Vector items

inputFields

Vector inputFields
This Vector holds a reference to each input field, in the order in which they appear on the screen.


hasParams

boolean hasParams

validatorParams

Map validatorParams

activeField

RuleTextField activeField

backstep

boolean backstep

toolkit

Toolkit toolkit

separator

String separator

resultFormat

int resultFormat

idata

com.izforge.izpack.installer.InstallData idata

validationService

Validator validationService
Holds an instance of the Validator if one was specified and available


encryptionService

Processor encryptionService
Holds an instance of the Processor if one was specified and available

Class com.izforge.izpack.panels.RuleTextField extends JTextField implements Serializable

serialVersionUID: 3976731454594365493l

Serialized Fields

columns

int columns

editLength

int editLength

unlimitedEdit

boolean unlimitedEdit

toolkit

Toolkit toolkit

rule

RuleTextField.Rule rule

Class com.izforge.izpack.panels.ValidatePackSelections extends com.izforge.izpack.installer.IzPanel implements Serializable

serialVersionUID: 3257850965439886129l

Serialized Fields

sTitle

String sTitle

gcp

GeronimoConfigProcessor gcp

instanceNumber

int instanceNumber

fInitComplete

boolean fInitComplete

packsDefined

boolean packsDefined
If there is a possibility that some UI elements will not get added we can not allow to go back to the PacksPanel, because the process of building the UI is not reversable. This variable keeps track if any packs have been defined and will be used to make a decision for locking the 'previous' button.


parentFrame

com.izforge.izpack.installer.InstallerFrame parentFrame

spec

net.n3.nanoxml.XMLElement spec
The parsed result from reading the XML specification from the file


haveSpec

boolean haveSpec

uiElements

Vector uiElements
Holds the references to all of the UI elements


buttonGroups

Vector buttonGroups
Holds the references to all radio button groups


passwordGroups

Vector passwordGroups
Holds the references to all password field groups


passwordGroupsRead

Vector passwordGroupsRead
used for temporary storage of references to password groups that have already been read in a given read cycle.


searchFields

Vector searchFields
Used to track search fields. Contains SearchField references.


layout

com.izforge.izpack.gui.TwoColumnLayout layout
Holds all user inputs for use in automated installation


langpack

com.izforge.izpack.LocaleDatabase langpack



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.