Searched refs:selectWithKeyChar (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java1362 public boolean selectWithKeyChar(char keyChar) { method in class:JComboBox
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java550 * JComboBox.selectWithKeyChar() so that it can do type-ahead.
1781 // dispatches it to JComboBox.selectWithKeyChar() so that it can do
1789 if ( comboBox.selectWithKeyChar(e.getKeyChar()) ) {

Completed in 47 milliseconds