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
Fields Modifier and Type Field Description (package private) org.eclipse.swt.widgets.Display
display
(package private) org.eclipse.swt.widgets.ProgressBar
progress
(package private) org.eclipse.swt.widgets.Button
show_torrent_file
(package private) org.eclipse.swt.widgets.Text
tasks
-
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
-
Constructor Summary
Constructors Constructor Description ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finish()
void
makeTorrent()
void
reportCurrentTask(java.lang.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
-
-
-
-
Constructor Detail
-
ProgressPanel
public ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
-
-
Method Detail
-
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
public void reportCurrentTask(java.lang.String task_description)
- Specified by:
reportCurrentTask
in interfaceTOTorrentProgressListener
-
reportProgress
public void reportProgress(int percent_complete)
- Specified by:
reportProgress
in interfaceTOTorrentProgressListener
-
-