org.gudy.azureus2.ui.swt.importtorrent.wizard
Class ImportTorrentWizard

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.Wizard
      extended by org.gudy.azureus2.ui.swt.importtorrent.wizard.ImportTorrentWizard

public class ImportTorrentWizard
extends Wizard


Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.Wizard
cancel, finish, next, previous
 
Constructor Summary
ImportTorrentWizard()
           
 
Method Summary
protected  String getImportFile()
           
protected  String getTorrentFile()
           
 void onClose()
           
protected  boolean performImport()
           
protected  void setImportFile(String str)
           
protected  void setTorrentFile(String str)
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.wizard.Wizard
addListener, close, getCurrentPanel, getDisplay, getErrorMessage, getPanel, getWizardWindow, removeListener, setCurrentInfo, setErrorMessage, setFinishEnabled, setFirstPanel, setNextEnabled, setPreviousEnabled, setTitle, setTitleAsResourceID, setTitleKey, switchToClose, switchToClose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTorrentWizard

public ImportTorrentWizard()
Method Detail

onClose

public void onClose()
Overrides:
onClose in class Wizard

setTorrentFile

protected void setTorrentFile(String str)

getTorrentFile

protected String getTorrentFile()

setImportFile

protected void setImportFile(String str)

getImportFile

protected String getImportFile()

performImport

protected boolean performImport()