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 TypeClassDescriptionclass
Inlined annotation which is drawn in the line content and which takes some place with a given width.class
Inlined 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 TypeMethodDescriptionvoid
InlinedAnnotationSupport.updateAnnotations
(Set<AbstractInlinedAnnotation> annotations) Update the given inlined annotation.