Uses of Class
org.eclipse.jface.text.source.AnnotationModelEvent
-
Packages that use AnnotationModelEvent Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection 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 AnnotationModelEvent Modifier and Type Method Description protected AnnotationModelEvent
AnnotationModel. createAnnotationModelEvent()
Creates and returns a new annotation model event.protected AnnotationModelEvent
AnnotationModel. getAnnotationModelEvent()
Returns the current annotation model event.Methods in org.eclipse.jface.text.source with parameters of type AnnotationModelEvent Modifier and Type Method Description protected 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
Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationModelEvent Modifier and Type Method Description protected void
ProjectionViewer. postCatchupRequest(AnnotationModelEvent event)
Posts the request for catch up with the annotation model into the UI thread.protected void
ProjectionViewer. processCatchupRequest(AnnotationModelEvent event)
Processes the request for catch up with the annotation model in the UI thread.
-