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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java2087 InputMap inputMap = getInputMap(aCondition, true);
2089 if (inputMap != null) {
2092 inputMap.put(aKeyStroke, action);
2110 InputMap inputMap = getInputMap(WHEN_IN_FOCUSED_WINDOW, false);
2115 if (inputMap != null) {
2117 strokes = inputMap.allKeys();
2180 * If <code>inputMap</code> is the current <code>windowInputMap</code>
2184 * @param inputMap the map containing the new bindings
2186 void componentInputMapChanged(ComponentInputMap inputMap) { argument
2189 while (km != inputMap
[all...]

Completed in 372 milliseconds