|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.Annotation
org.eclipse.ui.texteditor.spelling.SpellingAnnotation
Spelling annotation.
Field Summary | |
---|---|
static String |
TYPE
The spelling annotation type. |
Fields inherited from class org.eclipse.jface.text.source.Annotation |
---|
TYPE_UNKNOWN |
Constructor Summary | |
---|---|
SpellingAnnotation(SpellingProblem problem)
Creates a new spelling annotation. |
Method Summary | |
---|---|
SpellingProblem |
getSpellingProblem()
Returns the spelling problem. |
boolean |
isQuickFixable()
|
boolean |
isQuickFixableStateSet()
|
void |
setQuickFixable(boolean state)
|
Methods inherited from class org.eclipse.jface.text.source.Annotation |
---|
getText, getType, isMarkedDeleted, isPersistent, markDeleted, setText, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String TYPE
Constructor Detail |
public SpellingAnnotation(SpellingProblem problem)
problem
- the spelling problem.Method Detail |
public boolean isQuickFixable()
isQuickFixable
in interface IQuickFixableAnnotation
public boolean isQuickFixableStateSet()
isQuickFixableStateSet
in interface IQuickFixableAnnotation
public void setQuickFixable(boolean state)
setQuickFixable
in interface IQuickFixableAnnotation
public SpellingProblem getSpellingProblem()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.