Class DocumentSpellingListener.SpellingProblemCollector

  • All Implemented Interfaces:
    org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
    Enclosing class:
    DocumentSpellingListener

    protected static class DocumentSpellingListener.SpellingProblemCollector
    extends Object
    implements org.eclipse.ui.texteditor.spelling.ISpellingProblemCollector
    Spelling problem collector.
    • Constructor Detail

      • SpellingProblemCollector

        public SpellingProblemCollector​(org.eclipse.jface.text.source.IAnnotationModel annotationModel)
        Constructor
        Parameters:
        annotationModel - the annotation model, can't be null
    • Method Detail

      • 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