| Package | Description | 
|---|---|
| gate.gui.docview | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnnotationListInterface for document views showing a list of annotations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDocumentViewA convenience implementation of  DocumentViewthat
 can be extended by implementers of document views. | 
| class  | AnnotationListViewA tabular view for a list of annotations. | 
| class  | AnnotationSetsViewDisplay document annotation sets and types in a tree view like with a table. | 
| class  | AnnotationStackViewShow a stack view of highlighted annotations in the document
 centred on the document caret. | 
| class  | CorefEditorDisplay 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  | TextualDocumentViewThis class provides a central view for a textual document. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<DocumentView> | DocumentEditor. centralViewsA list of  DocumentViewobjects of typeCENTRAL | 
| protected List<DocumentView> | DocumentEditor. horizontalViewsA list of  DocumentViewobjects of typeHORIZONTAL | 
| protected List<DocumentView> | DocumentEditor. verticalViewsA list of  DocumentViewobjects of typeVERTICAL | 
| 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.