public interface RichAnnotatable extends Annotatable
RichAnnotationAnnotatable.AnnotationForwarderANNOTATION| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getNoteSet()
Returns the set of notes associated with this object.
|
RichAnnotation |
getRichAnnotation()
Return the associated annotation object.
|
void |
setNoteSet(java.util.Set notes)
Clears the notes associated with this object and replaces them with
the contents of this set.
|
getAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerRichAnnotation getRichAnnotation()
java.util.Set getNoteSet()
Notevoid setNoteSet(java.util.Set notes)
throws ChangeVetoException
notes - the set of Note objects to replace the existing ones with.ChangeVetoException - if the set is null or contains any objects
that are not Note objects.Note