Uses of Class
com.biglybt.ui.swt.maketorrent.NewTorrentWizard
-
Packages that use NewTorrentWizard Package Description com.biglybt.ui.swt.maketorrent -
-
Uses of NewTorrentWizard in com.biglybt.ui.swt.maketorrent
Methods in com.biglybt.ui.swt.maketorrent that return types with arguments of type NewTorrentWizard Modifier and Type Method Description IWizardPanel<NewTorrentWizard>
SavePathPanel. getFinishPanel()
IWizardPanel<NewTorrentWizard>
BYOPanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
DirectoryPanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
ModePanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
SingleFilePanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
WebSeedPanel. getNextPanel()
protected IWizardPanel<NewTorrentWizard>
NewTorrentWizard. getNextPanelForMode(AbstractWizardPanel<NewTorrentWizard> prev)
Method parameters in com.biglybt.ui.swt.maketorrent with type arguments of type NewTorrentWizard Modifier and Type Method Description protected IWizardPanel<NewTorrentWizard>
NewTorrentWizard. getNextPanelForMode(AbstractWizardPanel<NewTorrentWizard> prev)
Constructors in com.biglybt.ui.swt.maketorrent with parameters of type NewTorrentWizard Constructor Description BYOPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
DirectoryPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
ModePanel(NewTorrentWizard wizard, AbstractWizardPanel previous)
MultiTrackerPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
SavePathPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> _previousPanel)
SingleFilePanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
WebSeedPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
Constructor parameters in com.biglybt.ui.swt.maketorrent with type arguments of type NewTorrentWizard Constructor Description BYOPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
DirectoryPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
MultiTrackerPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
SavePathPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> _previousPanel)
SingleFilePanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
WebSeedPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
-