Class MarkerGroupingEntry

java.lang.Object
org.eclipse.ui.views.markers.internal.MarkerGroupingEntry

public class MarkerGroupingEntry extends Object
MarkerGroupingEntry is the configuration object for the markerGroupingEntry extension.
Since:
3.2
  • Constructor Details

    • MarkerGroupingEntry

      public MarkerGroupingEntry(IConfigurationElement element)
      Create a new instance of the receiver from element.
    • MarkerGroupingEntry

      public MarkerGroupingEntry(String label)
      Create a new instance of the receiver with just a label.
  • Method Details

    • setAsDefault

      public void setAsDefault(String markerType)
      Set the receiver as the default grouping entry for type markerType.
      Parameters:
      markerType - String
    • getId

      public String getId()
      Return the id for the receiver.
      Returns:
      String
    • setGroup

      public void setGroup(MarkerGroup group)
      Set the group for the receiver.
    • getLabel

      public String getLabel()
      Get the label of the receiver.
      Returns:
      String
    • getPriority

      public int getPriority()
      Return the priority of the receiver.
      Returns:
      int
    • getMarkerGroup

      public MarkerGroup getMarkerGroup()
      Return the marker group for the receiver.
      Returns:
      FieldMarkerGroup