Package com.biglybt.ui.swt.ipchecker
Class ChooseServicePanel
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.AbstractWizardPanel
-
- com.biglybt.ui.swt.ipchecker.ChooseServicePanel
-
- All Implemented Interfaces:
IWizardPanel
public class ChooseServicePanel extends AbstractWizardPanel
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.widgets.Label
serviceDescription
private ExternalIPCheckerService[]
services
private org.eclipse.swt.widgets.Combo
servicesList
(package private) org.eclipse.swt.widgets.Label
serviceUrl
-
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
-
Constructor Summary
Constructors Constructor Description ChooseServicePanel(IpCheckerWizard wizard, IWizardPanel previousPanel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWizardPanel
getFinishPanel()
boolean
isFinishEnabled()
void
show()
private void
updateInfos()
-
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isFinishSelectionOK, isNextEnabled, isPreviousEnabled
-
-
-
-
Field Detail
-
servicesList
private org.eclipse.swt.widgets.Combo servicesList
-
services
private ExternalIPCheckerService[] services
-
serviceDescription
org.eclipse.swt.widgets.Label serviceDescription
-
serviceUrl
org.eclipse.swt.widgets.Label serviceUrl
-
-
Constructor Detail
-
ChooseServicePanel
public ChooseServicePanel(IpCheckerWizard wizard, IWizardPanel previousPanel)
-
-
Method Detail
-
show
public void show()
-
updateInfos
private void updateInfos()
-
isFinishEnabled
public boolean isFinishEnabled()
- Specified by:
isFinishEnabled
in interfaceIWizardPanel
- Overrides:
isFinishEnabled
in classAbstractWizardPanel
-
getFinishPanel
public IWizardPanel getFinishPanel()
- Specified by:
getFinishPanel
in interfaceIWizardPanel
- Overrides:
getFinishPanel
in classAbstractWizardPanel
-
-