| public static interface javax.swing JComboBox.KeySelectionManager
|
Java SE 6 |
KeySelectionManager.
To qualify as a KeySelectionManager,
the class needs to implement the method
that identifies the list index given a character and the
combo box data model.
| Methods | |||||||
|---|---|---|---|---|---|---|---|
| public int | selectionForKey(char aKey, ComboBoxModel aModel) Details
Given aKey and the model, returns the row
that should become selected. Return -1 if no match was
found.
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|