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

Packages that use SuggestionComboBox
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 SuggestionComboBox in info.rolandkrueger.demo.tstmap
 

Fields in info.rolandkrueger.demo.tstmap declared as SuggestionComboBox
private  SuggestionComboBox TernarySearchTreeMapDemo.scb
           
 

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

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

Constructors in info.rolandkrueger.roklib.ui.swing.rapidsuggest with parameters of type SuggestionComboBox
SuggestionComboBox.SuggestionComboBoxEditor(SuggestionComboBox mother)
           
SuggestionComboBox.SuggestionComboBoxEditor(SuggestionComboBox mother, Color highlighterColor)
           
SuggestionComboBox.SuggestionEditorComponent.AutoCompletionDocument(SuggestionComboBox mother, SuggestionComboBox.SuggestionEditorComponent component)
           
SuggestionComboBox.SuggestionEditorComponent.AutoCompletionDocument(SuggestionComboBox mother, SuggestionComboBox.SuggestionEditorComponent component, Color highlighterColor)
           
SuggestionComboBox.SuggestionEditorComponent(SuggestionComboBox mother)
           
SuggestionComboBox.SuggestionEditorComponent(SuggestionComboBox mother, Color highlighterColor)
           
 



Copyright © 2007-2011. All Rights Reserved.