Uses of Class
com.biglybt.pif.PluginManager
-
Packages that use PluginManager Package Description com.biglybt.core com.biglybt.core.impl com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.local.installer com.biglybt.pifimpl.remote -
-
Uses of PluginManager in com.biglybt.core
Methods in com.biglybt.core that return PluginManager Modifier and Type Method Description PluginManager
Core. getPluginManager()
-
Uses of PluginManager in com.biglybt.core.impl
Methods in com.biglybt.core.impl that return PluginManager Modifier and Type Method Description PluginManager
CoreImpl. getPluginManager()
-
Uses of PluginManager in com.biglybt.pif
Methods in com.biglybt.pif that return PluginManager Modifier and Type Method Description PluginManager
PluginInterface. getPluginManager()
gives access to the plugin managerMethods in com.biglybt.pif with parameters of type PluginManager Modifier and Type Method Description void
PluginManager.StartClientListener. clientStarted(PluginManager pluginManager)
-
Uses of PluginManager in com.biglybt.pifimpl.local
Subclasses of PluginManager in com.biglybt.pifimpl.local Modifier and Type Class Description class
PluginManagerImpl
Fields in com.biglybt.pifimpl.local declared as PluginManager Modifier and Type Field Description private PluginManager
PluginInitializer. plugin_manager
Methods in com.biglybt.pifimpl.local that return PluginManager Modifier and Type Method Description protected PluginManager
PluginInitializer. getPluginManager()
PluginManager
PluginInterfaceImpl. getPluginManager()
-
Uses of PluginManager in com.biglybt.pifimpl.local.installer
Fields in com.biglybt.pifimpl.local.installer declared as PluginManager Modifier and Type Field Description private PluginManager
PluginInstallerImpl. manager
Methods in com.biglybt.pifimpl.local.installer that return PluginManager Modifier and Type Method Description protected PluginManager
PluginInstallerImpl. getPluginManager()
Methods in com.biglybt.pifimpl.local.installer with parameters of type PluginManager Modifier and Type Method Description static PluginInstallerImpl
PluginInstallerImpl. getSingleton(PluginManager _manager)
Constructors in com.biglybt.pifimpl.local.installer with parameters of type PluginManager Constructor Description PluginInstallerImpl(PluginManager _manager)
-
Uses of PluginManager in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return PluginManager Modifier and Type Method Description PluginManager
RPPluginInterface. getPluginManager()
-