|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DictionaryElementType | |
---|---|
net.didion.jwnl.data | Classes for extracting and containing data from the dictionary. |
net.didion.jwnl.dictionary | Classes for acessing dictionary information. |
net.didion.jwnl.dictionary.file | Classes for accessing files that contain dictionary information. |
Uses of DictionaryElementType in net.didion.jwnl.data |
---|
Fields in net.didion.jwnl.data declared as DictionaryElementType | |
---|---|
static DictionaryElementType |
DictionaryElementType.EXCEPTION
Property that defines an exception file. |
static DictionaryElementType |
DictionaryElementType.INDEX_WORD
Property to define an index file. |
static DictionaryElementType |
DictionaryElementType.SYNSET
Property to define a synset file. |
Methods in net.didion.jwnl.data that return DictionaryElementType | |
---|---|
DictionaryElementType |
Synset.getType()
|
DictionaryElementType |
IndexWord.getType()
|
DictionaryElementType |
Exc.getType()
Gets the type of this exception entry. |
DictionaryElementType |
DictionaryElement.getType()
Get the element's type. |
Uses of DictionaryElementType in net.didion.jwnl.dictionary |
---|
Methods in net.didion.jwnl.dictionary with parameters of type DictionaryElementType | |
---|---|
void |
AbstractCachingDictionary.clearCache(DictionaryElementType elementType)
|
int |
AbstractCachingDictionary.getCacheCapacity(DictionaryElementType type)
|
int |
AbstractCachingDictionary.getCacheSizes(DictionaryElementType type)
|
void |
AbstractCachingDictionary.setCacheCapacity(DictionaryElementType type,
int size)
|
Uses of DictionaryElementType in net.didion.jwnl.dictionary.file |
---|
Methods in net.didion.jwnl.dictionary.file that return DictionaryElementType | |
---|---|
DictionaryElementType |
DictionaryFileType.getElementType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |