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.Labelprivate ExternalIPCheckerService[]private org.eclipse.swt.widgets.Combo(package private) org.eclipse.swt.widgets.LabelFields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
isFinishEnabledin interfaceIWizardPanel- Overrides:
isFinishEnabledin classAbstractWizardPanel
-
getFinishPanel
- Specified by:
getFinishPanelin interfaceIWizardPanel- Overrides:
getFinishPanelin classAbstractWizardPanel
-