Uses of Interface
com.biglybt.ui.swt.wizard.IWizardPanel
-
-
Uses of IWizardPanel in com.biglybt.ui.swt.beta
Classes in com.biglybt.ui.swt.beta that implement IWizardPanel Modifier and Type Class Description class
BetaWizardStart
Methods in com.biglybt.ui.swt.beta that return IWizardPanel Modifier and Type Method Description IWizardPanel
BetaWizardStart. getFinishPanel()
-
Uses of IWizardPanel in com.biglybt.ui.swt.config.wizard
Classes in com.biglybt.ui.swt.config.wizard that implement IWizardPanel Modifier and Type Class Description class
FilePanel
class
FinishPanel
class
LanguagePanel
class
NatPanel
class
TransferPanel2
class
WelcomePanel
Methods in com.biglybt.ui.swt.config.wizard that return IWizardPanel Modifier and Type Method Description IWizardPanel<ConfigureWizard>
FilePanel. getFinishPanel()
IWizardPanel
TransferPanel2. getFinishPanel()
IWizardPanel<ConfigureWizard>
LanguagePanel. getNextPanel()
IWizardPanel<ConfigureWizard>
NatPanel. getNextPanel()
IWizardPanel
TransferPanel2. getNextPanel()
IWizardPanel<ConfigureWizard>
WelcomePanel. getNextPanel()
Constructors in com.biglybt.ui.swt.config.wizard with parameters of type IWizardPanel Constructor Description FilePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
FinishPanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
LanguagePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previousPanel)
NatPanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
TransferPanel2(ConfigureWizard wizard, IWizardPanel previous)
WelcomePanel(ConfigureWizard wizard, IWizardPanel<ConfigureWizard> previous)
-
Uses of IWizardPanel in com.biglybt.ui.swt.exporttorrent.wizard
Classes in com.biglybt.ui.swt.exporttorrent.wizard that implement IWizardPanel Modifier and Type Class Description class
ExportTorrentWizardFinishPanel
class
ExportTorrentWizardInputPanel
class
ExportTorrentWizardOutputPanel
Methods in com.biglybt.ui.swt.exporttorrent.wizard that return IWizardPanel Modifier and Type Method Description IWizardPanel
ExportTorrentWizardOutputPanel. getFinishPanel()
IWizardPanel
ExportTorrentWizardInputPanel. getNextPanel()
Constructors in com.biglybt.ui.swt.exporttorrent.wizard with parameters of type IWizardPanel Constructor Description ExportTorrentWizardFinishPanel(ExportTorrentWizard wizard, IWizardPanel previous)
ExportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
ExportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
Uses of IWizardPanel in com.biglybt.ui.swt.importtorrent.wizard
Classes in com.biglybt.ui.swt.importtorrent.wizard that implement IWizardPanel Modifier and Type Class Description class
ImportTorrentWizardFinishPanel
class
ImportTorrentWizardInputPanel
class
ImportTorrentWizardOutputPanel
Methods in com.biglybt.ui.swt.importtorrent.wizard that return IWizardPanel Modifier and Type Method Description IWizardPanel
ImportTorrentWizardOutputPanel. getFinishPanel()
IWizardPanel
ImportTorrentWizardInputPanel. getNextPanel()
Constructors in com.biglybt.ui.swt.importtorrent.wizard with parameters of type IWizardPanel Constructor Description ImportTorrentWizardFinishPanel(Wizard wizard, IWizardPanel previous)
ImportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
ImportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
Uses of IWizardPanel in com.biglybt.ui.swt.ipchecker
Classes in com.biglybt.ui.swt.ipchecker that implement IWizardPanel Modifier and Type Class Description class
ChooseServicePanel
class
ProgressPanel
Methods in com.biglybt.ui.swt.ipchecker that return IWizardPanel Modifier and Type Method Description IWizardPanel
ChooseServicePanel. getFinishPanel()
Constructors in com.biglybt.ui.swt.ipchecker with parameters of type IWizardPanel Constructor Description ChooseServicePanel(IpCheckerWizard wizard, IWizardPanel previousPanel)
ProgressPanel(IpCheckerWizard wizard, IWizardPanel previousPanel)
-
Uses of IWizardPanel in com.biglybt.ui.swt.maketorrent
Classes in com.biglybt.ui.swt.maketorrent that implement IWizardPanel Modifier and Type Class Description class
BYOPanel
class
DirectoryPanel
class
ModePanel
class
MultiTrackerPanel
class
ProgressPanel
class
SavePathPanel
class
SingleFilePanel
class
WebSeedPanel
Methods in com.biglybt.ui.swt.maketorrent that return IWizardPanel Modifier and Type Method Description IWizardPanel<NewTorrentWizard>
SavePathPanel. getFinishPanel()
IWizardPanel<NewTorrentWizard>
BYOPanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
DirectoryPanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
ModePanel. getNextPanel()
IWizardPanel
MultiTrackerPanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
SingleFilePanel. getNextPanel()
IWizardPanel<NewTorrentWizard>
WebSeedPanel. getNextPanel()
protected IWizardPanel<NewTorrentWizard>
NewTorrentWizard. getNextPanelForMode(AbstractWizardPanel<NewTorrentWizard> prev)
Constructors in com.biglybt.ui.swt.maketorrent with parameters of type IWizardPanel Constructor Description BYOPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
DirectoryPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> previous)
ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
-
Uses of IWizardPanel in com.biglybt.ui.swt.plugininstaller
Classes in com.biglybt.ui.swt.plugininstaller that implement IWizardPanel Modifier and Type Class Description class
IPWFilePanel
class
IPWFinishPanel
class
IPWInstallModePanel
Methods in com.biglybt.ui.swt.plugininstaller that return IWizardPanel Modifier and Type Method Description IWizardPanel<InstallPluginWizard>
IPWInstallModePanel. getFinishPanel()
IWizardPanel<InstallPluginWizard>
IPWFilePanel. getNextPanel()
Constructors in com.biglybt.ui.swt.plugininstaller with parameters of type IWizardPanel Constructor Description IPWFilePanel(InstallPluginWizard wizard, IWizardPanel<InstallPluginWizard> previous)
IPWFilePanel(InstallPluginWizard wizard, IWizardPanel<InstallPluginWizard> previous, java.lang.String file)
IPWFinishPanel(InstallPluginWizard wizard, IWizardPanel<InstallPluginWizard> previous)
IPWInstallModePanel(InstallPluginWizard wizard, IWizardPanel<InstallPluginWizard> previous)
-
Uses of IWizardPanel in com.biglybt.ui.swt.pluginsuninstaller
Classes in com.biglybt.ui.swt.pluginsuninstaller that implement IWizardPanel Modifier and Type Class Description class
UIPWFinishPanel
class
UIPWListPanel
Methods in com.biglybt.ui.swt.pluginsuninstaller that return IWizardPanel Modifier and Type Method Description IWizardPanel
UIPWListPanel. getFinishPanel()
Constructors in com.biglybt.ui.swt.pluginsuninstaller with parameters of type IWizardPanel Constructor Description UIPWFinishPanel(Wizard wizard, IWizardPanel previous)
UIPWListPanel(Wizard wizard, IWizardPanel previous)
-
Uses of IWizardPanel in com.biglybt.ui.swt.speedtest
Classes in com.biglybt.ui.swt.speedtest that implement IWizardPanel Modifier and Type Class Description class
SpeedTestFinishPanel
class
SpeedTestPanel
class
SpeedTestSelector
class
SpeedTestSetLimitPanel
Methods in com.biglybt.ui.swt.speedtest that return IWizardPanel Modifier and Type Method Description IWizardPanel
SpeedTestPanel. getFinishPanel()
IWizardPanel
SpeedTestSetLimitPanel. getFinishPanel()
IWizardPanel
SpeedTestPanel. getNextPanel()
IWizardPanel
SpeedTestSelector. getNextPanel()
Constructors in com.biglybt.ui.swt.speedtest with parameters of type IWizardPanel Constructor Description SpeedTestFinishPanel(Wizard wizard, IWizardPanel previousPanel)
SpeedTestPanel(SpeedTestWizard _wizard, IWizardPanel _previousPanel)
SpeedTestSelector(SpeedTestWizard wizard, IWizardPanel previous)
SpeedTestSetLimitPanel(Wizard wizard, IWizardPanel previousPanel, int upload, long maxup, int download, long maxdown)
-
Uses of IWizardPanel in com.biglybt.ui.swt.wizard
Classes in com.biglybt.ui.swt.wizard that implement IWizardPanel Modifier and Type Class Description class
AbstractWizardPanel<W extends Wizard>
Fields in com.biglybt.ui.swt.wizard declared as IWizardPanel Modifier and Type Field Description (package private) IWizardPanel<?>
Wizard. currentPanel
protected IWizardPanel<W>
AbstractWizardPanel. previousPanel
Methods in com.biglybt.ui.swt.wizard that return IWizardPanel Modifier and Type Method Description IWizardPanel<?>
Wizard. getCurrentPanel()
IWizardPanel<W>
AbstractWizardPanel. getFinishPanel()
IWizardPanel<W>
IWizardPanel. getFinishPanel()
IWizardPanel<W>
AbstractWizardPanel. getNextPanel()
IWizardPanel<W>
IWizardPanel. getNextPanel()
IWizardPanel<W>
AbstractWizardPanel. getPreviousPanel()
IWizardPanel<W>
IWizardPanel. getPreviousPanel()
Methods in com.biglybt.ui.swt.wizard with parameters of type IWizardPanel Modifier and Type Method Description void
Wizard. setFirstPanel(IWizardPanel<?> panel)
Constructors in com.biglybt.ui.swt.wizard with parameters of type IWizardPanel Constructor Description AbstractWizardPanel(W wizard, IWizardPanel<W> previousPanel)
-