Uses of Class
gate.gui.annedit.SchemaFeaturesEditor.FeatureType

Packages that use SchemaFeaturesEditor.FeatureType
gate.gui.annedit   
 

Uses of SchemaFeaturesEditor.FeatureType in gate.gui.annedit
 

Fields in gate.gui.annedit declared as SchemaFeaturesEditor.FeatureType
protected  SchemaFeaturesEditor.FeatureType SchemaFeaturesEditor.FeatureEditor.type
          The type of the feature.
 

Methods in gate.gui.annedit that return SchemaFeaturesEditor.FeatureType
 SchemaFeaturesEditor.FeatureType SchemaFeaturesEditor.FeatureEditor.getType()
           
static SchemaFeaturesEditor.FeatureType SchemaFeaturesEditor.FeatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaFeaturesEditor.FeatureType[] SchemaFeaturesEditor.FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.gui.annedit with parameters of type SchemaFeaturesEditor.FeatureType
 void SchemaFeaturesEditor.FeatureEditor.setType(SchemaFeaturesEditor.FeatureType type)