Uses of Package
gate.gui.docview

Packages that use gate.gui.docview
gate.gui   
gate.gui.docview   
 

Classes in gate.gui.docview used by gate.gui
AnnotationStack.StackMouseListener
          Extension of a MouseInputAdapter that adds a method to create new Listeners from it.
 

Classes in gate.gui.docview used by gate.gui.docview
AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
AnnotationEditor
          A generic annotation editor, which uses the known annotation schemas to help speed up the annotation process (e.g. by pre-populating sets of choices) but does not enforce the schemas, allowing the user full control.
AnnotationEditor.AnnotationAction
          Base class for actions on annotations.
AnnotationList
          Interface for document views showing a list of annotations.
AnnotationSetsView
          Display document annotation sets and types in a tree view like with a table.
AnnotationSetsView.MouseStoppedMovingAction
          Used to select an annotation for editing.
AnnotationSetsView.SetHandler
          Stores the data related to an annotation set
AnnotationSetsView.TextMouseListener
          A mouse listener used for events in the text view.
AnnotationSetsView.TypeHandler
           
AnnotationStack.StackMouseListener
          Extension of a MouseInputAdapter that adds a method to create new Listeners from it.
CorefEditor.CorefTreeNode
           
DocumentEditor
          This is the GATE Document viewer/editor.
DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
OntologyClassView
          Document view that displays an ontology class tree to annotate a document.
OntologyClassView.MouseStoppedMovingAction
          Add the text selection to the filter instance table to enable creating a new instance from the selection or adding it as a new label to an existing instance.
OntologyClassView.TextMouseListener
          A mouse listener used for events in the text view.
OntologyInstanceView
          Document view that shows two tables: one instances and one for properties.
TextualDocumentView
          This class provides a central view for a textual document.
TextualDocumentView.GateDocumentListener