|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.panels.InstallationGroupPanelAutomationHelper
public class InstallationGroupPanelAutomationHelper
An automation helper for the InstallationGroupPanel
Constructor Summary | |
---|---|
InstallationGroupPanelAutomationHelper()
|
Method Summary | |
---|---|
void |
makeXMLData(AutomatedInstallData idata,
XMLElement panelRoot)
Asks the panel to set its own XML data that can be brought back for an automated installation process. |
boolean |
runAutomated(AutomatedInstallData idata,
XMLElement panelRoot)
TODO Need to add a InstallationGroupPanelAutomationHelper to read the xml data to allow an install group to specify the selected packs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstallationGroupPanelAutomationHelper()
Method Detail |
---|
public void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
PanelAutomation
makeXMLData
in interface PanelAutomation
idata
- The installation datapanelRoot
- The XML root element of the panels blackbox tree.public boolean runAutomated(AutomatedInstallData idata, XMLElement panelRoot)
runAutomated
in interface PanelAutomation
idata
- The installation datapanelRoot
- The XML root element of the panels blackbox tree.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |