Uses of Class
gate.gui.docview.AnnotationSetsView.TypeHandler

Packages that use AnnotationSetsView.TypeHandler
gate.gui.docview   
 

Uses of AnnotationSetsView.TypeHandler in gate.gui.docview
 

Methods in gate.gui.docview that return AnnotationSetsView.TypeHandler
 AnnotationSetsView.TypeHandler AnnotationSetsView.SetHandler.getTypeHandler(String type)
           
 AnnotationSetsView.TypeHandler AnnotationSetsView.getTypeHandler(String set, String type)
          Get an annotation type handler in this annotation set view.
 AnnotationSetsView.TypeHandler AnnotationSetsView.SetHandler.newType(String type)
          Notifies this set handler that a new type of annotations has been created
 

Methods in gate.gui.docview with parameters of type AnnotationSetsView.TypeHandler
 void AnnotationSetsView.SetHandler.removeType(AnnotationSetsView.TypeHandler tHandler)