Uses of Class
gate.creole.AnnotationSchema

Packages that use AnnotationSchema
gate.annotation   
gate.gui   
 

Uses of AnnotationSchema in gate.annotation
 

Fields in gate.annotation declared as AnnotationSchema
private  AnnotationSchema AnnotationDiff.annotationSchema
          The annotation schema object used to get the annotation name
 

Methods in gate.annotation that return AnnotationSchema
 AnnotationSchema AnnotationDiff.getAnnotationSchema()
           
 

Methods in gate.annotation with parameters of type AnnotationSchema
 void AnnotationDiff.setAnnotationSchema(AnnotationSchema anAnnotationSchema)
           
 

Uses of AnnotationSchema in gate.gui
 

Fields in gate.gui declared as AnnotationSchema
(package private)  AnnotationSchema AnnotationEditor.NewAnnotationPopupItem.schema
           
(package private)  AnnotationSchema AnnotationEditor.NewCustomAnnotationPopupItem.schema
           
(package private)  AnnotationSchema AnnotationEditDialog.annotSchema
           
 

Methods in gate.gui that return AnnotationSchema
 AnnotationSchema AnnotDiffDialog.getSelectedSchema()
          It returns the selected SCHEMA
 

Methods in gate.gui with parameters of type AnnotationSchema
 FeatureMap AnnotationEditDialog.show(FeatureMap aFeatMap, AnnotationSchema anAnnotSchema)
          This method displays the AnnotationEditDialog in edit mode
 FeatureMap AnnotationEditDialog.show(AnnotationSchema anAnnotSchema)
          This method displays the AnnotationEditDialog in creating mode
 

Constructors in gate.gui with parameters of type AnnotationSchema
AnnotationEditor.NewAnnotationPopupItem(int aStart, int anEnd, AnnotationSchema aSchema, AnnotationSet aTargetAS)