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.
|
Modifier and Type | Method and Description |
---|---|
protected AnnotationModelEvent |
AnnotationModel.createAnnotationModelEvent()
Creates and returns a new annotation model event.
|
protected AnnotationModelEvent |
AnnotationModel.getAnnotationModelEvent()
Returns the current annotation model event.
|
Modifier and Type | Method and 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 |
IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent event)
Called if a model change occurred on the given model.
|
void |
AnnotationPainter.modelChanged(AnnotationModelEvent event) |
Modifier and Type | Method and 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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.