Uses of Interface
com.biglybt.pif.installer.PluginInstaller
-
-
Uses of PluginInstaller in com.biglybt.pif
Methods in com.biglybt.pif that return PluginInstaller Modifier and Type Method Description abstract PluginInstaller
PluginManager. getPluginInstaller()
-
Uses of PluginInstaller in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer that return PluginInstaller Modifier and Type Method Description PluginInstaller
InstallablePlugin. getInstaller()
-
Uses of PluginInstaller in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return PluginInstaller Modifier and Type Method Description PluginInstaller
PluginManagerImpl. getPluginInstaller()
-
Uses of PluginInstaller in com.biglybt.pifimpl.local.installer
Classes in com.biglybt.pifimpl.local.installer that implement PluginInstaller Modifier and Type Class Description class
PluginInstallerImpl
Methods in com.biglybt.pifimpl.local.installer that return PluginInstaller Modifier and Type Method Description PluginInstaller
InstallablePluginImpl. getInstaller()
-
Uses of PluginInstaller in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type PluginInstaller Modifier and Type Method Description protected void
PluginUpdatePlugin. installRecommendedPlugin(PluginInstaller installer, StandardPlugin plugin)
-
Uses of PluginInstaller in com.biglybt.ui.swt.player
Fields in com.biglybt.ui.swt.player declared as PluginInstaller Modifier and Type Field Description private PluginInstaller
PlayerInstaller. installer
-
Uses of PluginInstaller in com.biglybt.ui.swt.plugininstall
Fields in com.biglybt.ui.swt.plugininstall declared as PluginInstaller Modifier and Type Field Description private PluginInstaller
SimplePluginInstaller. installer
-