Uses of Interface
com.biglybt.pif.installer.InstallablePlugin
Packages that use InstallablePlugin
Package
Description
-
Uses of InstallablePlugin in com.biglybt.pif.installer
Subinterfaces of InstallablePlugin in com.biglybt.pif.installerMethods in com.biglybt.pif.installer with parameters of type InstallablePluginModifier and TypeMethodDescriptionvoid
PluginInstaller.install
(InstallablePlugin[] plugins, boolean shared) Install one of more plugins in a single operationPluginInstaller.install
(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) boolean
PluginInstallerListener.installRequest
(String reason, InstallablePlugin plugin) void
PluginInstaller.requestInstall
(String reason, InstallablePlugin plugin) Requests any registered listeners to initiate a plugin install process -
Uses of InstallablePlugin in com.biglybt.pifimpl.local.installer
Classes in com.biglybt.pifimpl.local.installer that implement InstallablePluginModifier and TypeClassDescriptionclass
class
class
Methods in com.biglybt.pifimpl.local.installer with parameters of type InstallablePluginModifier and TypeMethodDescriptionvoid
PluginInstallerImpl.install
(InstallablePlugin[] plugins, boolean shared) protected UpdateCheckInstance
PluginInstallerImpl.install
(InstallablePlugin[] plugins, boolean shared, boolean low_noise, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstallerImpl.install
(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) void
PluginInstallerImpl.install
(InstallablePlugin installable_plugin, boolean shared) void
PluginInstallerImpl.requestInstall
(String reason, InstallablePlugin plugin) void
PluginInstallerImpl.uninstall
(InstallablePlugin standard_plugin) -
Uses of InstallablePlugin in com.biglybt.ui.swt.plugininstaller
Fields in com.biglybt.ui.swt.plugininstaller with type parameters of type InstallablePluginModifier and TypeFieldDescription(package private) List
<InstallablePlugin> InstallPluginWizard.plugins
Methods in com.biglybt.ui.swt.plugininstaller that return types with arguments of type InstallablePluginMethod parameters in com.biglybt.ui.swt.plugininstaller with type arguments of type InstallablePluginModifier and TypeMethodDescriptionvoid
InstallPluginWizard.setPluginList
(List<InstallablePlugin> _plugins)