Uses of Class
phenote.gui.field.CompletionTerm

Packages that use CompletionTerm
phenote.gui.field   
phenote.servlet   
 

Uses of CompletionTerm in phenote.gui.field
 

Methods in phenote.gui.field that return types with arguments of type CompletionTerm
(package private)  java.util.List<CompletionTerm> CompletionTerm.getMatchList()
           
 

Uses of CompletionTerm in phenote.servlet
 

Methods in phenote.servlet that return types with arguments of type CompletionTerm
 java.util.List<CompletionTerm> PhenoteBean.getCompletionTermList()
           
 

Method parameters in phenote.servlet with type arguments of type CompletionTerm
 void PhenoteBean.setCompletionTermList(java.util.List<CompletionTerm> completionTermList)