Uses of Class
gate.creole.FeatureSchema

Packages that use FeatureSchema
gate.creole   
gate.gui   
 

Uses of FeatureSchema in gate.creole
 

Methods in gate.creole that return FeatureSchema
 FeatureSchema AnnotationSchema.getFeatureSchema(String featureName)
           
 

Uses of FeatureSchema in gate.gui
 

Fields in gate.gui declared as FeatureSchema
private  FeatureSchema SchemaAnnotationEditor.RowData.featSchema
           
 

Methods in gate.gui that return FeatureSchema
 FeatureSchema SchemaAnnotationEditor.RowData.getFeatureSchema()
           
 

Methods in gate.gui with parameters of type FeatureSchema
 void SchemaAnnotationEditor.RowData.setFeatureSchema(FeatureSchema aFeatureSchema)
           
 

Constructors in gate.gui with parameters of type FeatureSchema
SchemaAnnotationEditor.RowData(Object aValue, FeatureSchema aFeatureSchema)
          Constructor