Searched defs:KeySelectionManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java137 protected KeySelectionManager keySelectionManager = null;
1429 public void setKeySelectionManager(KeySelectionManager aManager) {
1436 * @return the <code>KeySelectionManager</code> currently in use
1438 public KeySelectionManager getKeySelectionManager() {
1469 * @return the <code>KeySelectionManager</code> currently used by the list
1472 protected KeySelectionManager createDefaultKeySelectionManager() {
1478 * The interface that defines a <code>KeySelectionManager</code>.
1479 * To qualify as a <code>KeySelectionManager</code>,
1484 public interface KeySelectionManager { interface in class:JComboBox
1499 class DefaultKeySelectionManager implements KeySelectionManager, Serializabl
[all...]

Completed in 258 milliseconds