|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.gui.GUIFieldFactory
public class GUIFieldFactory
Factory for GUIFields.
| Constructor Summary | |
|---|---|
GUIFieldFactory(GUIInstallData installData,
IzPanel parent,
InstallerFrame frame,
Prompt prompt)
Constructs a GUIFieldFactory. |
|
| Method Summary | |
|---|---|
GUIField |
create(Field field,
UserInputPanelSpec userInputPanelSpec,
IXMLElement spec)
Creates a view to display the supplied field. |
GUIField |
createCustom(CustomField customField,
UserInputPanelSpec userInputPanelSpec,
IXMLElement spec)
Creates a view to display the supplied field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIFieldFactory(GUIInstallData installData,
IzPanel parent,
InstallerFrame frame,
Prompt prompt)
GUIFieldFactory.
installData - the installation dataparent - the parent panelframe - the installer frameprompt - the prompt| Method Detail |
|---|
public GUIField create(Field field,
UserInputPanelSpec userInputPanelSpec,
IXMLElement spec)
field - the field
IzPackException - if the view cannot be created
public GUIField createCustom(CustomField customField,
UserInputPanelSpec userInputPanelSpec,
IXMLElement spec)
customField - field of type CustomField
IzPackException - if the view cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||