Uses of Interface
org.eclipse.jface.text.quickassist.IQuickFixableAnnotation
-
Packages that use IQuickFixableAnnotation Package Description org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. -
-
Uses of IQuickFixableAnnotation in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IQuickFixableAnnotation Modifier and Type Class Description class
MarkerAnnotation
Annotation representing a marker on a resource in the workspace. -
Uses of IQuickFixableAnnotation in org.eclipse.ui.texteditor.spelling
Classes in org.eclipse.ui.texteditor.spelling that implement IQuickFixableAnnotation Modifier and Type Class Description class
SpellingAnnotation
Spelling annotation.
-