Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.annotations.gwt.client.model.Annotation

Packages that use Annotation
org.nuxeo.ecm.platform.annotations.gwt.client.annotea   
org.nuxeo.ecm.platform.annotations.gwt.client.configuration   
org.nuxeo.ecm.platform.annotations.gwt.client.controler   
org.nuxeo.ecm.platform.annotations.gwt.client.model   
org.nuxeo.ecm.platform.annotations.gwt.client.view   
org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator   
org.nuxeo.ecm.platform.annotations.gwt.client.view.listener   
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.annotea
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.annotea that return Annotation
 Annotation RDFParser.getAnnotation(java.lang.String annotationUUID, com.google.gwt.xml.client.NodeList list)
           
 Annotation RDFParser.processAnnotation(com.google.gwt.xml.client.Node item)
           
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.annotea that return types with arguments of type Annotation
 java.util.List<Annotation> RDFParser.getAnnotationList(java.lang.String response)
           
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.annotea with parameters of type Annotation
 void AnnoteaClient.deleteAnnotation(java.lang.String annotates, Annotation annotation)
           
 void AnnoteaClient.submitAnnotation(Annotation newAnnotation)
           
 

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.annotea with parameters of type Annotation
AnnotationXmlGenerator(WebConfiguration webConfiguration, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.configuration
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.configuration with parameters of type Annotation
 boolean AnnotationFilter.accept(Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.controler
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.controler that return Annotation
 Annotation AnnotationController.getNewAnnotation()
           
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.controler with parameters of type Annotation
 void AnnotationController.newAnnotationCreated(Annotation annotation)
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.gwt.client.controler with type arguments of type Annotation
 void AnnotationController.setAnnotationList(java.util.List<Annotation> annotations)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.model
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.model that return Annotation
 Annotation AnnotationModel.getNewAnnotation()
           
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.model that return types with arguments of type Annotation
 java.util.List<Annotation> AnnotationModel.filterAnnotations(AnnotationFilter filter)
           
 java.util.List<Annotation> AnnotationModel.getAnnotations()
           
 java.util.List<Annotation> AnnotationModel.getUnfilteredAnnotations()
           
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.model with parameters of type Annotation
 void AnnotationModel.setNewAnnotation(Annotation newAnnotation)
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.gwt.client.model with type arguments of type Annotation
 void AnnotationModel.setAnnotations(java.util.List<Annotation> annotations)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.view
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.view with parameters of type Annotation
 void AnnotatedDocument.decorate(Annotation annotation)
           
 void AnnotatedDocument.decorateSelectedText(Annotation annotation)
           
 void AnnotatedDocument.removeSelectedTextDecoration(Annotation annotation)
           
 

Constructor parameters in org.nuxeo.ecm.platform.annotations.gwt.client.view with type arguments of type Annotation
AnnotationListPopup(java.lang.String annotationName, java.util.List<Annotation> annotations, WebConfiguration configuration)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator with parameters of type Annotation
 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)
           
 

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator with parameters of type Annotation
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)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.annotations.gwt.client.view.listener
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client.view.listener with parameters of type Annotation
static AnnotationPopupEventListener AnnotationPopupEventListener.getAnnotationPopupEventListener(Annotation annotation, AnnotationController controller)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.