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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java1129 public static class KeyBinding { class in class:JTextComponent
1147 public KeyBinding(KeyStroke key, String actionName) { method in class:JTextComponent.KeyBinding
1164 * static final JTextComponent.KeyBinding[] defaultBindings = {
1165 * new JTextComponent.KeyBinding(
1168 * new JTextComponent.KeyBinding(
1171 * new JTextComponent.KeyBinding(
1188 public static void loadKeymap(Keymap map, KeyBinding[] bindings, Action[] actions) {
1194 for (KeyBinding binding : bindings) {

Completed in 44 milliseconds