javax.swing
Interface JComboBox.KeySelectionManager

Enclosing class:
JComboBox

public static interface JComboBox.KeySelectionManager

Classes implementing this interface are responsible for matching key characters typed by the user with combo box's items.


Method Summary
 int selectionForKey(char aKey, ComboBoxModel aModel)
           
 

Method Detail

selectionForKey

int selectionForKey(char aKey,
                    ComboBoxModel aModel)