javax.swing

Interface JComboBox.KeySelectionManager

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
intselectionForKey(char aKey, ComboBoxModel aModel)

Method Detail

selectionForKey

public int selectionForKey(char aKey, ComboBoxModel aModel)