com.izforge.izpack.panels
Class PacksPanelAutomationHelper

java.lang.Object
  extended bycom.izforge.izpack.panels.PacksPanelAutomationHelper
All Implemented Interfaces:
PanelAutomation

public class PacksPanelAutomationHelper
extends java.lang.Object
implements PanelAutomation

Functions to support automated usage of the PacksPanel

Author:
Jonathan Halliday, Julien Ponge

Constructor Summary
PacksPanelAutomationHelper()
           
 
Method Summary
 void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
          Asks to make the XML panel data.
 void runAutomated(AutomatedInstallData idata, XMLElement panelRoot)
          Asks to run in the automated mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacksPanelAutomationHelper

public PacksPanelAutomationHelper()
Method Detail

makeXMLData

public void makeXMLData(AutomatedInstallData idata,
                        XMLElement panelRoot)
Asks to make the XML panel data.

Specified by:
makeXMLData in interface PanelAutomation
Parameters:
idata - The installation data.
panelRoot - The XML tree to write the data in.

runAutomated

public void runAutomated(AutomatedInstallData idata,
                         XMLElement panelRoot)
Asks to run in the automated mode.

Specified by:
runAutomated in interface PanelAutomation
Parameters:
idata - The installation data.
panelRoot - The root of the panel data.