Uses of Class
gate.gui.DocumentEditor.TypeData

Packages that use DocumentEditor.TypeData
gate.gui   
 

Uses of DocumentEditor.TypeData in gate.gui
 

Fields in gate.gui declared as DocumentEditor.TypeData
(package private)  DocumentEditor.TypeData DocumentEditor.EventsHandler.NodeAdder.tData
           
 

Methods in gate.gui that return DocumentEditor.TypeData
protected  DocumentEditor.TypeData DocumentEditor.getTypeData(String setName, String type)
          Gets the data related to a given annotation type.
 

Constructors in gate.gui with parameters of type DocumentEditor.TypeData
DocumentEditor.EventsHandler.NodeAdder(DocumentEditor.TypeData tData)