Uses of Class
gate.gui.docview.TextualDocumentView

Packages that use TextualDocumentView
gate.gui.docview   
 

Uses of TextualDocumentView in gate.gui.docview
 

Fields in gate.gui.docview declared as TextualDocumentView
protected  TextualDocumentView AnnotationEditor.textView
           
protected  TextualDocumentView AnnotationListView.textView
           
(package private)  TextualDocumentView AnnotationSetsView.textView
           
private  TextualDocumentView CorefEditor.textView
           
 

Constructors in gate.gui.docview with parameters of type TextualDocumentView
AnnotationEditor(TextualDocumentView textView, AnnotationSetsView setsView)