|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.DefaultKeySelectionManager
class BasicComponentComboBoxUI.DefaultKeySelectionManager
| Field Summary | |
|---|---|
private java.lang.String |
prefix
|
private java.lang.String |
typedString
|
| Constructor Summary | |
|---|---|
BasicComponentComboBoxUI.DefaultKeySelectionManager()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
selectionForKey(char aKey,
SimpleComboBoxModel aModel)
Given aKey and the model, returns the row
that should become selected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String prefix
private java.lang.String typedString
| Constructor Detail |
|---|
BasicComponentComboBoxUI.DefaultKeySelectionManager()
| Method Detail |
|---|
public java.lang.Object selectionForKey(char aKey,
SimpleComboBoxModel aModel)
JAbstractComponentComboBox.KeySelectionManageraKey and the model, returns the row
that should become selected. Return -1 if no match was
found.
selectionForKey in interface JAbstractComponentComboBox.KeySelectionManageraKey - a char value, usually indicating a keyboard key that
was pressedaModel - a ComboBoxModel -- the component's data model, containing
the list of selectable items
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||