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 TypeMethodDescriptionvoidPluginInstaller.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) booleanPluginInstallerListener.installRequest(String reason, InstallablePlugin plugin) voidPluginInstaller.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 TypeClassDescriptionclassclassclassMethods in com.biglybt.pifimpl.local.installer with parameters of type InstallablePluginModifier and TypeMethodDescriptionvoidPluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared) protected UpdateCheckInstancePluginInstallerImpl.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) voidPluginInstallerImpl.install(InstallablePlugin installable_plugin, boolean shared) voidPluginInstallerImpl.requestInstall(String reason, InstallablePlugin plugin) voidPluginInstallerImpl.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.pluginsMethods 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 TypeMethodDescriptionvoidInstallPluginWizard.setPluginList(List<InstallablePlugin> _plugins)