org.gudy.azureus2.ui.swt.config.wizard
Class WelcomePanel

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
      extended by org.gudy.azureus2.ui.swt.config.wizard.WelcomePanel
All Implemented Interfaces:
IWizardPanel

public class WelcomePanel
extends AbstractWizardPanel

Author:
Olivier

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
 
Constructor Summary
WelcomePanel(ConfigureWizard wizard, IWizardPanel previous)
           
 
Method Summary
 IWizardPanel getNextPanel()
           
 boolean isNextEnabled()
           
 void show()
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelcomePanel

public WelcomePanel(ConfigureWizard wizard,
                    IWizardPanel previous)
Method Detail

show

public void show()

isNextEnabled

public boolean isNextEnabled()
Specified by:
isNextEnabled in interface IWizardPanel
Overrides:
isNextEnabled in class AbstractWizardPanel

getNextPanel

public IWizardPanel getNextPanel()
Specified by:
getNextPanel in interface IWizardPanel
Overrides:
getNextPanel in class AbstractWizardPanel