Package org.eclipse.ui.branding
Interface IBundleGroupConstants
- All Known Implementing Classes:
BundleGroupProperties
public interface IBundleGroupConstants
These constants define the set of properties that the UI expects to be
available via
IBundleGroup.getProperty(String)
.- Since:
- 3.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The text to show in an "about features" dialog.static final String
The feature's branding bundle id (optional).static final String
The feature's branding bundle version (optional).static final String
An image which can be shown in an "about features" dialog (32x32).static final String
The URL of the license page for the feature (optional).static final String
A help reference for the feature's tips and tricks page (optional).static final String
The feature's welcome page (special XML-based format).static final String
The id of a perspective in which to show the welcome page (optional).
-
Field Details
-
ABOUT_TEXT
The text to show in an "about features" dialog.- See Also:
-
FEATURE_IMAGE
An image which can be shown in an "about features" dialog (32x32).The value is a fully qualified valid URL.
- See Also:
-
TIPS_AND_TRICKS_HREF
A help reference for the feature's tips and tricks page (optional).- See Also:
-
WELCOME_PAGE
The feature's welcome page (special XML-based format).The value is a fully qualified valid URL.
Products designed to run "headless" typically would not have such a page.- See Also:
-
WELCOME_PERSPECTIVE
The id of a perspective in which to show the welcome page (optional).- See Also:
-
LICENSE_HREF
The URL of the license page for the feature (optional).The value is a fully qualified valid URL.
- See Also:
-
BRANDING_BUNDLE_ID
The feature's branding bundle id (optional).- Since:
- 3.5
- See Also:
-
BRANDING_BUNDLE_VERSION
The feature's branding bundle version (optional).- Since:
- 3.5
- See Also:
-