Module java.desktop
Package javax.swing

Interface JComboBox.KeySelectionManager

Enclosing class:
JComboBox<E>

public static interface JComboBox.KeySelectionManager
The interface that defines a 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.