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
 

Methods in net.sf.extjwnl.data that return DictionaryElementType
 DictionaryElementType DictionaryElement.getType()
          Returns the element's type.
 DictionaryElementType Synset.getType()
           
 DictionaryElementType Exc.getType()
           
 DictionaryElementType IndexWord.getType()
           
static DictionaryElementType DictionaryElementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DictionaryElementType[] DictionaryElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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)
           
 long 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 © 2013. All Rights Reserved.