| java.lang.Object org.eclipse.ui.views.markers.internal.AttributeMarkerGrouping
AttributeMarkerGrouping | public class AttributeMarkerGrouping (Code) | | AttributeMarkerGrouping is the configuration element for the
markerAttributeGrouping extension.
since: 3.2 |
Constructor Summary | |
public | AttributeMarkerGrouping(String attributeId, String markerId, String defaultEntry, IConfigurationElement configElement) Create a new instance of the receiver for the given attribute on the
markerType with an optional default grouping. |
AttributeMarkerGrouping | public AttributeMarkerGrouping(String attributeId, String markerId, String defaultEntry, IConfigurationElement configElement)(Code) | | Create a new instance of the receiver for the given attribute on the
markerType with an optional default grouping.
Parameters: attributeId - Parameters: markerId - Parameters: defaultEntry - Parameters: configElement - |
getAttribute | public String getAttribute()(Code) | | Return the name of the attribute for the receiver.
String |
getDefaultGroupingEntry | public String getDefaultGroupingEntry()(Code) | | Return the id of the default grouping.
String or null if it is not defined. |
getElement | public IConfigurationElement getElement()(Code) | | Return the IConfigurationElement for the receiver.
IConfigurationElement |
getMarkerType | public String getMarkerType()(Code) | | Return the id of the marker type for this type.
String |
|
|