Class ImportTorrentWizard
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.Wizard
-
- com.biglybt.ui.swt.importtorrent.wizard.ImportTorrentWizard
-
public class ImportTorrentWizard extends Wizard
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
import_file
(package private) java.lang.String
torrent_file
-
Constructor Summary
Constructors Constructor Description ImportTorrentWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getImportFile()
protected java.lang.String
getTorrentFile()
void
onClose()
protected boolean
performImport()
protected void
setImportFile(java.lang.String str)
protected void
setTorrentFile(java.lang.String str)
-
Methods inherited from class com.biglybt.ui.swt.wizard.Wizard
addListener, close, getCurrentPanel, getDisplay, getErrorMessage, getPanel, getWizardWindow, removeListener, setCurrentInfo, setErrorMessage, setFinishEnabled, setFirstPanel, setNextEnabled, setPreviousEnabled, setTitle, setTitleAsResourceID, switchToClose, switchToClose
-
-
-
-
Method Detail
-
setTorrentFile
protected void setTorrentFile(java.lang.String str)
-
getTorrentFile
protected java.lang.String getTorrentFile()
-
setImportFile
protected void setImportFile(java.lang.String str)
-
getImportFile
protected java.lang.String getImportFile()
-
performImport
protected boolean performImport()
-
-