Package | Description |
---|---|
gate.gui.docview |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationList
Interface for document views showing a list of annotations.
|
Modifier and Type | Class and Description |
---|---|
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
Display document annotation sets and types in a tree view like with a table.
|
class |
AnnotationStackView
Show a stack view of highlighted annotations in the document
centred on the document caret.
|
class |
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.
|
class |
TextualDocumentView
This class provides a central view for a textual document.
|
Modifier and Type | Field and Description |
---|---|
protected List<DocumentView> |
DocumentEditor.centralViews
A list of
DocumentView objects of type CENTRAL |
protected List<DocumentView> |
DocumentEditor.horizontalViews
A list of
DocumentView objects of type
HORIZONTAL |
protected List<DocumentView> |
DocumentEditor.verticalViews
A list of
DocumentView objects of type
VERTICAL |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
List<DocumentView> |
DocumentEditor.getCentralViews() |
List<DocumentView> |
DocumentEditor.getHorizontalViews() |
List<DocumentView> |
DocumentEditor.getVerticalViews() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ViewButton(DocumentView aView,
String name) |
Copyright © 2024 GATE. All rights reserved.