Uses of Class
org.eclipse.jface.text.source.AnnotationModelEvent
Packages that use AnnotationModelEvent
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
-
Uses of AnnotationModelEvent in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return AnnotationModelEventModifier and TypeMethodDescriptionprotected AnnotationModelEventAnnotationModel.createAnnotationModelEvent()Creates and returns a new annotation model event.protected final AnnotationModelEventAnnotationModel.getAnnotationModelEvent()Returns the current annotation model event.Methods in org.eclipse.jface.text.source with parameters of type AnnotationModelEventModifier and TypeMethodDescriptionprotected voidAnnotationModel.fireModelChanged(AnnotationModelEvent event) Informs all annotation model listeners that this model has been changed as described in the annotation model event.voidAnnotationPainter.modelChanged(AnnotationModelEvent event) voidIAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent event) Called if a model change occurred on the given model. -
Uses of AnnotationModelEvent in org.eclipse.jface.text.source.projection
Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationModelEventModifier and TypeMethodDescriptionprotected final voidProjectionViewer.postCatchupRequest(AnnotationModelEvent event) Posts the request for catch up with the annotation model into the UI thread.protected final voidProjectionViewer.processCatchupRequest(AnnotationModelEvent event) Processes the request for catch up with the annotation model in the UI thread.