|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentEvent | |
---|---|
gate.corpora | |
gate.event | |
gate.gui.docview |
Uses of DocumentEvent in gate.corpora |
---|
Methods in gate.corpora with parameters of type DocumentEvent | |
---|---|
protected void |
DocumentImpl.fireAnnotationSetAdded(DocumentEvent e)
|
protected void |
DocumentImpl.fireAnnotationSetRemoved(DocumentEvent e)
|
protected void |
DocumentImpl.fireContentEdited(DocumentEvent e)
|
Uses of DocumentEvent in gate.event |
---|
Methods in gate.event with parameters of type DocumentEvent | |
---|---|
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. |
Uses of DocumentEvent in gate.gui.docview |
---|
Methods in gate.gui.docview with parameters of type DocumentEvent | |
---|---|
void |
AnnotationSetsView.annotationSetAdded(DocumentEvent e)
|
void |
CorefEditor.annotationSetAdded(DocumentEvent de)
This method is called when any new annotationSet is added |
void |
AnnotationSetsView.annotationSetRemoved(DocumentEvent e)
|
void |
CorefEditor.annotationSetRemoved(DocumentEvent de)
This method is called when any annotationSet is removed outside the co-reference editor.. |
void |
AnnotationSetsView.contentEdited(DocumentEvent e)
Called when the content of the document has changed through an edit operation. |
void |
CorefEditor.contentEdited(DocumentEvent e)
Called when the content of the document has changed through an edit operation. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |