org.browsecode.helpers.installer
Class InstallWizard

java.lang.Object
  extended by org.browsecode.helpers.installer.InstallWizard

public class InstallWizard
extends java.lang.Object

An installation wizard. See how to use it in cmu.survey.gui.InstallSurveyManager


Constructor Summary
InstallWizard()
           
 
Method Summary
static WizardCard getCardFor(ControlComputerInterface installOnComputer, ApplicationSet applicationSet, java.net.URL website)
           
static void runInstaller(ApplicationSet applicationSet, java.lang.String wizardTitle, java.lang.String startInstallText, java.lang.String postInstallHTMLText, java.net.URL website)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallWizard

public InstallWizard()
Method Detail

getCardFor

public static WizardCard getCardFor(ControlComputerInterface installOnComputer,
                                    ApplicationSet applicationSet,
                                    java.net.URL website)

runInstaller

public static void runInstaller(ApplicationSet applicationSet,
                                java.lang.String wizardTitle,
                                java.lang.String startInstallText,
                                java.lang.String postInstallHTMLText,
                                java.net.URL website)