GATE
Version 3.1-2270

Uses of Interface
gate.gui.docview.DocumentView

Packages that use DocumentView
gate.gui.docview   
 

Uses of DocumentView in gate.gui.docview
 

Classes in gate.gui.docview that implement DocumentView
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 class AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
           
 class CorefEditor
           
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Methods in gate.gui.docview that return DocumentView
protected  DocumentView DocumentEditor.getBottomView()
          Gets the currently showing bottom view
protected  DocumentView DocumentEditor.getCentralView()
          Gets the currently showing central view
protected  DocumentView DocumentEditor.getRightView()
          Gets the currently showing right view
protected  DocumentView DocumentEditor.getTopView()
          Gets the currently showing top view
 

Methods in gate.gui.docview with parameters of type DocumentView
protected  void DocumentEditor.addView(DocumentView view, String name)
          Registers a new view by adding it to the right list and creating the activation button for it.
protected  void DocumentEditor.setBottomView(DocumentView view)
          Sets a new UI component in the top location.
protected  void DocumentEditor.setCentralView(DocumentView view)
          Sets a new UI component in the central location.
protected  void DocumentEditor.setRightView(DocumentView view)
          Sets a new UI component in the right hand side location.
protected  void DocumentEditor.setTopView(DocumentView view)
          Sets a new UI component in the top location.
 

Constructors in gate.gui.docview with parameters of type DocumentView
DocumentEditor.ViewButton(DocumentView aView, String name)
           
 


GATE
Version 3.1-2270