Class ExportTorrentWizard

java.lang.Object
com.biglybt.ui.swt.wizard.Wizard
com.biglybt.ui.swt.exporttorrent.wizard.ExportTorrentWizard

public class ExportTorrentWizard extends Wizard
  • Field Details

    • torrent_file

      String torrent_file
    • export_file

      String export_file
  • Constructor Details

    • ExportTorrentWizard

      public ExportTorrentWizard()
    • ExportTorrentWizard

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

    • 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()