Uses of Class
standup.clouds.WordTrie

Packages that use WordTrie
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of WordTrie in standup.clouds
 

Fields in standup.clouds declared as WordTrie
(package private)  WordTrie CloudFrontend.cachedWordTrie
           
(package private)  WordTrie CloudButtonWordTrie.wordTrie
           
 

Fields in standup.clouds with type parameters of type WordTrie
private  List<WordTrie> WordTrie.kids
           
 

Methods in standup.clouds that return WordTrie
(package private) static WordTrie WordTrie.constructWordTrie(String prefix, Set<String> stringsStartingWithPrefix, Hashtable<String,LexemeSet> wfc)
           
(package private)  WordTrie CloudFrontend.getWordTrie()
           
 

Methods in standup.clouds that return types with arguments of type WordTrie
(package private)  List<WordTrie> WordTrie.getChildren()
           
 

Constructors in standup.clouds with parameters of type WordTrie
CloudButtonWordTrie(CloudFrontend f, CloudButton _parent, CloudLabel _label, CloudLabel _help, WordTrie _wt)
          Constructor for displaying a lexemeset using 'adaptive' spelling
CloudButtonWordTrieClustered(CloudFrontend f, CloudButton _parent, CloudLabel _label, CloudLabel _help, WordTrie _wt)
           
 

Constructor parameters in standup.clouds with type arguments of type WordTrie
WordTrie(String _prefix, LexemeSet _lexemeSet, List<WordTrie> _kids)