Package com.biglybt.ui.swt.config.wizard
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 com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
ConstructorsConstructorDescriptionWelcomePanel
(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous) -
Method Summary
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
-
Constructor Details
-
WelcomePanel
-
-
Method Details
-
show
public void show() -
isNextEnabled
public boolean isNextEnabled()- Specified by:
isNextEnabled
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
isNextEnabled
in classAbstractWizardPanel<ConfigureWizard>
-
getNextPanel
- Specified by:
getNextPanel
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
getNextPanel
in classAbstractWizardPanel<ConfigureWizard>
-