public interface RichAnnotatable extends Annotatable
RichAnnotation
Annotatable.AnnotationForwarder
ANNOTATION
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.
|
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
RichAnnotation getRichAnnotation()
java.util.Set getNoteSet()
Note
void 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