Uses of Class
gate.creole.AnnotationSchema

Packages that use AnnotationSchema
gate.annotation   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
 

Uses of AnnotationSchema in gate.annotation
 

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

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

Uses of AnnotationSchema in gate.gui
 

Methods in gate.gui with parameters of type AnnotationSchema
 void FeaturesSchemaEditor.setSchema(AnnotationSchema schema)
           
 

Uses of AnnotationSchema in gate.gui.annedit
 

Fields in gate.gui.annedit declared as AnnotationSchema
protected  AnnotationSchema SchemaFeaturesEditor.schema
          The feature schema for this editor
 

Fields in gate.gui.annedit with type parameters of type AnnotationSchema
protected  Map<String,AnnotationSchema> SchemaAnnotationEditor.schemasByType
          Stores the Annotation schema objects available in the system.
 

Constructors in gate.gui.annedit with parameters of type AnnotationSchema
SchemaFeaturesEditor(AnnotationSchema schema)
           
 

Uses of AnnotationSchema in gate.gui.docview
 

Fields in gate.gui.docview with type parameters of type AnnotationSchema
protected  Map<String,AnnotationSchema> AnnotationEditor.schemasByType
          Stores the Annotation schema objects available in the system.