|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the Interface that must be implemented for running Panels in automated (or "silent", "headless") install mode. Implementing classes MUST NOT link against awt/swing classes. Thus the Panels cannot implement this interface directly, they should use e.g. helper classes instead.
AutomatedInstaller| Method Summary | |
void |
makeXMLData(AutomatedInstallData installData,
XMLElement panelRoot)
Asks the panel to set its own XML data that can be brought back for an automated installation process. |
void |
runAutomated(AutomatedInstallData installData,
XMLElement panelRoot)
Makes the panel work in automated mode. |
| Method Detail |
public void makeXMLData(AutomatedInstallData installData,
XMLElement panelRoot)
installData - The installation datapanelRoot - The XML root element of the panels blackbox tree.
public void runAutomated(AutomatedInstallData installData,
XMLElement panelRoot)
installData - 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 | |||||||||