| |
|
| org.eclipse.ui.texteditor.spelling.SpellingAnnotation
SpellingAnnotation | public class SpellingAnnotation extends Annotation implements IQuickFixableAnnotation(Code) | | Spelling annotation.
since: 3.3 |
Field Summary | |
final public static String | TYPE The spelling annotation type. |
TYPE | final public static String TYPE(Code) | | The spelling annotation type.
|
SpellingAnnotation | public SpellingAnnotation(SpellingProblem problem)(Code) | | Creates a new spelling annotation.
Parameters: problem - the spelling problem. |
getSpellingProblem | public SpellingProblem getSpellingProblem()(Code) | | Returns the spelling problem.
the spelling problem |
isQuickFixable | public boolean isQuickFixable()(Code) | | |
isQuickFixableStateSet | public boolean isQuickFixableStateSet()(Code) | | |
setQuickFixable | public void setQuickFixable(boolean state)(Code) | | |
|
|
|