public class G9ComboBox.SelectionManager extends KeyAdapter implements JComboBox.KeySelectionManager
| Constructor and Description |
|---|
SelectionManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
selectionForKey(char aKey,
ComboBoxModel aModel)
Selects the next match, ignoring key.
|
keyPressed, keyReleased, keyTypedpublic int selectionForKey(char aKey,
ComboBoxModel aModel)
selectionForKey in interface JComboBox.KeySelectionManageraKey - the character used for searchingaModel - the model containing the data to search for.Copyright © 2006–2017 Esito AS. All rights reserved.