public class AnnotationModel extends Object implements AnnotationChangeNotifier
| Constructor and Description | 
|---|
AnnotationModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChangeListener(AnnotationChangeListener listener)  | 
List<Annotation> | 
filterAnnotations(AnnotationFilter filter)  | 
List<Annotation> | 
getAnnotations()  | 
AnnotationFilter | 
getFilter()  | 
Annotation | 
getNewAnnotation()  | 
List<Annotation> | 
getUnfilteredAnnotations()  | 
void | 
setAnnotations(List<Annotation> annotations)  | 
void | 
setFilter(AnnotationFilter filter)  | 
void | 
setNewAnnotation(Annotation newAnnotation)  | 
public AnnotationModel()
public void addChangeListener(AnnotationChangeListener listener)
addChangeListener in interface AnnotationChangeNotifierpublic Annotation getNewAnnotation()
public void setNewAnnotation(Annotation newAnnotation)
public List<Annotation> getAnnotations()
public List<Annotation> getUnfilteredAnnotations()
public void setAnnotations(List<Annotation> annotations)
public List<Annotation> filterAnnotations(AnnotationFilter filter)
public void setFilter(AnnotationFilter filter)
public AnnotationFilter getFilter()
Copyright © 2019 Nuxeo. All rights reserved.