com.izforge.izpack.panels
Class ShortcutPanelAutomationHelper

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

public class ShortcutPanelAutomationHelper
extends java.lang.Object
implements PanelAutomation

The ShortcutPanelAutomationHelper is responsible to create Shortcuts during the automated installation. Most code comes copied from the ShortcutPanel

Version:
$Revision: 1540 $
Author:
Marc Eppelmann (marc.eppelmann@gmx.de)

Constructor Summary
ShortcutPanelAutomationHelper()
           
 
Method Summary
 void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
          dummy method
 boolean runAutomated(AutomatedInstallData installData, XMLElement panelRoot)
          Implementation of the Shortcut Specific Automation Code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortcutPanelAutomationHelper

public ShortcutPanelAutomationHelper()
Method Detail

makeXMLData

public void makeXMLData(AutomatedInstallData idata,
                        XMLElement panelRoot)
dummy method

Specified by:
makeXMLData in interface PanelAutomation
Parameters:
idata - DOCUMENT ME!
panelRoot - DOCUMENT ME!

runAutomated

public boolean runAutomated(AutomatedInstallData installData,
                            XMLElement panelRoot)
Implementation of the Shortcut Specific Automation Code

Specified by:
runAutomated in interface PanelAutomation
Parameters:
installData - DOCUMENT ME!
panelRoot - DOCUMENT ME!
Returns:
DOCUMENT ME!