Uses of Class
org.eclipse.jface.text.source.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
Modifier and TypeMethodDescriptionprotected AnnotationModelEvent
AnnotationModel.createAnnotationModelEvent()
Creates and returns a new annotation model event.protected final AnnotationModelEvent
AnnotationModel.getAnnotationModelEvent()
Returns the current annotation model event.Modifier and TypeMethodDescriptionprotected void
AnnotationModel.fireModelChanged
(AnnotationModelEvent event) Informs all annotation model listeners that this model has been changed as described in the annotation model event.void
AnnotationPainter.modelChanged
(AnnotationModelEvent event) void
IAnnotationModelListenerExtension.modelChanged
(AnnotationModelEvent event) Called if a model change occurred on the given model. -
Uses of AnnotationModelEvent in org.eclipse.jface.text.source.projection
Modifier and TypeMethodDescriptionprotected final void
ProjectionViewer.postCatchupRequest
(AnnotationModelEvent event) Posts the request for catch up with the annotation model into the UI thread.protected final void
ProjectionViewer.processCatchupRequest
(AnnotationModelEvent event) Processes the request for catch up with the annotation model in the UI thread.