Class MarkerTypesModel

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

public class MarkerTypesModel extends Object
Maintains a model of all known marker types. Accessed statically as the list does not change frequently.
  • Method Details

    • getInstance

      public static MarkerTypesModel getInstance()
      Return the singleton implementation.
      Returns:
      MarkerTypesModel
    • getType

      public MarkerType getType(String id)
      Returns:
      the marker type with the given id, or null if there is no such marker type.
    • getTypes

      public MarkerType[] getTypes()
      Returns:
      all known marker types, never null.