Uses of Class
fr.orsay.lri.varna.models.annotations.TextAnnotation

Packages that use TextAnnotation
fr.orsay.lri.varna   
fr.orsay.lri.varna.models.annotations   
fr.orsay.lri.varna.models.rna   
fr.orsay.lri.varna.views   
 

Uses of TextAnnotation in fr.orsay.lri.varna
 

Fields in fr.orsay.lri.varna declared as TextAnnotation
private  TextAnnotation VARNAPanel._selectedAnnotation
           
 

Methods in fr.orsay.lri.varna that return TextAnnotation
 TextAnnotation VARNAPanel.get_selectedAnnotation()
           
 

Methods in fr.orsay.lri.varna that return types with arguments of type TextAnnotation
 ArrayList<TextAnnotation> VARNAPanel.getListeAnnotations()
           
 

Methods in fr.orsay.lri.varna with parameters of type TextAnnotation
 void VARNAPanel.addAnnotation(TextAnnotation textAnnotation)
           
 boolean VARNAPanel.removeAnnotation(TextAnnotation textAnnotation)
           
 void VARNAPanel.set_selectedAnnotation(TextAnnotation annotation)
           
 

Uses of TextAnnotation in fr.orsay.lri.varna.models.annotations
 

Methods in fr.orsay.lri.varna.models.annotations that return TextAnnotation
 TextAnnotation TextAnnotation.clone()
          clone a TextAnnotation
 

Methods in fr.orsay.lri.varna.models.annotations with parameters of type TextAnnotation
 void TextAnnotation.copy(TextAnnotation textAnnotation)
          copy a textAnnotation
 

Constructors in fr.orsay.lri.varna.models.annotations with parameters of type TextAnnotation
TextAnnotation(TextAnnotation textAnnotation)
          creates an annoted text from another one
 

Uses of TextAnnotation in fr.orsay.lri.varna.models.rna
 

Fields in fr.orsay.lri.varna.models.rna with type parameters of type TextAnnotation
private  ArrayList<TextAnnotation> RNA._listeAnnotations
           
 

Methods in fr.orsay.lri.varna.models.rna that return TextAnnotation
 TextAnnotation RNA.getAnnotation(int type, ModeleBase base)
           
 

Methods in fr.orsay.lri.varna.models.rna that return types with arguments of type TextAnnotation
 ArrayList<TextAnnotation> RNA.getAnnotations()
           
 

Methods in fr.orsay.lri.varna.models.rna with parameters of type TextAnnotation
 void RNA.addAnnotation(TextAnnotation t)
           
 boolean RNA.removeAnnotation(TextAnnotation t)
           
 

Uses of TextAnnotation in fr.orsay.lri.varna.views
 

Fields in fr.orsay.lri.varna.views declared as TextAnnotation
private  TextAnnotation VueAnnotation.textAnnotation
           
private  TextAnnotation VueAnnotation.textAnnotationSave
           
 

Methods in fr.orsay.lri.varna.views that return TextAnnotation
 TextAnnotation VueAnnotation.getTextAnnotation()
           
 

Methods in fr.orsay.lri.varna.views with parameters of type TextAnnotation
 void VueUI.UIAnnotationEditFromAnnotation(TextAnnotation textAnnotation)
           
 void VueUI.UIAnnotationRemoveFromAnnotation(TextAnnotation textAnnotation)
           
 

Constructors in fr.orsay.lri.varna.views with parameters of type TextAnnotation
VueAnnotation(VARNAPanel vp, TextAnnotation textAnnot, boolean newAnnotation)
          creates a view for an annoted text, without limited option
VueAnnotation(VARNAPanel vp, TextAnnotation textAnnot, boolean reduite, boolean newAnnotation)
          creates a view for an annoted text