|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing
|
||||||||
| Method Summary | |
|---|---|
int |
selectionForKey(char aKey,
ComboBoxModel aModel)
Given aKey and the model, returns the row
that should become selected. |
| Method Detail |
|---|
int selectionForKey(char aKey,
ComboBoxModel aModel)
aKey and the model, returns the row
that should become selected. Return -1 if no match was
found.
aKey - a char value, usually indicating a keyboard key that
was pressedaModel - a ComboBoxModel -- the component's data model, containing
the list of selectable items