Class WelcomePanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel<ConfigureWizard>
com.biglybt.ui.swt.config.wizard.WelcomePanel
- All Implemented Interfaces:
IWizardPanel<ConfigureWizard>
-
Field Summary
Fields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
ConstructorsConstructorDescriptionWelcomePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous) -
Method Summary
Methods inherited from class AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
-
Constructor Details
-
WelcomePanel
-
-
Method Details
-
show
public void show() -
isNextEnabled
public boolean isNextEnabled()- Specified by:
isNextEnabledin interfaceIWizardPanel<ConfigureWizard>- Overrides:
isNextEnabledin classAbstractWizardPanel<ConfigureWizard>
-
getNextPanel
- Specified by:
getNextPanelin interfaceIWizardPanel<ConfigureWizard>- Overrides:
getNextPanelin classAbstractWizardPanel<ConfigureWizard>
-