Uses of Interface
net.sf.extjwnl.data.DictionaryElement

Packages that use DictionaryElement
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
 

Uses of DictionaryElement in net.sf.extjwnl.data
 

Classes in net.sf.extjwnl.data that implement DictionaryElement
 class BaseDictionaryElement
          Base class for dictionary elements.
 class Exc
          Represents an entry in an exception file.
 class IndexWord
          An IndexWord represents a line of the pos.index file.
 class Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
 

Uses of DictionaryElement in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.dictionary that return types with arguments of type DictionaryElement
 Map<Object,DictionaryElement> MapBackedDictionary.getTable(POS pos, DictionaryFileType fileType)
           
 

Methods in net.sf.extjwnl.dictionary with parameters of type DictionaryElement
 void Dictionary.addElement(DictionaryElement element)
          Adds dictionary element to the dictionary.
 void Dictionary.removeElement(DictionaryElement element)
          Removes the dictionary element from the dictionary.
 



Copyright © 2011. All Rights Reserved.