Package | Description |
---|---|
gate | |
gate.corpora | |
gate.creole | |
gate.email | |
gate.gui | |
gate.html | |
gate.swing | |
gate.xml |
Modifier and Type | Method and Description |
---|---|
void |
DocumentFormat.addStatusListener(StatusListener l) |
void |
DocumentFormat.removeStatusListener(StatusListener l) |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentStaxUtils.readGateXmlDocument(XMLStreamReader xsr,
Document doc,
StatusListener statusListener)
Reads GATE XML format data from the given XMLStreamReader and puts
the content and annotation sets into the given Document, replacing
its current content.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractController.InternalStatusListener
A simple status listener used to forward the events upstream.
|
protected class |
AbstractProcessingResource.InternalStatusListener
A simple status listener used to forward the events upstream.
|
Modifier and Type | Field and Description |
---|---|
protected StatusListener |
SerialController.sListener
A proxy for status events
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessingResource.addStatusListener(StatusListener l)
Adds a
StatusListener to the list of listeners for
this processing resource |
void |
AbstractController.addStatusListener(StatusListener l)
Adds a
StatusListener to the list of listeners for this
processing resource |
void |
AbstractProcessingResource.removeStatusListener(StatusListener l)
Removes a
StatusListener from the list of listeners for
this processing resource |
void |
AbstractController.removeStatusListener(StatusListener l)
Removes a
StatusListener from the list of listeners for
this processing resource |
Modifier and Type | Field and Description |
---|---|
protected List<StatusListener> |
EmailDocumentHandler.myStatusListeners |
Modifier and Type | Method and Description |
---|---|
void |
EmailDocumentHandler.addStatusListener(StatusListener listener)
This methos is called when a listener is registered with this class
|
void |
EmailDocumentHandler.removeStatusListener(StatusListener listener)
This methos is called when a listener is removed
|
Modifier and Type | Interface and Description |
---|---|
interface |
Handle
Interface for classes used to store the information about an open resource.
|
Modifier and Type | Class and Description |
---|---|
class |
MainFrame
The main Gate GUI frame.
|
class |
NameBearerHandle
Class used to store the GUI information about an open entity
(resource, controller, datastore).
|
protected class |
SerialControllerEditor.InternalStatusListener
A simple status listener used to forward the events upstream.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialControllerEditor.addStatusListener(StatusListener l) |
void |
NameBearerHandle.addStatusListener(StatusListener l) |
void |
SerialControllerEditor.removeStatusListener(StatusListener l) |
void |
NameBearerHandle.removeStatusListener(StatusListener l) |
Modifier and Type | Field and Description |
---|---|
protected List<StatusListener> |
HtmlDocumentHandler.myStatusListeners |
protected List<StatusListener> |
NekoHtmlDocumentHandler.myStatusListeners |
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocumentHandler.addStatusListener(StatusListener listener) |
void |
NekoHtmlDocumentHandler.addStatusListener(StatusListener listener) |
void |
HtmlDocumentHandler.removeStatusListener(StatusListener listener) |
void |
NekoHtmlDocumentHandler.removeStatusListener(StatusListener listener) |
Modifier and Type | Field and Description |
---|---|
protected StatusListener |
XJMenu.listener |
Constructor and Description |
---|
XJMenu(Action a,
StatusListener listener) |
XJMenu(String s,
String description,
StatusListener listener) |
XJMenuItem(Action a,
StatusListener listener) |
XJMenuItem(Icon icon,
String description,
StatusListener listener) |
XJMenuItem(String text,
Icon icon,
String description,
StatusListener listener) |
XJMenuItem(String text,
int mnemonic,
String description,
StatusListener listener) |
XJMenuItem(String text,
String description,
StatusListener listener) |
Modifier and Type | Field and Description |
---|---|
protected List<StatusListener> |
XmlDocumentHandler.myStatusListeners
Listeners for status report
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDocumentHandler.addStatusListener(StatusListener listener)
This methos is called when a listener is registered with this class
|
void |
XmlDocumentHandler.removeStatusListener(StatusListener listener)
This methos is called when a listener is removed
|
Copyright © 2024 GATE. All rights reserved.