Uses of Class
org.eclipse.ui.views.markers.internal.MarkerType
Packages that use MarkerType
-
Uses of MarkerType in org.eclipse.ui.views.markers.internal
Fields in org.eclipse.ui.views.markers.internal with type parameters of type MarkerTypeModifier and TypeFieldDescriptionprotected List
<MarkerType> MarkerFilter.rootTypes
protected List
<MarkerType> MarkerFilter.selectedTypes
Methods in org.eclipse.ui.views.markers.internal that return MarkerTypeModifier and TypeMethodDescriptionMarkerType.getAllSubTypes()
MarkerType.getAllSupertypes()
Returns all this type's supertypes.MarkerFilter.getMarkerType
(String id) Find the typeModel entry that matches id.MarkerType.getSubtypes()
Returns the types which have this type as a direct supertype.MarkerType.getSupertypes()
Return the type for typeId.MarkerTypesModel.getTypes()
Methods in org.eclipse.ui.views.markers.internal that return types with arguments of type MarkerTypeModifier and TypeMethodDescriptionContentGeneratorDescriptor.getMarkerTypes()
Return the markerTypes for the receiver.MarkerFilter.getRootTypes()
Warning: for internal package use only.MarkerFilter.getSelectedTypes()
Warning: for internal package use only.ContentGeneratorDescriptor.getTypesTable()
Get the table that maps type ids to markerTypes.Methods in org.eclipse.ui.views.markers.internal with parameters of type MarkerTypeModifier and TypeMethodDescriptionboolean
MarkerType.isSubtypeOf
(MarkerType superType) Returns whether this marker type is considered to be a subtype of the given marker type.Method parameters in org.eclipse.ui.views.markers.internal with type arguments of type MarkerTypeModifier and TypeMethodDescriptionvoid
MarkerFilter.addAllSubTypes
(List<MarkerType> types) List all types known to this MarkerFilter.boolean
ContentGeneratorDescriptor.allTypesSelected
(Collection<MarkerType> selectedTypes) Return whether or not all ofMarkerTypesModel
are in the selectedTypes.void
MarkerFilter.setSelectedTypes
(List<MarkerType> selectedTypes) Set the selected types.