Uses of Interface
org.eclipse.core.runtime.IProduct
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IProduct in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionstatic IProduct
Platform.getProduct()
Returns the product which was selected when running this Eclipse instance ornull
if noneIProduct[]
IProductProvider.getProducts()
Returns the products provided by this provider. -
Uses of IProduct in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionstatic ImageDescriptor
ProductProperties.getAboutImage
(IProduct product) An image which can be shown in an "about" dialog for this product.static String
ProductProperties.getAboutText
(IProduct product) The text to show in an "about" dialog for this product.static String
ProductProperties.getAppName
(IProduct product) The application name, used to initialize the SWT Display.static String
ProductProperties.getProductId
(IProduct product) Returns the id for the product.static String
ProductProperties.getProductName
(IProduct product) Returns the product name ornull
.static URL
ProductProperties.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.ModifierConstructorDescriptionProductInfo
(IProduct product) ProductProperties
(IProduct product) This instance will return properties from the given product.