org.gudy.azureus2.ui.swt.exporttorrent.wizard
Class ExportTorrentWizard

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.Wizard
      extended by org.gudy.azureus2.ui.swt.exporttorrent.wizard.ExportTorrentWizard

public class ExportTorrentWizard
extends Wizard


Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.Wizard
cancel, finish, next, previous
 
Constructor Summary
ExportTorrentWizard()
           
ExportTorrentWizard(org.eclipse.swt.widgets.Display display, DownloadManager dm)
           
 
Method Summary
protected  String getExportFile()
           
protected  String getTorrentFile()
           
 void onClose()
           
protected  boolean performExport()
           
protected  void setExportFile(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

ExportTorrentWizard

public ExportTorrentWizard()

ExportTorrentWizard

public ExportTorrentWizard(org.eclipse.swt.widgets.Display display,
                           DownloadManager dm)
Method Detail

onClose

public void onClose()
Overrides:
onClose in class Wizard

setTorrentFile

protected void setTorrentFile(String str)

getTorrentFile

protected String getTorrentFile()

setExportFile

protected void setExportFile(String str)

getExportFile

protected String getExportFile()

performExport

protected boolean performExport()