Uses of Interface
org.eclipse.core.runtime.IBundleGroupProvider
Packages that use IBundleGroupProvider
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IBundleGroupProvider in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IBundleGroupProviderModifier and TypeMethodDescriptionstatic IBundleGroupProvider[]
Platform.getBundleGroupProviders()
Returns the currently registered bundle group providers.Methods in org.eclipse.core.runtime with parameters of type IBundleGroupProviderModifier and TypeMethodDescriptionstatic void
Platform.registerBundleGroupProvider
(IBundleGroupProvider provider) Registers the given bundle group provider with the platform.static void
Platform.unregisterBundleGroupProvider
(IBundleGroupProvider provider) De-registers the given bundle group provider with the platform.