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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.eclipse.swt.widgets.Label
private ExternalIPCheckerService[]
private org.eclipse.swt.widgets.Combo
(package private) org.eclipse.swt.widgets.Label
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isFinishSelectionOK, isNextEnabled, isPreviousEnabled
-
Field Details
-
servicesList
private org.eclipse.swt.widgets.Combo servicesList -
services
-
serviceDescription
org.eclipse.swt.widgets.Label serviceDescription -
serviceUrl
org.eclipse.swt.widgets.Label serviceUrl
-
-
Constructor Details
-
ChooseServicePanel
-
-
Method Details
-
show
public void show() -
updateInfos
private void updateInfos() -
isFinishEnabled
public boolean isFinishEnabled()- Specified by:
isFinishEnabled
in interfaceIWizardPanel
- Overrides:
isFinishEnabled
in classAbstractWizardPanel
-
getFinishPanel
- Specified by:
getFinishPanel
in interfaceIWizardPanel
- Overrides:
getFinishPanel
in classAbstractWizardPanel
-