com.izforge.izpack.panels
Class UserPathPanelAutomationHelper

java.lang.Object
  extended by com.izforge.izpack.panels.UserPathPanelAutomationHelper
All Implemented Interfaces:
PanelAutomation

public class UserPathPanelAutomationHelper
extends java.lang.Object
implements PanelAutomation

Functions to support automated usage of the UserPathPanel

Author:
Jonathan Halliday, Julien Ponge, Jeff Gordon

Constructor Summary
UserPathPanelAutomationHelper()
           
 
Method Summary
 void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
          Asks to make the XML panel data.
 boolean 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

UserPathPanelAutomationHelper

public UserPathPanelAutomationHelper()
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 boolean 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.
Returns:
always true.