Modifier and Type | Method and Description |
---|---|
Annotation |
RDFParser.getAnnotation(String annotationUUID,
com.google.gwt.xml.client.NodeList list) |
Annotation |
RDFParser.processAnnotation(com.google.gwt.xml.client.Node item) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
RDFParser.getAnnotationList(String response) |
Modifier and Type | Method and Description |
---|---|
void |
AnnoteaClient.deleteAnnotation(String annotates,
Annotation annotation) |
void |
AnnoteaClient.submitAnnotation(Annotation newAnnotation) |
Constructor and Description |
---|
AnnotationXmlGenerator(WebConfiguration webConfiguration,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
AnnotationFilter.accept(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotationController.getNewAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationController.newAnnotationCreated(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationController.setAnnotationList(List<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotationModel.getNewAnnotation() |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
AnnotationModel.filterAnnotations(AnnotationFilter filter) |
List<Annotation> |
AnnotationModel.getAnnotations() |
List<Annotation> |
AnnotationModel.getUnfilteredAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationModel.setNewAnnotation(Annotation newAnnotation) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationModel.setAnnotations(List<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedDocument.decorate(Annotation annotation) |
void |
AnnotatedDocument.decorateSelectedText(Annotation annotation) |
void |
AnnotatedDocument.removeSelectedTextDecoration(Annotation annotation) |
Constructor and Description |
---|
AnnotationListPopup(String annotationName,
List<Annotation> annotations,
WebConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ImageDecorator.addAnnotatedArea(int ax,
int ay,
int bx,
int by,
com.google.gwt.dom.client.ImageElement img,
Annotation annotation,
AnnotationController controller) |
static DecoratorVisitor |
DecoratorVisitorFactory.forAnnotation(Annotation annotation,
AnnotationController controller) |
static DecoratorVisitor |
DecoratorVisitorFactory.forSelectedText(Annotation annotation) |
Constructor and Description |
---|
AnnoteaDecoratorVisitor(com.google.gwt.dom.client.Node startNode,
int annotatedText,
int offset,
Annotation annotation,
AnnotationController controller) |
NuxeoDecoratorVisitor(Annotation annotation,
AnnotationController controller) |
NuxeoSelectedTextDecoratorVisitor(Annotation annotation,
AnnotationController controller) |
Modifier and Type | Method and Description |
---|---|
static AnnotationPopupEventListener |
AnnotationPopupEventListener.getAnnotationPopupEventListener(Annotation annotation,
AnnotationController controller) |
Copyright © 2015 Nuxeo SA. All rights reserved.