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