|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sbcc.componentcombo.JAbstractComponentComboBox.DefaultKeySelectionManager
class JAbstractComponentComboBox.DefaultKeySelectionManager
Constructor Summary | |
---|---|
JAbstractComponentComboBox.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 |
Constructor Detail |
---|
JAbstractComponentComboBox.DefaultKeySelectionManager()
Method Detail |
---|
public java.lang.Object selectionForKey(char aKey, SimpleComboBoxModel aModel)
JAbstractComponentComboBox.KeySelectionManager
aKey
and the model, returns the row
that should become selected. Return -1 if no match was
found.
selectionForKey
in interface JAbstractComponentComboBox.KeySelectionManager
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |