Package com.biglybt.ui.swt.ipchecker
Class ProgressPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel
com.biglybt.ui.swt.ipchecker.ProgressPanel
- All Implemented Interfaces:
ExternalIPCheckerServiceListener
,IWizardPanel
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.eclipse.swt.widgets.Display
(package private) org.eclipse.swt.widgets.Text
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkComplete
(ExternalIPCheckerService service, String ip) void
checkFailed
(ExternalIPCheckerService service, String reason) void
finish()
void
reportProgress
(ExternalIPCheckerService service, String message) void
show()
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, getFinishPanel, getNextPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isNextEnabled, isPreviousEnabled
-
Field Details
-
tasks
org.eclipse.swt.widgets.Text tasks -
display
org.eclipse.swt.widgets.Display display
-
-
Constructor Details
-
ProgressPanel
-
-
Method Details
-
show
public void show()- Specified by:
show
in interfaceIWizardPanel
-
finish
public void finish()- Specified by:
finish
in interfaceIWizardPanel
- Overrides:
finish
in classAbstractWizardPanel
-
checkComplete
- Specified by:
checkComplete
in interfaceExternalIPCheckerServiceListener
-
checkFailed
- Specified by:
checkFailed
in interfaceExternalIPCheckerServiceListener
-
reportProgress
- Specified by:
reportProgress
in interfaceExternalIPCheckerServiceListener
-