Package com.biglybt.ui.swt.maketorrent
Class ProgressPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
com.biglybt.ui.swt.maketorrent.ProgressPanel
- All Implemented Interfaces:
TOTorrentProgressListener
,IWizardPanel<NewTorrentWizard>
public class ProgressPanel
extends AbstractWizardPanel<NewTorrentWizard>
implements TOTorrentProgressListener
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.eclipse.swt.widgets.Display
(package private) org.eclipse.swt.widgets.ProgressBar
(package private) org.eclipse.swt.widgets.Button
(package private) org.eclipse.swt.widgets.Text
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
ConstructorsConstructorDescriptionProgressPanel
(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel) -
Method Summary
Modifier and TypeMethodDescriptionvoid
finish()
void
void
reportCurrentTask
(String task_description) void
reportProgress
(int percent_complete) 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 -
progress
org.eclipse.swt.widgets.ProgressBar progress -
display
org.eclipse.swt.widgets.Display display -
show_torrent_file
org.eclipse.swt.widgets.Button show_torrent_file
-
-
Constructor Details
-
ProgressPanel
-
-
Method Details
-
show
public void show()- Specified by:
show
in interfaceIWizardPanel<NewTorrentWizard>
-
finish
public void finish()- Specified by:
finish
in interfaceIWizardPanel<NewTorrentWizard>
- Overrides:
finish
in classAbstractWizardPanel<NewTorrentWizard>
-
makeTorrent
public void makeTorrent() -
reportCurrentTask
- Specified by:
reportCurrentTask
in interfaceTOTorrentProgressListener
-
reportProgress
public void reportProgress(int percent_complete) - Specified by:
reportProgress
in interfaceTOTorrentProgressListener
-