Package org.eclipse.ui.views.markers
Class MarkerSupportConstants
java.lang.Object
org.eclipse.ui.views.markers.MarkerSupportConstants
MarkerSupportConstants is a static class that supplies commonly used constants.
- Since:
- 3.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The constant used to specify the contains value on aFiltersContributionParameters
static String
The constant used to specify the does not contain value on aFiltersContributionParameters
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTAINS_KEY
The constant used to specify the contains value on aFiltersContributionParameters
- See Also:
-
DOES_NOT_CONTAIN_KEY
The constant used to specify the does not contain value on aFiltersContributionParameters
-
-
Constructor Details
-
MarkerSupportConstants
public MarkerSupportConstants()
-