org.eclipse.mylar.internal.tasks.ui.editors
Class TaskSpellingReconcileStrategy.SpellingProblemCollector
java.lang.Object
org.eclipse.mylar.internal.tasks.ui.editors.TaskSpellingReconcileStrategy.SpellingProblemCollector
- All Implemented Interfaces:
- org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
- Enclosing class:
- TaskSpellingReconcileStrategy
private class TaskSpellingReconcileStrategy.SpellingProblemCollector
- extends java.lang.Object
- implements org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
Spelling problem collector that forwards SpellingProblem
s as
IProblem
s to the IProblemRequestor
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fAnnotationModel
private org.eclipse.jface.text.source.IAnnotationModel fAnnotationModel
- Annotation model
fAddAnnotations
private java.util.Map<TaskFormPage.ErrorAnnotation,org.eclipse.jface.text.Position> fAddAnnotations
- Annotations to add
TaskSpellingReconcileStrategy.SpellingProblemCollector
public TaskSpellingReconcileStrategy.SpellingProblemCollector(org.eclipse.jface.text.source.IAnnotationModel annotationModel)
- Initializes this collector with the given annotation model.
- Parameters:
annotationModel
- the annotation model
accept
public void accept(org.eclipse.ui.texteditor.spelling.SpellingProblem problem)
- Specified by:
accept
in interface org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
beginCollecting
public void beginCollecting()
- Specified by:
beginCollecting
in interface org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
endCollecting
public void endCollecting()
- Specified by:
endCollecting
in interface org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector