com.izforge.izpack.panels
Class ExtendedInstallPanelAutomationHelper

java.lang.Object
  extended by com.izforge.izpack.installer.PanelAutomationHelper
      extended by com.izforge.izpack.panels.InstallPanelAutomationHelper
          extended by com.izforge.izpack.panels.ExtendedInstallPanelAutomationHelper
All Implemented Interfaces:
PanelAutomation, AbstractUIHandler, AbstractUIProgressHandler

public class ExtendedInstallPanelAutomationHelper
extends InstallPanelAutomationHelper

Automation helper for the Extended Install Panel.

Author:
Sergiy Shyrkov

Field Summary
 
Fields inherited from interface com.izforge.izpack.util.AbstractUIHandler
ANSWER_CANCEL, ANSWER_NO, ANSWER_YES, CHOICES_YES_NO, CHOICES_YES_NO_CANCEL
 
Constructor Summary
ExtendedInstallPanelAutomationHelper()
           
 
Method Summary
 
Methods inherited from class com.izforge.izpack.panels.InstallPanelAutomationHelper
makeXMLData, nextStep, progress, runAutomated, setSubStepNo, startAction, stopAction
 
Methods inherited from class com.izforge.izpack.installer.PanelAutomationHelper
askQuestion, askQuestion, emitError, emitErrorAndBlockNext, emitNotification, emitWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.izforge.izpack.util.AbstractUIHandler
askQuestion, askQuestion, emitError, emitErrorAndBlockNext, emitNotification, emitWarning
 

Constructor Detail

ExtendedInstallPanelAutomationHelper

public ExtendedInstallPanelAutomationHelper()