Package | Description |
---|---|
gate.corpora | |
gate.event | |
gate.gui.docview |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentImpl.fireAnnotationSetAdded(DocumentEvent e) |
protected void |
DocumentImpl.fireAnnotationSetRemoved(DocumentEvent e) |
protected void |
DocumentImpl.fireContentEdited(DocumentEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentListener.annotationSetAdded(DocumentEvent e)
Called when a new
AnnotationSet has been added |
void |
DocumentListener.annotationSetRemoved(DocumentEvent e)
Called when an
AnnotationSet has been removed |
void |
DocumentListener.contentEdited(DocumentEvent e)
Called when the content of the document has changed through an edit
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
CorefEditor.annotationSetAdded(DocumentEvent de)
This method is called when any new annotationSet is added
|
void |
AnnotationSetsView.annotationSetAdded(DocumentEvent e) |
void |
RelationSetView.annotationSetAdded(DocumentEvent e) |
void |
TextualDocumentView.GateDocumentListener.annotationSetAdded(DocumentEvent e) |
void |
CorefEditor.annotationSetRemoved(DocumentEvent de)
This method is called when any annotationSet is removed outside the
co-reference editor..
|
void |
AnnotationSetsView.annotationSetRemoved(DocumentEvent e) |
void |
RelationSetView.annotationSetRemoved(DocumentEvent e) |
void |
TextualDocumentView.GateDocumentListener.annotationSetRemoved(DocumentEvent e) |
void |
CorefEditor.contentEdited(DocumentEvent e)
Called when the content of the document has changed through an edit
operation.
|
void |
AnnotationSetsView.contentEdited(DocumentEvent e)
Called when the content of the document has changed through an edit
operation.
|
void |
RelationSetView.contentEdited(DocumentEvent e) |
void |
TextualDocumentView.GateDocumentListener.contentEdited(DocumentEvent e) |
Copyright © 2024 GATE. All rights reserved.