Class MarkerGroupingEntry
java.lang.Object
org.eclipse.ui.views.markers.internal.MarkerGroupingEntry
MarkerGroupingEntry is the configuration object for the markerGroupingEntry
extension.
- Since:
- 3.2
-
Constructor Summary
ConstructorDescriptionMarkerGroupingEntry
(String label) Create a new instance of the receiver with just a label.MarkerGroupingEntry
(IConfigurationElement element) Create a new instance of the receiver from element. -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Return the id for the receiver.getLabel()
Get the label of the receiver.Return the marker group for the receiver.int
Return the priority of the receiver.void
setAsDefault
(String markerType) Set the receiver as the default grouping entry for type markerType.void
setGroup
(MarkerGroup group) Set the group for the receiver.
-
Constructor Details
-
MarkerGroupingEntry
Create a new instance of the receiver from element. -
MarkerGroupingEntry
Create a new instance of the receiver with just a label.
-
-
Method Details
-
setAsDefault
Set the receiver as the default grouping entry for type markerType.- Parameters:
markerType
- String
-
getId
Return the id for the receiver.- Returns:
- String
-
setGroup
Set the group for the receiver. -
getLabel
Get the label of the receiver.- Returns:
- String
-
getPriority
public int getPriority()Return the priority of the receiver.- Returns:
- int
-
getMarkerGroup
Return the marker group for the receiver.- Returns:
- FieldMarkerGroup
-