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
Modifier 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
-
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()
-