Uses of Class
info.rolandkrueger.roklib.ui.swing.rapidsuggest.SuggestionComboBoxModel

Packages that use SuggestionComboBoxModel
info.rolandkrueger.demo.tstmap Demonstration of the Ternary Search Tree data structure. 
info.rolandkrueger.roklib.ui.swing.rapidsuggest Java Swing ComboBox component that gives value suggestions when typing. 
 

Uses of SuggestionComboBoxModel in info.rolandkrueger.demo.tstmap
 

Fields in info.rolandkrueger.demo.tstmap declared as SuggestionComboBoxModel
private  SuggestionComboBoxModel TernarySearchTreeMapDemo.scbm
           
 

Uses of SuggestionComboBoxModel in info.rolandkrueger.roklib.ui.swing.rapidsuggest
 

Fields in info.rolandkrueger.roklib.ui.swing.rapidsuggest declared as SuggestionComboBoxModel
private  SuggestionComboBoxModel SuggestionComboBox.model
           
private  SuggestionComboBoxModel SuggestionComboBox.SuggestionEditorComponent.AutoCompletionDocument.model
           
 

Constructors in info.rolandkrueger.roklib.ui.swing.rapidsuggest with parameters of type SuggestionComboBoxModel
SuggestionComboBox(SuggestionComboBoxModel model)
           
SuggestionComboBox(SuggestionComboBoxModel model, Color highlighterColor)
           
 



Copyright © 2007-2011. All Rights Reserved.