Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.annotations.gwt.client.controler.AnnotationController

Packages that use AnnotationController
org.nuxeo.ecm.platform.annotations.gwt.client   
org.nuxeo.ecm.platform.annotations.gwt.client.annotea   
org.nuxeo.ecm.platform.annotations.gwt.client.view   
org.nuxeo.ecm.platform.annotations.gwt.client.view.annotater   
org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator   
org.nuxeo.ecm.platform.annotations.gwt.client.view.listener   
org.nuxeo.ecm.platform.annotations.gwt.client.view.menu   
 

Uses of AnnotationController in org.nuxeo.ecm.platform.annotations.gwt.client
 

Methods in org.nuxeo.ecm.platform.annotations.gwt.client that return AnnotationController
static AnnotationController AnnotationFrameApplication.getController()
           
 

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

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.annotea with parameters of type AnnotationController
AnnoteaClient(AnnotationController annotationController)
           
AnnoteaResponseManager(AnnotationController annotationController)
           
 

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

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view with parameters of type AnnotationController
AnnotatedDocument(AnnotationController controller)
           
AnnotationActionsBanner(AnnotationController controller)
           
AnnotationManagerPanel(AnnotationController controller, WebConfiguration webConfiguration)
           
HideManagerButton(AnnotationController controller, AnnotationManagerPanel panel, com.google.gwt.user.client.ui.Frame previewFrame)
           
HideShowAnnotationsButton(AnnotationController annotationController)
           
NewAnnotationPopup(com.google.gwt.dom.client.Element element, AnnotationController controller, boolean removeOnCancel, String annotationType)
           
NewAnnotationPopup(com.google.gwt.dom.client.Element element, AnnotationController controller, boolean removeOnCancel, String annotationType, String annotationName)
           
 

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

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view.annotater with parameters of type AnnotationController
AbstractAnnotater(AnnotationController controller, boolean eventPreventDefault)
           
ImageAnnotater(AnnotationController controller)
           
TextAnnotater(AnnotationController controller)
           
 

Uses of AnnotationController 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 AnnotationController
 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)
           
 

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator with parameters of type AnnotationController
AnnoteaDecoratorVisitor(com.google.gwt.dom.client.Node startNode, int annotatedText, int offset, Annotation annotation, AnnotationController controller)
           
ImageDecorator(AnnotationController controller)
           
NuxeoDecoratorVisitor(Annotation annotation, AnnotationController controller)
           
NuxeoSelectedTextDecoratorVisitor(Annotation annotation, AnnotationController controller)
           
 

Uses of AnnotationController 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 AnnotationController
static AnnotationPopupEventListener AnnotationPopupEventListener.getAnnotationPopupEventListener(Annotation annotation, AnnotationController controller)
           
 

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view.listener with parameters of type AnnotationController
AnnotatedEventListener(AnnotationController controller)
           
 

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

Constructors in org.nuxeo.ecm.platform.annotations.gwt.client.view.menu with parameters of type AnnotationController
DeleteAnnotationCommand(String title, AnnotationController controller, int annotationIndex)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.