Uses of Class
gate.creole.metadata.GuiType

Packages that use GuiType
gate.creole.metadata This package contains Java 5 annotation types that can be used to annotate the classes that implement CREOLE resources as an alternative to writing a creole.xml file by hand. 
 

Uses of GuiType in gate.creole.metadata
 

Methods in gate.creole.metadata that return GuiType
static GuiType GuiType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GuiType[] GuiType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.