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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java1009 while (am != null && !(am instanceof KeymapActionMap)) {
1025 ActionMap newAM = new KeymapActionMap(newKm);
1037 ActionMap newAM = new KeymapActionMap(newKm);
4243 * to be useful it must be used with a KeymapActionMap.
4253 * <p>KeymapActionMap is then able to transate the object passed in
4314 static class KeymapActionMap extends ActionMap { class in class:JTextComponent
4317 KeymapActionMap(Keymap keymap) { method in class:JTextComponent.KeymapActionMap

Completed in 40 milliseconds