Package gate.gui.docview

Interface Summary
AnnotationList Interface for document views showing a list of annotations.
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.).
 

Class Summary
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.
AnnotationListView A tabular view for a list of annotations.
AnnotationSetsView Display document annotation sets and types in a tree view like with a table.
AnnotationStack Stack of annotations in a JPanel.
AnnotationStack.StackMouseListener Extension of a MouseInputAdapter that adds a method to create new Listeners from it.
AnnotationStackView Show a stack view of highlighted annotations in the document centred on the document caret.
CorefEditor Display a tree that contains the co-references type of the document, highlight co-references in the document, allow creating co-references from existing annotations, editing and deleting co-references.
DocumentEditor This is the GATE Document viewer/editor.
OntologyClassView Document view that displays an ontology class tree to annotate a document.
OntologyInstanceView Document view that shows two tables: one instances and one for properties.
TextualDocumentView This class provides a central view for a textual document.