Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.jface.text.source.AnnotationModelEvent

Packages that use AnnotationModelEvent
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.jface.text.source.projection   
 

Uses of AnnotationModelEvent in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return AnnotationModelEvent
protected  AnnotationModelEvent AnnotationModel.getAnnotationModelEvent()
          Returns the current annotation model event.
protected  AnnotationModelEvent AnnotationModel.createAnnotationModelEvent()
          Creates and returns a new annotation model event.
 

Methods in org.eclipse.jface.text.source with parameters of type AnnotationModelEvent
 void IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent event)
          Called if a model change occurred on the given model.
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)
           
 

Uses of AnnotationModelEvent in org.eclipse.jface.text.source.projection
 

Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationModelEvent
protected  void ProjectionViewer.processCatchupRequest(AnnotationModelEvent event)
          Processes the request for catch up with the annotation model in the UI thread.
protected  void ProjectionViewer.postCatchupRequest(AnnotationModelEvent event)
          Posts the request for catch up with the annotation model into the UI thread.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.