Class TypeMarkerGroup
java.lang.Object
org.eclipse.ui.views.markers.internal.MarkerGroup
org.eclipse.ui.views.markers.internal.TypeMarkerGroup
The TypeMarkerGroup is a MarkerGroup used for the sorting by type which
cannot be expressed currently using the markerSupport extension point.
- Since:
- 3.4
-
Field Summary
Fields inherited from class org.eclipse.ui.views.markers.internal.MarkerGroup
field, markerField
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Create the fields for the marker views.findGroupValue
(String typeId, IMarker marker) Find the group for the marker of the specified marker type.Returns the comparator that can be used for sorting the MarkerGroupingEntry(s) in the group.getId()
Return the id of the receiver.getTitle()
Return the title for the receiver.Methods inherited from class org.eclipse.ui.views.markers.internal.MarkerGroup
createMarkerGroup, getField, getMarkerField, mapAttribute, remove, setAsDefault, unmap
-
Constructor Details
-
TypeMarkerGroup
Create a new instance of the receiver.
-
-
Method Details
-
createFields
protected void createFields()Create the fields for the marker views.- Overrides:
createFields
in classMarkerGroup
-
findGroupValue
Description copied from class:MarkerGroup
Find the group for the marker of the specified marker type.- Overrides:
findGroupValue
in classMarkerGroup
- Returns:
- MarkerGroupingEntry
-
getId
Description copied from class:MarkerGroup
Return the id of the receiver.- Overrides:
getId
in classMarkerGroup
- Returns:
- String
-
getTitle
Description copied from class:MarkerGroup
Return the title for the receiver.- Overrides:
getTitle
in classMarkerGroup
- Returns:
- String
-
getEntriesComparator
Description copied from class:MarkerGroup
Returns the comparator that can be used for sorting the MarkerGroupingEntry(s) in the group.- Overrides:
getEntriesComparator
in classMarkerGroup
- Returns:
- Comparator
-