Uses of Interface
org.eclipse.core.runtime.IBundleGroup
Packages that use IBundleGroup
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IBundleGroup in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IBundleGroupModifier and TypeMethodDescriptionIBundleGroupProvider.getBundleGroups()Returns the bundle groups provided by this provider. -
Uses of IBundleGroup in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type IBundleGroupModifier and TypeMethodDescriptionstatic StringBundleGroupProperties.getBrandingBundleId(IBundleGroup bundleGroup) A Feature's branding plugin id.static StringBundleGroupProperties.getBrandingBundleVersion(IBundleGroup bundleGroup) A Feature's branding plugin version.static StringBundleGroupProperties.getFeatureId(IBundleGroup bundleGroup) Returns the id for this bundleGroup.static ImageDescriptorBundleGroupProperties.getFeatureImage(IBundleGroup bundleGroup) An image which can be shown in an "about features" dialog (32x32).static URLBundleGroupProperties.getFeatureImageUrl(IBundleGroup bundleGroup) The URL to an image which can be shown in an "about features" dialog (32x32).static StringBundleGroupProperties.getFeatureLabel(IBundleGroup bundleGroup) Returns a label for the feature plugn, ornull.static StringBundleGroupProperties.getFeatureVersion(IBundleGroup bundleGroup) Returns the feature version id.static URLBundleGroupProperties.getLicenseUrl(IBundleGroup bundleGroup) A URL for the feature's license page.static StringBundleGroupProperties.getProviderName(IBundleGroup bundleGroup) Returns the provider name.static StringBundleGroupProperties.getTipsAndTricksHref(IBundleGroup bundleGroup) A help reference for the feature's tips and tricks page (optional).static URLBundleGroupProperties.getWelcomePageUrl(IBundleGroup bundleGroup) A URL for the feature's welcome page (special XML-based format) ($nl$/ prefix to permit locale-specific translations of entire file).static StringBundleGroupProperties.getWelcomePerspective(IBundleGroup bundleGroup) The id of a perspective in which to show the welcome page (optional).Constructors in org.eclipse.ui.internal with parameters of type IBundleGroupModifierConstructorDescriptionBundleGroupProperties(IBundleGroup bundleGroup) This instance will return properties from the given bundle group.