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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCreate 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:
createFieldsin classMarkerGroup
-
findGroupValue
Description copied from class:MarkerGroupFind the group for the marker of the specified marker type.- Overrides:
findGroupValuein classMarkerGroup- Returns:
- MarkerGroupingEntry
-
getId
Description copied from class:MarkerGroupReturn the id of the receiver.- Overrides:
getIdin classMarkerGroup- Returns:
- String
-
getTitle
Description copied from class:MarkerGroupReturn the title for the receiver.- Overrides:
getTitlein classMarkerGroup- Returns:
- String
-
getEntriesComparator
Description copied from class:MarkerGroupReturns the comparator that can be used for sorting the MarkerGroupingEntry(s) in the group.- Overrides:
getEntriesComparatorin classMarkerGroup- Returns:
- Comparator
-