com.izforge.izpack.panels
Class TargetPanelAutomationHelper

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

public class TargetPanelAutomationHelper
extends java.lang.Object
implements PanelAutomation

Functions to support automated usage of the TargetPanel

Author:
Jonathan Halliday, Julien Ponge

Constructor Summary
TargetPanelAutomationHelper()
           
 
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

TargetPanelAutomationHelper

public TargetPanelAutomationHelper()
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 tree to put 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 XML tree to read the data from.