Package | Description |
---|---|
jgloss.ui |
Classes for managing the JGloss frontend.
|
Modifier and Type | Class and Description |
---|---|
class |
FirstEntryCache
Remembers the first dictionary entry found in a dictionary lookup.
|
class |
LookupResultList |
class |
LookupResultProxy
Lookup result handler which will forward the results to one or more other lookup result handler
instances.
|
Modifier and Type | Field and Description |
---|---|
protected LookupResultHandler |
LookupEngine.handler |
Modifier and Type | Field and Description |
---|---|
protected List<LookupResultHandler> |
LookupResultProxy.handlers
List of
LookupResultHandlers to which the events will be
forwarded. |
Modifier and Type | Method and Description |
---|---|
LookupResultHandler |
LookupEngine.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
LookupResultProxy.addHandler(LookupResultHandler handler) |
void |
SimpleLookup.addLookupResultHandler(LookupResultHandler handler) |
void |
LookupResultProxy.removeHandler(LookupResultHandler handler) |
Constructor and Description |
---|
AsynchronousLookupEngine(LookupResultHandler _handler) |
AsynchronousLookupEngine(LookupResultHandler _handler,
int _dictionaryEntryLimit) |
LookupEngine(LookupResultHandler _handler) |
LookupEngine(LookupResultHandler _handler,
int _dictionaryEntryLimit) |
LookupResultProxy(LookupResultHandler _forwardTo)
Initialize the proxy, setting a single result handler to which actions are forwarded.
|
Constructor and Description |
---|
LookupResultProxy(List<LookupResultHandler> _handlers)
Initialize the proxy with a list of lookup result handlers.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.