Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Field and Description |
---|---|
static DictionaryImplementation<KanjiDic> |
KanjiDic.IMPLEMENTATION
Object describing this implementation of the
Dictionary interface. |
Modifier and Type | Method and Description |
---|---|
static DictionaryImplementation<?> |
DictionaryFactory.getImplementation(String descriptor)
Returns the dictionary implementation which best matches the descriptor.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Dictionary> |
DictionaryFactory.registerImplementation(DictionaryImplementation<T> imp)
Registers an implementation of the
Dictionary interface with the
DictionaryFactory . |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedDictionaryImplementation<T extends FileBasedDictionary>
Generic implementation for file-based dictionaries.
|
Modifier and Type | Field and Description |
---|---|
static DictionaryImplementation<WadokuJT> |
WadokuJT.IMPLEMENTATION
Object describing this implementation of the
Dictionary interface. |
static DictionaryImplementation<EDict> |
EDict.IMPLEMENTATION_EUC
Object describing this implementation of the
Dictionary interface. |
static DictionaryImplementation<EDict> |
EDict.IMPLEMENTATION_UTF8 |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.