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.TextFields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckComplete(ExternalIPCheckerService service, String ip) voidcheckFailed(ExternalIPCheckerService service, String reason) voidfinish()voidreportProgress(ExternalIPCheckerService service, String message) voidshow()Methods inherited from class 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:
showin interfaceIWizardPanel
-
finish
public void finish()- Specified by:
finishin interfaceIWizardPanel- Overrides:
finishin classAbstractWizardPanel
-
checkComplete
- Specified by:
checkCompletein interfaceExternalIPCheckerServiceListener
-
checkFailed
- Specified by:
checkFailedin interfaceExternalIPCheckerServiceListener
-
reportProgress
- Specified by:
reportProgressin interfaceExternalIPCheckerServiceListener
-