org.eclipse.jface.text.source
Class AnnotationModelEvent
java.lang.Object
|
+--org.eclipse.jface.text.source.AnnotationModelEvent
- public class AnnotationModelEvent
- extends Object
Specification of changes applied to annotation models.
The event carries the changed annotation model.
Work in progress. Intented to also contain added, removed, and modified annotations.
- Since:
- 2.0
- See Also:
IAnnotationModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationModelEvent
public AnnotationModelEvent(IAnnotationModel model)
- Creates a new annotation model event for the given model.
- Parameters:
model
- the model
getAnnotationModel
public IAnnotationModel getAnnotationModel()
- Returns the model this event refers to.
- Returns:
- the model this events belongs to
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.