Class AttributeMarkerGrouping
java.lang.Object
org.eclipse.ui.views.markers.internal.AttributeMarkerGrouping
AttributeMarkerGrouping is the configuration element for the
markerAttributeGrouping extension.
- Since:
- 3.2
-
Constructor Summary
ConstructorDescriptionCreate a new instance of the receiver from element. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(MarkerGroup markerGroup) Add markerGroup to the list of referenced groups.Return the name of the attribute for the receiver.Return the id of the default grouping.Return the IConfigurationElement for the receiver.Return the id of the marker type for this type.void
unmap()
Unmap the receiver from the groups
-
Constructor Details
-
AttributeMarkerGrouping
Create a new instance of the receiver from element.
-
-
Method Details
-
getDefaultGroupingEntry
Return the id of the default grouping.- Returns:
- String or
null
if it is not defined.
-
getMarkerType
Return the id of the marker type for this type.- Returns:
- String
-
getAttribute
Return the name of the attribute for the receiver.- Returns:
- String
-
getElement
Return the IConfigurationElement for the receiver.- Returns:
- IConfigurationElement
-
addGroup
Add markerGroup to the list of referenced groups. -
unmap
public void unmap()Unmap the receiver from the groups
-