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

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJComboBoxOperator.java851 * Maps {@code JComboBox.getKeySelectionManager()} through queue
853 public KeySelectionManager getKeySelectionManager() { method in class:JComboBoxOperator
854 return (runMapping(new MapAction<KeySelectionManager>("getKeySelectionManager") {
857 return ((JComboBox) getSource()).getKeySelectionManager();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJComboBox.java137 * @see #getKeySelectionManager
1466 public KeySelectionManager getKeySelectionManager() { method in class:JComboBox

Completed in 93 milliseconds