Uses of Class
org.eclipse.jface.text.source.inlined.AbstractInlinedAnnotation
Packages that use AbstractInlinedAnnotation
-
Uses of AbstractInlinedAnnotation in org.eclipse.jface.text.source.inlined
Subclasses of AbstractInlinedAnnotation in org.eclipse.jface.text.source.inlinedModifier and TypeClassDescriptionclassInlined annotation which is drawn in the line content and which takes some place with a given width.classInlined annotation which is drawn after a line and which takes some place with a given height.classInlined annotation which is drawn before a line and which takes some place with a given height.Methods in org.eclipse.jface.text.source.inlined with type parameters of type AbstractInlinedAnnotationModifier and TypeMethodDescription<T extends AbstractInlinedAnnotation>
TInlinedAnnotationSupport.findExistingAnnotation(Position pos) Returns the existing codemining annotation with the given position information and null otherwise.Method parameters in org.eclipse.jface.text.source.inlined with type arguments of type AbstractInlinedAnnotationModifier and TypeMethodDescriptionvoidInlinedAnnotationSupport.updateAnnotations(Set<AbstractInlinedAnnotation> annotations) Update the given inlined annotation.