Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
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.
You must overriden the createListener method. |
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.
|
RelationSetView | |
TextualDocumentView |
This class provides a central view for a textual document.
|
TextualDocumentView.HighlightData |
Copyright © 2024 GATE. All rights reserved.