Uses of Class
com.biglybt.ui.swt.wizard.Wizard
-
-
Uses of Wizard in com.biglybt.ui.swt.beta
Subclasses of Wizard in com.biglybt.ui.swt.beta Modifier and Type Class Description class
BetaWizard
-
Uses of Wizard in com.biglybt.ui.swt.config.wizard
Subclasses of Wizard in com.biglybt.ui.swt.config.wizard Modifier and Type Class Description class
ConfigureWizard
-
Uses of Wizard in com.biglybt.ui.swt.exporttorrent.wizard
Subclasses of Wizard in com.biglybt.ui.swt.exporttorrent.wizard Modifier and Type Class Description class
ExportTorrentWizard
Constructors in com.biglybt.ui.swt.exporttorrent.wizard with parameters of type Wizard Constructor Description ExportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
ExportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
Uses of Wizard in com.biglybt.ui.swt.importtorrent.wizard
Subclasses of Wizard in com.biglybt.ui.swt.importtorrent.wizard Modifier and Type Class Description class
ImportTorrentWizard
Constructors in com.biglybt.ui.swt.importtorrent.wizard with parameters of type Wizard Constructor Description ImportTorrentWizardFinishPanel(Wizard wizard, IWizardPanel previous)
ImportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
ImportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
Uses of Wizard in com.biglybt.ui.swt.ipchecker
Subclasses of Wizard in com.biglybt.ui.swt.ipchecker Modifier and Type Class Description class
IpCheckerWizard
-
Uses of Wizard in com.biglybt.ui.swt.maketorrent
Subclasses of Wizard in com.biglybt.ui.swt.maketorrent Modifier and Type Class Description class
NewTorrentWizard
-
Uses of Wizard in com.biglybt.ui.swt.plugininstaller
Subclasses of Wizard in com.biglybt.ui.swt.plugininstaller Modifier and Type Class Description class
InstallPluginWizard
-
Uses of Wizard in com.biglybt.ui.swt.pluginsuninstaller
Subclasses of Wizard in com.biglybt.ui.swt.pluginsuninstaller Modifier and Type Class Description class
UnInstallPluginWizard
Constructors in com.biglybt.ui.swt.pluginsuninstaller with parameters of type Wizard Constructor Description UIPWFinishPanel(Wizard wizard, IWizardPanel previous)
UIPWListPanel(Wizard wizard, IWizardPanel previous)
-
Uses of Wizard in com.biglybt.ui.swt.speedtest
Subclasses of Wizard in com.biglybt.ui.swt.speedtest Modifier and Type Class Description class
SpeedTestWizard
Constructors in com.biglybt.ui.swt.speedtest with parameters of type Wizard Constructor Description SpeedTestFinishPanel(Wizard wizard, IWizardPanel previousPanel)
SpeedTestSetLimitPanel(Wizard wizard, IWizardPanel previousPanel, int upload, long maxup, int download, long maxdown)
-
Uses of Wizard in com.biglybt.ui.swt.wizard
Classes in com.biglybt.ui.swt.wizard with type parameters of type Wizard Modifier and Type Class Description class
AbstractWizardPanel<W extends Wizard>
Fields in com.biglybt.ui.swt.wizard declared as Wizard Modifier and Type Field Description protected W
AbstractWizardPanel. wizard
-