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 AnnotationModelEventAnnotationModel. createAnnotationModelEvent()Creates and returns a new annotation model event.protected AnnotationModelEventAnnotationModel. 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 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 AnnotationModelEvent Modifier and Type Method Description protected voidProjectionViewer. postCatchupRequest(AnnotationModelEvent event)Posts the request for catch up with the annotation model into the UI thread.protected voidProjectionViewer. processCatchupRequest(AnnotationModelEvent event)Processes the request for catch up with the annotation model in the UI thread.
-