Uses of Class
net.sf.extjwnl.data.DictionaryElementType

Packages that use DictionaryElementType
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.dictionary.file Classes for accessing files that contain dictionary information. 
 

Uses of DictionaryElementType in net.sf.extjwnl.data
 

Fields in net.sf.extjwnl.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.sf.extjwnl.data that return DictionaryElementType
 DictionaryElementType IndexWord.getType()
           
 DictionaryElementType Exc.getType()
           
 DictionaryElementType DictionaryElement.getType()
          Returns the element's type.
 DictionaryElementType Synset.getType()
           
 

Methods in net.sf.extjwnl.data that return types with arguments of type DictionaryElementType
static List<DictionaryElementType> DictionaryElementType.getAllDictionaryElementTypes()
          Returns all the dictionary types.
 

Uses of DictionaryElementType in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.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.sf.extjwnl.dictionary.file
 

Methods in net.sf.extjwnl.dictionary.file that return DictionaryElementType
 DictionaryElementType DictionaryFileType.getElementType()
           
 



Copyright © 2011. All Rights Reserved.