Package org.eclipse.ui.texteditor
Class ResourceMarkerAnnotationModelFactory
- java.lang.Object
-
- org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory
-
- All Implemented Interfaces:
IAnnotationModelFactory
public class ResourceMarkerAnnotationModelFactory extends Object implements IAnnotationModelFactory
An annotation model factory for resource marker annotation models.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description ResourceMarkerAnnotationModelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAnnotationModelcreateAnnotationModel(IPath location)Creates and returns a new annotation model.
-
-
-
Method Detail
-
createAnnotationModel
public IAnnotationModel createAnnotationModel(IPath location)
Description copied from interface:IAnnotationModelFactoryCreates and returns a new annotation model.- Specified by:
createAnnotationModelin interfaceIAnnotationModelFactory- Parameters:
location- the normalized location- Returns:
- a new annotation model
-
-