public class ComboKeySelectionManager extends Object implements JComboBox.KeySelectionManager
| Constructor and Description |
|---|
ComboKeySelectionManager(JComboBox combo)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
selectionForKey(char key,
ComboBoxModel model) |
public ComboKeySelectionManager(JComboBox combo)
combo - the combo box that is attached to this selection key manager.public int selectionForKey(char key,
ComboBoxModel model)
selectionForKey in interface JComboBox.KeySelectionManagerCopyright © 2010-2020 Wren Security. All Rights Reserved.