|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreoleListener | |
|---|---|
| gate | This package contains the public interface to the GATE Java API. |
| gate.corpora | |
| gate.creole | |
| gate.gui | |
| gate.gui.annedit | |
| gate.gui.docview | |
| 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 |
CreoleRegister.addCreoleListener(CreoleListener l)
Registers a CreoleListenerwith this CreoleRegister. |
void |
DataStoreRegister.addCreoleListener(CreoleListener l)
Registers a new CreoleListener with this
DataStoreRegister. |
static void |
Factory.addCreoleListener(CreoleListener l)
Add a listener |
void |
CreoleProxy.addCreoleListener(CreoleListener l)
|
static void |
Gate.addCreoleListener(CreoleListener l)
Registers a CreoleListener with the Gate system |
void |
CreoleRegister.removeCreoleListener(CreoleListener l)
Removes a CreoleListener previously registered with this
CreoleRegister. |
void |
DataStoreRegister.removeCreoleListener(CreoleListener l)
Removes a previously registered CreoleListener from the
list of listeners for this DataStoreRegister. |
void |
CreoleProxy.removeCreoleListener(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 |
ConditionalSerialAnalyserController
This class implements a SerialController that only contains LanguageAnalysers. |
class |
ConditionalSerialController
Execute a list of PRs serially. |
class |
CreoleRegisterImpl
This class implements the CREOLE register interface. |
class |
RealtimeCorpusController
A custom GATE controller that interrupts the execution over a document when a specified amount of time has elapsed. |
class |
SerialAnalyserController
This class implements a SerialController that only contains LanguageAnalysers. |
class |
SerialController
Execute a list of PRs serially. |
| Fields in gate.creole with type parameters of type CreoleListener | |
|---|---|
private Vector<CreoleListener> |
CreoleRegisterImpl.creoleListeners
|
| Methods in gate.creole with parameters of type CreoleListener | |
|---|---|
void |
CreoleRegisterImpl.addCreoleListener(CreoleListener l)
|
void |
CreoleRegisterImpl.removeCreoleListener(CreoleListener l)
|
| Uses of CreoleListener in gate.gui |
|---|
| Classes in gate.gui that implement CreoleListener | |
|---|---|
class |
MainFrame
The main Gate GUI frame. |
(package private) class |
MainFrame.ToolsMenu
The "Tools" menu, which includes some static menu items (added in initGuiComponents) and some dynamic items contributed by plugins. |
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
|
class |
ShellSlacFrame
The main Shell SLAC Gate GUI frame. |
| Uses of CreoleListener in gate.gui.annedit |
|---|
| Fields in gate.gui.annedit declared as CreoleListener | |
|---|---|
protected CreoleListener |
SchemaAnnotationEditor.creoleListener
|
| Uses of CreoleListener in gate.gui.docview |
|---|
| Classes in gate.gui.docview that implement CreoleListener | |
|---|---|
class |
OntologyClassView
Document view that displays an ontology class tree to annotate a document. |
| Uses of CreoleListener in gate.persist |
|---|
| Classes in gate.persist that implement CreoleListener | |
|---|---|
class |
JDBCDataStore
|
class |
LuceneDataStoreImpl
|
class |
OracleDataStore
|
class |
PostgresDataStore
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||