Uses of Interface
net.sf.extjwnl.dictionary.MorphologicalProcessor

Packages that use MorphologicalProcessor
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.dictionary.morph Classes used for simple morphological transformations. 
 

Uses of MorphologicalProcessor in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.dictionary that return MorphologicalProcessor
 MorphologicalProcessor Dictionary.getMorphologicalProcessor()
           
 

Methods in net.sf.extjwnl.dictionary with parameters of type MorphologicalProcessor
 void Dictionary.setMorphologicalProcessor(MorphologicalProcessor morph)
           
 

Constructors in net.sf.extjwnl.dictionary with parameters of type MorphologicalProcessor
Dictionary(MorphologicalProcessor morph)
          Create a Dictionary using the specified MorphologicalProcessor.
 

Uses of MorphologicalProcessor in net.sf.extjwnl.dictionary.morph
 

Classes in net.sf.extjwnl.dictionary.morph that implement MorphologicalProcessor
 class DefaultMorphologicalProcessor
          Default implementation of MorphologicalProcessor.
 



Copyright © 2011. All Rights Reserved.