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.rootTypesprotected List<MarkerType> MarkerFilter.selectedTypesMethods 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 TypeMethodDescriptionbooleanMarkerType.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 TypeMethodDescriptionvoidMarkerFilter.addAllSubTypes(List<MarkerType> types) List all types known to this MarkerFilter.booleanContentGeneratorDescriptor.allTypesSelected(Collection<MarkerType> selectedTypes) Return whether or not all ofMarkerTypesModelare in the selectedTypes.voidMarkerFilter.setSelectedTypes(List<MarkerType> selectedTypes) Set the selected types.