Package | Description |
---|---|
gate.gui.annedit | |
gate.gui.docview |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationDataImpl
A simple reusable implementation of
AnnotationData . |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationEditorOwner.selectAnnotation(AnnotationData aData)
Called by the editor when a new annotation needs to be selected.
|
Modifier and Type | Field and Description |
---|---|
protected List<AnnotationData> |
AnnotationListView.annDataList
Stores the
AnnotationData objects representing the annotations
displayed by this view. |
protected List<AnnotationData> |
TextualDocumentView.blinkingHighlightsToAdd
Used internally to store the annotations for which blinking
highlights need to be added.
|
protected Set<AnnotationData> |
TextualDocumentView.blinkingHighlightsToRemove
Used internally to store the annotations for which blinking
highlights need to be removed.
|
protected Map<AnnotationData,TextualDocumentView.HighlightData> |
TextualDocumentView.blinkingTagsForAnnotations
The annotations used for blinking highlights and their tags.
|
Modifier and Type | Method and Description |
---|---|
AnnotationData |
AnnotationListView.getAnnotationAtRow(int row)
(non-Javadoc)
|
AnnotationData |
AnnotationList.getAnnotationAtRow(int row)
Provides the annotation
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationData> |
AnnotationListView.addAnnotations(List<Annotation> annotations,
AnnotationSet set)
Adds a batch of annotations in one go.
|
List<AnnotationData> |
AnnotationListView.getAllAnnotations()
Returns the tags for all the annotations currently displayed
|
List<AnnotationData> |
DocumentEditor.getSelectedAnnotations()
Gets the current set of selected annotations.
|
Modifier and Type | Method and Description |
---|---|
TextualDocumentView.HighlightData |
TextualDocumentView.addHighlight(AnnotationData aData,
Color colour) |
int |
AnnotationListView.getRowForAnnotation(AnnotationData data) |
int |
AnnotationList.getRowForAnnotation(AnnotationData aData)
Returns the display row for a given annotation.
|
void |
AnnotationListView.removeAnnotation(AnnotationData tag) |
void |
AnnotationListView.selectAnnotation(AnnotationData data) |
void |
AnnotationSetsView.selectAnnotation(AnnotationData aData)
Queues an an action for selecting the provided annotation
|
Modifier and Type | Method and Description |
---|---|
List<TextualDocumentView.HighlightData> |
TextualDocumentView.addHighlights(Collection<AnnotationData> annotations,
Color colour)
Adds several highlights in one go.
|
void |
AnnotationListView.removeAnnotations(Collection<AnnotationData> tags) |
void |
DocumentView.setSelectedAnnotations(List<AnnotationData> selectedAnnots)
Some document views can use the concept of selected annotations.
|
void |
AnnotationListView.setSelectedAnnotations(List<AnnotationData> selectedAnnots) |
void |
DocumentEditor.setSelectedAnnotations(List<AnnotationData> selectedAnnots)
Change the set of selected annotations.
|
void |
AbstractDocumentView.setSelectedAnnotations(List<AnnotationData> selectedAnnots) |
void |
AnnotationSetsView.setSelectedAnnotations(List<AnnotationData> selectedAnnots) |
void |
TextualDocumentView.setSelectedAnnotations(List<AnnotationData> selectedAnnots)
Removes all blinking highlights and shows the new ones,
corresponding to the new set of selected annotations
|
Constructor and Description |
---|
EditAnnotationAction(AnnotationData aData) |
HighlightData(AnnotationData aData,
Color colour) |
Copyright © 2024 GATE. All rights reserved.