Uses of Class
org.eclipse.ui.views.markers.internal.MarkerGroup
Packages that use MarkerGroup
-
Uses of MarkerGroup in org.eclipse.ui.views.markers.internal
Subclasses of MarkerGroup in org.eclipse.ui.views.markers.internalModifier and TypeClassDescriptionclass
The TypeMarkerGroup is a MarkerGroup used for the sorting by type which cannot be expressed currently using the markerSupport extension point.Methods in org.eclipse.ui.views.markers.internal that return MarkerGroupModifier and TypeMethodDescriptionstatic MarkerGroup
MarkerGroup.createMarkerGroup
(IConfigurationElement element) Create a new MarkerGroup from element.MarkerGroupingEntry.getMarkerGroup()
Return the marker group for the receiver.MarkerSupportRegistry.getMarkerGroup
(String categoryName) Get the markerGroup associated with categoryNameMethods in org.eclipse.ui.views.markers.internal that return types with arguments of type MarkerGroupModifier and TypeMethodDescriptionContentGeneratorDescriptor.getMarkerGroups()
Get the markerGroups associated with the receiver.MarkerSupportRegistry.getMarkerGroups()
Return the FieldMarkerGroups in the receiver.Methods in org.eclipse.ui.views.markers.internal with parameters of type MarkerGroupModifier and TypeMethodDescriptionvoid
AttributeMarkerGrouping.addGroup
(MarkerGroup markerGroup) Add markerGroup to the list of referenced groups.void
MarkerGroupingEntry.setGroup
(MarkerGroup group) Set the group for the receiver.