Package org.eclipse.ui.texteditor
Class ResourceMarkerAnnotationModelFactory
java.lang.Object
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory
- All Implemented Interfaces:
IAnnotationModelFactory
An annotation model factory for resource marker annotation models.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAnnotationModel
(IPath location) Creates and returns a new annotation model.
-
Constructor Details
-
ResourceMarkerAnnotationModelFactory
public ResourceMarkerAnnotationModelFactory()
-
-
Method Details
-
createAnnotationModel
Description copied from interface:IAnnotationModelFactory
Creates and returns a new annotation model.- Specified by:
createAnnotationModel
in interfaceIAnnotationModelFactory
- Parameters:
location
- the normalized location- Returns:
- a new annotation model
-