Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ui.texteditor.spelling.SpellingProblem

Packages that use SpellingProblem
org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. 
 

Uses of SpellingProblem in org.eclipse.ui.texteditor.spelling
 

Methods in org.eclipse.ui.texteditor.spelling that return SpellingProblem
 SpellingProblem SpellingAnnotation.getSpellingProblem()
          Returns the spelling problem.
 

Methods in org.eclipse.ui.texteditor.spelling with parameters of type SpellingProblem
 void ISpellingProblemCollector.accept(SpellingProblem problem)
          Notification of a spelling problem.
 

Constructors in org.eclipse.ui.texteditor.spelling with parameters of type SpellingProblem
SpellingAnnotation(SpellingProblem problem)
          Creates a new spelling annotation.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.