Class ImportTorrentWizard

java.lang.Object
com.biglybt.ui.swt.wizard.Wizard
com.biglybt.ui.swt.importtorrent.wizard.ImportTorrentWizard

public class ImportTorrentWizard extends Wizard
  • Field Details

    • torrent_file

      String torrent_file
    • import_file

      String import_file
  • Constructor Details

    • ImportTorrentWizard

      public ImportTorrentWizard()
  • Method Details

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