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>
public class WelcomePanel extends AbstractWizardPanel<ConfigureWizard>
-
-
Field Summary
-
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
-
Constructor Summary
Constructors Constructor Description WelcomePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWizardPanel<ConfigureWizard>
getNextPanel()
boolean
isNextEnabled()
void
show()
-
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
-
-
-
-
Constructor Detail
-
WelcomePanel
public WelcomePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
-
-
Method Detail
-
show
public void show()
-
isNextEnabled
public boolean isNextEnabled()
- Specified by:
isNextEnabled
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
isNextEnabled
in classAbstractWizardPanel<ConfigureWizard>
-
getNextPanel
public IWizardPanel<ConfigureWizard> getNextPanel()
- Specified by:
getNextPanel
in interfaceIWizardPanel<ConfigureWizard>
- Overrides:
getNextPanel
in classAbstractWizardPanel<ConfigureWizard>
-
-