|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.panels.UserPathPanelAutomationHelper
public class UserPathPanelAutomationHelper
Functions to support automated usage of the UserPathPanel
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 |
---|
public UserPathPanelAutomationHelper()
Method Detail |
---|
public void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
makeXMLData
in interface PanelAutomation
idata
- The installation data.panelRoot
- The tree to put the data in.public boolean runAutomated(AutomatedInstallData idata, XMLElement panelRoot)
runAutomated
in interface PanelAutomation
idata
- The installation data.panelRoot
- The XML tree to read the data from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |