All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.awt.swing.JComboBox.KeySelectionManager

public interface JComboBox.KeySelectionManager

Method Index

 o selectionForKey(char, ComboBoxModel)
Given aKey and the model, return the row that should become selected.

Methods

 o selectionForKey
public abstract int selectionForKey(char aKey,
                                    ComboBoxModel aModel)
Given aKey and the model, return the row that should become selected. Return -1 if no match was found


All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature