Method Summary |
|
public String | getFeatureId() Returns the id for this bundleGroup. |
public static String | getFeatureId(IBundleGroup bundleGroup) Returns the id for this bundleGroup. |
public ImageDescriptor | getFeatureImage() An image which can be shown in an "about features" dialog (32x32). |
public static ImageDescriptor | getFeatureImage(IBundleGroup bundleGroup) An image which can be shown in an "about features" dialog (32x32). |
public URL | getFeatureImageUrl() The URL to an image which can be shown in an "about features" dialog (32x32). |
public static URL | getFeatureImageUrl(IBundleGroup bundleGroup) The URL to an image which can be shown in an "about features" dialog (32x32). |
public String | getFeatureLabel() Returns a label for the feature plugn, or null . |
public static String | getFeatureLabel(IBundleGroup bundleGroup) Returns a label for the feature plugn, or null . |
public String | getFeatureVersion() Returns the feature version id. |
public static String | getFeatureVersion(IBundleGroup bundleGroup) Returns the feature version id. |
public URL | getLicenseUrl() A URL for the feature's license page. |
public static URL | getLicenseUrl(IBundleGroup bundleGroup) A URL for the feature's license page. |
public String | getProviderName() Returns the provider name. |
public static String | getProviderName(IBundleGroup bundleGroup) Returns the provider name. |
public String | getTipsAndTricksHref() A help reference for the feature's tips and tricks page (optional). |
public static String | getTipsAndTricksHref(IBundleGroup bundleGroup) A help reference for the feature's tips and tricks page (optional). |
public URL | getWelcomePageUrl() A URL for the feature's welcome page (special XML-based format) ($nl$/
prefix to permit locale-specific translations of entire file). |
public static URL | 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). |
public String | getWelcomePerspective() The id of a perspective in which to show the welcome page (optional). |
public static String | getWelcomePerspective(IBundleGroup bundleGroup) The id of a perspective in which to show the welcome page (optional). |