|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreoleListener | |
gate | |
gate.corpora | |
gate.creole | |
gate.gui | |
gate.persist |
Uses of CreoleListener in gate |
Subinterfaces of CreoleListener in gate | |
interface |
CreoleRegister
The CREOLE register records the set of resources that are currently known to the system. |
Methods in gate with parameters of type CreoleListener | |
void |
DataStoreRegister.removeCreoleListener(CreoleListener l)
Removes a previously registered CreoleListener
from the list of listeners for this DataStoreRegister. |
void |
DataStoreRegister.addCreoleListener(CreoleListener l)
Registers a new CreoleListener with this
DataStoreRegister. |
static void |
Gate.addCreoleListener(CreoleListener l)
Registers a CreoleListener with the Gate system |
void |
CreoleRegister.addCreoleListener(CreoleListener l)
Registers a CreoleListener with this CreoleRegister. |
void |
CreoleRegister.removeCreoleListener(CreoleListener l)
Removes a CreoleListener previously registered with this
CreoleRegister. |
static void |
Factory.addCreoleListener(CreoleListener l)
Add a listener |
void |
CreoleProxy.removeCreoleListener(CreoleListener l)
|
void |
CreoleProxy.addCreoleListener(CreoleListener l)
|
Uses of CreoleListener in gate.corpora |
Classes in gate.corpora that implement CreoleListener | |
class |
CorpusImpl
Corpora are sets of Document. |
class |
DatabaseCorpusImpl
|
class |
DatabaseDocumentImpl
|
class |
DocumentImpl
Represents the commonalities between all sorts of documents. |
class |
SerialCorpusImpl
|
Uses of CreoleListener in gate.creole |
Classes in gate.creole that implement CreoleListener | |
class |
CreoleRegisterImpl
This class implements the CREOLE register interface. |
class |
SerialAnalyserController
This class implements a SerialController that only contains LanguageAnalyser s. |
class |
SerialController
Execute a list of PRs serially. |
Methods in gate.creole with parameters of type CreoleListener | |
void |
CreoleRegisterImpl.removeCreoleListener(CreoleListener l)
|
void |
CreoleRegisterImpl.addCreoleListener(CreoleListener l)
|
Uses of CreoleListener in gate.gui |
Classes in gate.gui that implement CreoleListener | |
class |
MainFrame
The main Gate GUI frame. |
class |
NameBearerHandle
Class used to store the GUI information about an open entity (resource, controller, datastore). |
class |
ParameterDisjunction
Represents a list of Parameters which are alternative to each other. |
class |
ResourceParametersEditor
Allows the editing of a set of parameters for a resource. |
class |
SerialControllerEditor
|
Uses of CreoleListener in gate.persist |
Classes in gate.persist that implement CreoleListener | |
class |
JDBCDataStore
|
class |
OracleDataStore
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |