Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing
Interface JComboBox.KeySelectionManager  view JComboBox.KeySelectionManager download JComboBox.KeySelectionManager.java

Enclosing interface:
JComboBox

public static interface JComboBox.KeySelectionManager

Classes implementing this interface are responsible for matching key characters typed by the user with combo box's items.


Method Summary
 int selectionForKey(char aKey, ComboBoxModel aModel)
           
 

Method Detail

selectionForKey

public int selectionForKey(char aKey,
                           ComboBoxModel aModel)