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 StringThe constant used to specify the contains value on aFiltersContributionParametersstatic StringThe 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()
-