org.gudy.azureus2.ui.swt.ipchecker
Class ChooseServicePanel

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

public class ChooseServicePanel
extends AbstractWizardPanel

Author:
Olivier

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

Constructor Detail

ChooseServicePanel

public ChooseServicePanel(IpCheckerWizard wizard,
                          IWizardPanel previousPanel)
Method Detail

show

public void show()

isFinishEnabled

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

getFinishPanel

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