Uses of Interface
org.eclipse.core.runtime.IProduct
Packages that use IProduct
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IProduct in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IProductModifier and TypeMethodDescriptionstatic IProductPlatform.getProduct()Returns the product which was selected when running this Eclipse instance ornullif noneIProduct[]IProductProvider.getProducts()Returns the products provided by this provider. -
Uses of IProduct in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type IProductModifier and TypeMethodDescriptionstatic ImageDescriptorProductProperties.getAboutImage(IProduct product) An image which can be shown in an "about" dialog for this product.static StringProductProperties.getAboutText(IProduct product) The text to show in an "about" dialog for this product.static StringProductProperties.getAppName(IProduct product) The application name, used to initialize the SWT Display.static StringProductProperties.getProductId(IProduct product) Returns the id for the product.static StringProductProperties.getProductName(IProduct product) Returns the product name ornull.static URLProductProperties.getWelcomePageUrl(IProduct product) Location of the product's welcome page (special XML-based format), either a fully qualified valid URL or a path relative to the product's defining bundle.static ImageDescriptor[]ProductProperties.getWindowImages(IProduct product) An array of one or more images to be used for this product.Constructors in org.eclipse.ui.internal with parameters of type IProductModifierConstructorDescriptionProductInfo(IProduct product) ProductProperties(IProduct product) This instance will return properties from the given product.