public class com.apple.laf.AquaKeyBindings
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.apple.laf.AquaKeyBindings
super_class: java.lang.Object
{
private static final com.apple.laf.AquaUtils$RecyclableSingleton<com.apple.laf.AquaKeyBindings> instance;
descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Lcom/apple/laf/AquaKeyBindings;>;
final javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction defaultKeyTypedAction;
descriptor: Ljavax/swing/text/DefaultEditorKit$DefaultKeyTypedAction;
flags: (0x0010) ACC_FINAL
static final java.lang.String upMultilineAction;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: "aqua-move-up"
static final java.lang.String downMultilineAction;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: "aqua-move-down"
static final java.lang.String pageUpMultiline;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: "aqua-page-up"
static final java.lang.String pageDownMultiline;
descriptor: Ljava/lang/String;
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: "aqua-page-down"
final java.lang.String[] commonTextEditorBindings;
descriptor: [Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final javax.swing.text.TextAction moveUpMultilineAction;
descriptor: Ljavax/swing/text/TextAction;
flags: (0x0010) ACC_FINAL
final javax.swing.text.TextAction moveDownMultilineAction;
descriptor: Ljavax/swing/text/TextAction;
flags: (0x0010) ACC_FINAL
final javax.swing.text.TextAction pageUpMultilineAction;
descriptor: Ljavax/swing/text/TextAction;
flags: (0x0010) ACC_FINAL
final javax.swing.text.TextAction pageDownMultilineAction;
descriptor: Ljavax/swing/text/TextAction;
flags: (0x0010) ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor
dup
ldc Lcom/apple/laf/AquaKeyBindings;
invokespecial com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor.<init>:(Ljava/lang/Class;)V
putstatic com.apple.laf.AquaKeyBindings.instance:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction
dup
invokespecial javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.<init>:()V
putfield com.apple.laf.AquaKeyBindings.defaultKeyTypedAction:Ljavax/swing/text/DefaultEditorKit$DefaultKeyTypedAction;
2: aload 0
bipush 126
anewarray java.lang.String
dup
iconst_0
3: ldc "ENTER"
aastore
dup
iconst_1
ldc "notify-field-accept"
aastore
dup
iconst_2
4: ldc "COPY"
aastore
dup
iconst_3
ldc "copy-to-clipboard"
aastore
dup
iconst_4
5: ldc "CUT"
aastore
dup
iconst_5
ldc "cut-to-clipboard"
aastore
dup
bipush 6
6: ldc "PASTE"
aastore
dup
bipush 7
ldc "paste-from-clipboard"
aastore
dup
bipush 8
7: ldc "meta A"
aastore
dup
bipush 9
ldc "select-all"
aastore
dup
bipush 10
8: ldc "meta C"
aastore
dup
bipush 11
ldc "copy-to-clipboard"
aastore
dup
bipush 12
9: ldc "meta V"
aastore
dup
bipush 13
ldc "paste-from-clipboard"
aastore
dup
bipush 14
10: ldc "meta X"
aastore
dup
bipush 15
ldc "cut-to-clipboard"
aastore
dup
bipush 16
11: ldc "meta BACK_SLASH"
aastore
dup
bipush 17
ldc "unselect"
aastore
dup
bipush 18
12: ldc "DELETE"
aastore
dup
bipush 19
ldc "delete-next"
aastore
dup
bipush 20
13: ldc "alt DELETE"
aastore
dup
bipush 21
ldc "delete-next-word"
aastore
dup
bipush 22
14: ldc "BACK_SPACE"
aastore
dup
bipush 23
ldc "delete-previous"
aastore
dup
bipush 24
15: ldc "alt BACK_SPACE"
aastore
dup
bipush 25
ldc "delete-previous-word"
aastore
dup
bipush 26
16: ldc "LEFT"
aastore
dup
bipush 27
ldc "caret-backward"
aastore
dup
bipush 28
17: ldc "KP_LEFT"
aastore
dup
bipush 29
ldc "caret-backward"
aastore
dup
bipush 30
18: ldc "RIGHT"
aastore
dup
bipush 31
ldc "caret-forward"
aastore
dup
bipush 32
19: ldc "KP_RIGHT"
aastore
dup
bipush 33
ldc "caret-forward"
aastore
dup
bipush 34
20: ldc "shift LEFT"
aastore
dup
bipush 35
ldc "selection-backward"
aastore
dup
bipush 36
21: ldc "shift KP_LEFT"
aastore
dup
bipush 37
ldc "selection-backward"
aastore
dup
bipush 38
22: ldc "shift RIGHT"
aastore
dup
bipush 39
ldc "selection-forward"
aastore
dup
bipush 40
23: ldc "shift KP_RIGHT"
aastore
dup
bipush 41
ldc "selection-forward"
aastore
dup
bipush 42
24: ldc "meta LEFT"
aastore
dup
bipush 43
ldc "caret-begin-line"
aastore
dup
bipush 44
25: ldc "meta KP_LEFT"
aastore
dup
bipush 45
ldc "caret-begin-line"
aastore
dup
bipush 46
26: ldc "meta RIGHT"
aastore
dup
bipush 47
ldc "caret-end-line"
aastore
dup
bipush 48
27: ldc "meta KP_RIGHT"
aastore
dup
bipush 49
ldc "caret-end-line"
aastore
dup
bipush 50
28: ldc "shift meta LEFT"
aastore
dup
bipush 51
ldc "selection-begin-line"
aastore
dup
bipush 52
29: ldc "shift meta KP_LEFT"
aastore
dup
bipush 53
ldc "selection-begin-line"
aastore
dup
bipush 54
30: ldc "shift meta RIGHT"
aastore
dup
bipush 55
ldc "selection-end-line"
aastore
dup
bipush 56
31: ldc "shift meta KP_RIGHT"
aastore
dup
bipush 57
ldc "selection-end-line"
aastore
dup
bipush 58
32: ldc "alt LEFT"
aastore
dup
bipush 59
ldc "caret-previous-word"
aastore
dup
bipush 60
33: ldc "alt KP_LEFT"
aastore
dup
bipush 61
ldc "caret-previous-word"
aastore
dup
bipush 62
34: ldc "alt RIGHT"
aastore
dup
bipush 63
ldc "caret-next-word"
aastore
dup
bipush 64
35: ldc "alt KP_RIGHT"
aastore
dup
bipush 65
ldc "caret-next-word"
aastore
dup
bipush 66
36: ldc "shift alt LEFT"
aastore
dup
bipush 67
ldc "selection-previous-word"
aastore
dup
bipush 68
37: ldc "shift alt KP_LEFT"
aastore
dup
bipush 69
ldc "selection-previous-word"
aastore
dup
bipush 70
38: ldc "shift alt RIGHT"
aastore
dup
bipush 71
ldc "selection-next-word"
aastore
dup
bipush 72
39: ldc "shift alt KP_RIGHT"
aastore
dup
bipush 73
ldc "selection-next-word"
aastore
dup
bipush 74
40: ldc "control A"
aastore
dup
bipush 75
ldc "caret-begin-line"
aastore
dup
bipush 76
41: ldc "control B"
aastore
dup
bipush 77
ldc "caret-backward"
aastore
dup
bipush 78
42: ldc "control D"
aastore
dup
bipush 79
ldc "delete-next"
aastore
dup
bipush 80
43: ldc "control E"
aastore
dup
bipush 81
ldc "caret-end-line"
aastore
dup
bipush 82
44: ldc "control F"
aastore
dup
bipush 83
ldc "caret-forward"
aastore
dup
bipush 84
45: ldc "control H"
aastore
dup
bipush 85
ldc "delete-previous"
aastore
dup
bipush 86
46: ldc "control W"
aastore
dup
bipush 87
ldc "delete-previous-word"
aastore
dup
bipush 88
47: ldc "control shift O"
aastore
dup
bipush 89
ldc "toggle-componentOrientation"
aastore
dup
bipush 90
48: ldc "END"
aastore
dup
bipush 91
ldc "caret-end"
aastore
dup
bipush 92
49: ldc "HOME"
aastore
dup
bipush 93
ldc "caret-begin"
aastore
dup
bipush 94
50: ldc "shift END"
aastore
dup
bipush 95
ldc "selection-end"
aastore
dup
bipush 96
51: ldc "shift HOME"
aastore
dup
bipush 97
ldc "selection-begin"
aastore
dup
bipush 98
52: ldc "PAGE_DOWN"
aastore
dup
bipush 99
ldc "aqua-page-down"
aastore
dup
bipush 100
53: ldc "PAGE_UP"
aastore
dup
bipush 101
ldc "aqua-page-up"
aastore
dup
bipush 102
54: ldc "shift PAGE_DOWN"
aastore
dup
bipush 103
ldc "selection-page-down"
aastore
dup
bipush 104
55: ldc "shift PAGE_UP"
aastore
dup
bipush 105
ldc "selection-page-up"
aastore
dup
bipush 106
56: ldc "meta shift PAGE_DOWN"
aastore
dup
bipush 107
ldc "selection-page-right"
aastore
dup
bipush 108
57: ldc "meta shift PAGE_UP"
aastore
dup
bipush 109
ldc "selection-page-left"
aastore
dup
bipush 110
58: ldc "meta DOWN"
aastore
dup
bipush 111
ldc "caret-end"
aastore
dup
bipush 112
59: ldc "meta KP_DOWN"
aastore
dup
bipush 113
ldc "caret-end"
aastore
dup
bipush 114
60: ldc "meta UP"
aastore
dup
bipush 115
ldc "caret-begin"
aastore
dup
bipush 116
61: ldc "meta KP_UP"
aastore
dup
bipush 117
ldc "caret-begin"
aastore
dup
bipush 118
62: ldc "shift meta DOWN"
aastore
dup
bipush 119
ldc "selection-end"
aastore
dup
bipush 120
63: ldc "shift meta KP_DOWN"
aastore
dup
bipush 121
ldc "selection-end"
aastore
dup
bipush 122
64: ldc "shift meta UP"
aastore
dup
bipush 123
ldc "selection-begin"
aastore
dup
bipush 124
65: ldc "shift meta KP_UP"
aastore
dup
bipush 125
ldc "selection-begin"
aastore
putfield com.apple.laf.AquaKeyBindings.commonTextEditorBindings:[Ljava/lang/String;
66: aload 0
new com.apple.laf.AquaKeyBindings$AquaMultilineAction
dup
ldc "aqua-move-up"
ldc "caret-up"
ldc "caret-begin"
invokespecial com.apple.laf.AquaKeyBindings$AquaMultilineAction.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
putfield com.apple.laf.AquaKeyBindings.moveUpMultilineAction:Ljavax/swing/text/TextAction;
67: aload 0
new com.apple.laf.AquaKeyBindings$AquaMultilineAction
dup
ldc "aqua-move-down"
ldc "caret-down"
ldc "caret-end"
invokespecial com.apple.laf.AquaKeyBindings$AquaMultilineAction.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
putfield com.apple.laf.AquaKeyBindings.moveDownMultilineAction:Ljavax/swing/text/TextAction;
68: aload 0
new com.apple.laf.AquaKeyBindings$AquaMultilineAction
dup
ldc "aqua-page-up"
ldc "page-up"
ldc "caret-begin"
invokespecial com.apple.laf.AquaKeyBindings$AquaMultilineAction.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
putfield com.apple.laf.AquaKeyBindings.pageUpMultilineAction:Ljavax/swing/text/TextAction;
69: aload 0
new com.apple.laf.AquaKeyBindings$AquaMultilineAction
dup
ldc "aqua-page-down"
ldc "page-down"
ldc "caret-end"
invokespecial com.apple.laf.AquaKeyBindings$AquaMultilineAction.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
putfield com.apple.laf.AquaKeyBindings.pageDownMultilineAction:Ljavax/swing/text/TextAction;
70: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 71 0 this Lcom/apple/laf/AquaKeyBindings;
static com.apple.laf.AquaKeyBindings instance();
descriptor: ()Lcom/apple/laf/AquaKeyBindings;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.apple.laf.AquaKeyBindings.instance:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
checkcast com.apple.laf.AquaKeyBindings
areturn
LocalVariableTable:
Start End Slot Name Signature
void setDefaultAction(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic javax.swing.text.JTextComponent.getKeymap:(Ljava/lang/String;)Ljavax/swing/text/Keymap;
astore 2
start local 2 1: aload 2
aload 0
getfield com.apple.laf.AquaKeyBindings.defaultKeyTypedAction:Ljavax/swing/text/DefaultEditorKit$DefaultKeyTypedAction;
invokeinterface javax.swing.text.Keymap.setDefaultAction:(Ljavax/swing/Action;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/apple/laf/AquaKeyBindings;
0 3 1 keymapName Ljava/lang/String;
1 3 2 map Ljavax/swing/text/Keymap;
MethodParameters:
Name Flags
keymapName final
com.apple.laf.AquaKeyBindings$LateBoundInputMap getTextFieldInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_2
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
aload 0
getfield com.apple.laf.AquaKeyBindings.commonTextEditorBindings:[Ljava/lang/String;
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
aastore
dup
iconst_1
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 22
anewarray java.lang.String
dup
iconst_0
1: ldc "DOWN"
aastore
dup
iconst_1
ldc "caret-end-line"
aastore
dup
iconst_2
2: ldc "KP_DOWN"
aastore
dup
iconst_3
ldc "caret-end-line"
aastore
dup
iconst_4
3: ldc "UP"
aastore
dup
iconst_5
ldc "caret-begin-line"
aastore
dup
bipush 6
4: ldc "KP_UP"
aastore
dup
bipush 7
ldc "caret-begin-line"
aastore
dup
bipush 8
5: ldc "shift DOWN"
aastore
dup
bipush 9
ldc "selection-end-line"
aastore
dup
bipush 10
6: ldc "shift KP_DOWN"
aastore
dup
bipush 11
ldc "selection-end-line"
aastore
dup
bipush 12
7: ldc "shift UP"
aastore
dup
bipush 13
ldc "selection-begin-line"
aastore
dup
bipush 14
8: ldc "shift KP_UP"
aastore
dup
bipush 15
ldc "selection-begin-line"
aastore
dup
bipush 16
9: ldc "control P"
aastore
dup
bipush 17
ldc "caret-begin"
aastore
dup
bipush 18
10: ldc "control N"
aastore
dup
bipush 19
ldc "caret-end"
aastore
dup
bipush 20
11: ldc "control V"
aastore
dup
bipush 21
ldc "caret-end"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
12: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getPasswordFieldInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_2
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
aload 0
invokevirtual com.apple.laf.AquaKeyBindings.getTextFieldInputMap:()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
invokevirtual com.apple.laf.AquaKeyBindings$LateBoundInputMap.getBindings:()[Ljava/lang/String;
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
aastore
dup
iconst_1
1: new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 16
anewarray java.lang.String
dup
iconst_0
2: ldc "alt LEFT"
aastore
dup
iconst_2
3: ldc "alt KP_LEFT"
aastore
dup
iconst_4
4: ldc "alt RIGHT"
aastore
dup
bipush 6
5: ldc "alt KP_RIGHT"
aastore
dup
bipush 8
6: ldc "shift alt LEFT"
aastore
dup
bipush 10
7: ldc "shift alt KP_LEFT"
aastore
dup
bipush 12
8: ldc "shift alt RIGHT"
aastore
dup
bipush 14
9: ldc "shift alt KP_RIGHT"
aastore
10: invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
11: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getMultiLineTextInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_2
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
aload 0
getfield com.apple.laf.AquaKeyBindings.commonTextEditorBindings:[Ljava/lang/String;
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
aastore
dup
iconst_1
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 60
anewarray java.lang.String
dup
iconst_0
1: ldc "ENTER"
aastore
dup
iconst_1
ldc "insert-break"
aastore
dup
iconst_2
2: ldc "DOWN"
aastore
dup
iconst_3
ldc "aqua-move-down"
aastore
dup
iconst_4
3: ldc "KP_DOWN"
aastore
dup
iconst_5
ldc "aqua-move-down"
aastore
dup
bipush 6
4: ldc "UP"
aastore
dup
bipush 7
ldc "aqua-move-up"
aastore
dup
bipush 8
5: ldc "KP_UP"
aastore
dup
bipush 9
ldc "aqua-move-up"
aastore
dup
bipush 10
6: ldc "shift DOWN"
aastore
dup
bipush 11
ldc "selection-down"
aastore
dup
bipush 12
7: ldc "shift KP_DOWN"
aastore
dup
bipush 13
ldc "selection-down"
aastore
dup
bipush 14
8: ldc "shift UP"
aastore
dup
bipush 15
ldc "selection-up"
aastore
dup
bipush 16
9: ldc "shift KP_UP"
aastore
dup
bipush 17
ldc "selection-up"
aastore
dup
bipush 18
10: ldc "alt shift DOWN"
aastore
dup
bipush 19
ldc "selection-end-paragraph"
aastore
dup
bipush 20
11: ldc "alt shift KP_DOWN"
aastore
dup
bipush 21
ldc "selection-end-paragraph"
aastore
dup
bipush 22
12: ldc "alt shift UP"
aastore
dup
bipush 23
ldc "selection-begin-paragraph"
aastore
dup
bipush 24
13: ldc "alt shift KP_UP"
aastore
dup
bipush 25
ldc "selection-begin-paragraph"
aastore
dup
bipush 26
14: ldc "control P"
aastore
dup
bipush 27
ldc "caret-up"
aastore
dup
bipush 28
15: ldc "control N"
aastore
dup
bipush 29
ldc "caret-down"
aastore
dup
bipush 30
16: ldc "control V"
aastore
dup
bipush 31
ldc "aqua-page-down"
aastore
dup
bipush 32
17: ldc "TAB"
aastore
dup
bipush 33
ldc "insert-tab"
aastore
dup
bipush 34
18: ldc "meta SPACE"
aastore
dup
bipush 35
ldc "activate-link-action"
aastore
dup
bipush 36
19: ldc "meta T"
aastore
dup
bipush 37
ldc "next-link-action"
aastore
dup
bipush 38
20: ldc "meta shift T"
aastore
dup
bipush 39
ldc "previous-link-action"
aastore
dup
bipush 40
21: ldc "END"
aastore
dup
bipush 41
ldc "caret-end"
aastore
dup
bipush 42
22: ldc "HOME"
aastore
dup
bipush 43
ldc "caret-begin"
aastore
dup
bipush 44
23: ldc "shift END"
aastore
dup
bipush 45
ldc "selection-end"
aastore
dup
bipush 46
24: ldc "shift HOME"
aastore
dup
bipush 47
ldc "selection-begin"
aastore
dup
bipush 48
25: ldc "PAGE_DOWN"
aastore
dup
bipush 49
ldc "aqua-page-down"
aastore
dup
bipush 50
26: ldc "PAGE_UP"
aastore
dup
bipush 51
ldc "aqua-page-up"
aastore
dup
bipush 52
27: ldc "shift PAGE_DOWN"
aastore
dup
bipush 53
ldc "selection-page-down"
aastore
dup
bipush 54
28: ldc "shift PAGE_UP"
aastore
dup
bipush 55
ldc "selection-page-up"
aastore
dup
bipush 56
29: ldc "meta shift PAGE_DOWN"
aastore
dup
bipush 57
ldc "selection-page-right"
aastore
dup
bipush 58
30: ldc "meta shift PAGE_UP"
aastore
dup
bipush 59
ldc "selection-page-left"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
31: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getFormattedTextFieldInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_2
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
aload 0
invokevirtual com.apple.laf.AquaKeyBindings.getTextFieldInputMap:()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
aastore
dup
iconst_1
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 10
anewarray java.lang.String
dup
iconst_0
1: ldc "UP"
aastore
dup
iconst_1
ldc "increment"
aastore
dup
iconst_2
2: ldc "KP_UP"
aastore
dup
iconst_3
ldc "increment"
aastore
dup
iconst_4
3: ldc "DOWN"
aastore
dup
iconst_5
ldc "decrement"
aastore
dup
bipush 6
4: ldc "KP_DOWN"
aastore
dup
bipush 7
ldc "decrement"
aastore
dup
bipush 8
5: ldc "ESCAPE"
aastore
dup
bipush 9
ldc "reset-field-edit"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
6: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getComboBoxInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 22
anewarray java.lang.String
dup
iconst_0
1: ldc "ESCAPE"
aastore
dup
iconst_1
ldc "aquaHidePopup"
aastore
dup
iconst_2
2: ldc "PAGE_UP"
aastore
dup
iconst_3
ldc "aquaSelectPageUp"
aastore
dup
iconst_4
3: ldc "PAGE_DOWN"
aastore
dup
iconst_5
ldc "aquaSelectPageDown"
aastore
dup
bipush 6
4: ldc "HOME"
aastore
dup
bipush 7
ldc "aquaSelectHome"
aastore
dup
bipush 8
5: ldc "END"
aastore
dup
bipush 9
ldc "aquaSelectEnd"
aastore
dup
bipush 10
6: ldc "ENTER"
aastore
dup
bipush 11
ldc "enterPressed"
aastore
dup
bipush 12
7: ldc "UP"
aastore
dup
bipush 13
ldc "aquaSelectPrevious"
aastore
dup
bipush 14
8: ldc "KP_UP"
aastore
dup
bipush 15
ldc "aquaSelectPrevious"
aastore
dup
bipush 16
9: ldc "DOWN"
aastore
dup
bipush 17
ldc "aquaSelectNext"
aastore
dup
bipush 18
10: ldc "KP_DOWN"
aastore
dup
bipush 19
ldc "aquaSelectNext"
aastore
dup
bipush 20
11: ldc "SPACE"
aastore
dup
bipush 21
ldc "aquaSpacePressed"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
12: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getListInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 58
anewarray java.lang.String
dup
iconst_0
1: ldc "meta C"
aastore
dup
iconst_1
ldc "copy"
aastore
dup
iconst_2
2: ldc "meta V"
aastore
dup
iconst_3
ldc "paste"
aastore
dup
iconst_4
3: ldc "meta X"
aastore
dup
iconst_5
ldc "cut"
aastore
dup
bipush 6
4: ldc "COPY"
aastore
dup
bipush 7
ldc "copy"
aastore
dup
bipush 8
5: ldc "PASTE"
aastore
dup
bipush 9
ldc "paste"
aastore
dup
bipush 10
6: ldc "CUT"
aastore
dup
bipush 11
ldc "cut"
aastore
dup
bipush 12
7: ldc "UP"
aastore
dup
bipush 13
ldc "selectPreviousRow"
aastore
dup
bipush 14
8: ldc "KP_UP"
aastore
dup
bipush 15
ldc "selectPreviousRow"
aastore
dup
bipush 16
9: ldc "shift UP"
aastore
dup
bipush 17
ldc "selectPreviousRowExtendSelection"
aastore
dup
bipush 18
10: ldc "shift KP_UP"
aastore
dup
bipush 19
ldc "selectPreviousRowExtendSelection"
aastore
dup
bipush 20
11: ldc "DOWN"
aastore
dup
bipush 21
ldc "selectNextRow"
aastore
dup
bipush 22
12: ldc "KP_DOWN"
aastore
dup
bipush 23
ldc "selectNextRow"
aastore
dup
bipush 24
13: ldc "shift DOWN"
aastore
dup
bipush 25
ldc "selectNextRowExtendSelection"
aastore
dup
bipush 26
14: ldc "shift KP_DOWN"
aastore
dup
bipush 27
ldc "selectNextRowExtendSelection"
aastore
dup
bipush 28
15: ldc "LEFT"
aastore
dup
bipush 29
ldc "selectPreviousColumn"
aastore
dup
bipush 30
16: ldc "KP_LEFT"
aastore
dup
bipush 31
ldc "selectPreviousColumn"
aastore
dup
bipush 32
17: ldc "shift LEFT"
aastore
dup
bipush 33
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 34
18: ldc "shift KP_LEFT"
aastore
dup
bipush 35
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 36
19: ldc "RIGHT"
aastore
dup
bipush 37
ldc "selectNextColumn"
aastore
dup
bipush 38
20: ldc "KP_RIGHT"
aastore
dup
bipush 39
ldc "selectNextColumn"
aastore
dup
bipush 40
21: ldc "shift RIGHT"
aastore
dup
bipush 41
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 42
22: ldc "shift KP_RIGHT"
aastore
dup
bipush 43
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 44
23: ldc "meta A"
aastore
dup
bipush 45
ldc "selectAll"
aastore
dup
bipush 46
24: ldc "HOME"
aastore
dup
bipush 47
ldc "aquaHome"
aastore
dup
bipush 48
25: ldc "shift HOME"
aastore
dup
bipush 49
ldc "selectFirstRowExtendSelection"
aastore
dup
bipush 50
26: ldc "END"
aastore
dup
bipush 51
ldc "aquaEnd"
aastore
dup
bipush 52
27: ldc "shift END"
aastore
dup
bipush 53
ldc "selectLastRowExtendSelection"
aastore
dup
bipush 54
28: ldc "shift PAGE_UP"
aastore
dup
bipush 55
ldc "scrollUpExtendSelection"
aastore
dup
bipush 56
29: ldc "shift PAGE_DOWN"
aastore
dup
bipush 57
ldc "scrollDownExtendSelection"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
30: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getScrollBarInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 24
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "positiveUnitIncrement"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "positiveUnitIncrement"
aastore
dup
iconst_4
3: ldc "DOWN"
aastore
dup
iconst_5
ldc "positiveUnitIncrement"
aastore
dup
bipush 6
4: ldc "KP_DOWN"
aastore
dup
bipush 7
ldc "positiveUnitIncrement"
aastore
dup
bipush 8
5: ldc "PAGE_DOWN"
aastore
dup
bipush 9
ldc "positiveBlockIncrement"
aastore
dup
bipush 10
6: ldc "LEFT"
aastore
dup
bipush 11
ldc "negativeUnitIncrement"
aastore
dup
bipush 12
7: ldc "KP_LEFT"
aastore
dup
bipush 13
ldc "negativeUnitIncrement"
aastore
dup
bipush 14
8: ldc "UP"
aastore
dup
bipush 15
ldc "negativeUnitIncrement"
aastore
dup
bipush 16
9: ldc "KP_UP"
aastore
dup
bipush 17
ldc "negativeUnitIncrement"
aastore
dup
bipush 18
10: ldc "PAGE_UP"
aastore
dup
bipush 19
ldc "negativeBlockIncrement"
aastore
dup
bipush 20
11: ldc "HOME"
aastore
dup
bipush 21
ldc "minScroll"
aastore
dup
bipush 22
12: ldc "END"
aastore
dup
bipush 23
ldc "maxScroll"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
13: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getScrollBarRightToLeftInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 8
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "negativeUnitIncrement"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "negativeUnitIncrement"
aastore
dup
iconst_4
3: ldc "LEFT"
aastore
dup
iconst_5
ldc "positiveUnitIncrement"
aastore
dup
bipush 6
4: ldc "KP_LEFT"
aastore
dup
bipush 7
ldc "positiveUnitIncrement"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
5: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getScrollPaneInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 24
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "unitScrollRight"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "unitScrollRight"
aastore
dup
iconst_4
3: ldc "DOWN"
aastore
dup
iconst_5
ldc "unitScrollDown"
aastore
dup
bipush 6
4: ldc "KP_DOWN"
aastore
dup
bipush 7
ldc "unitScrollDown"
aastore
dup
bipush 8
5: ldc "LEFT"
aastore
dup
bipush 9
ldc "unitScrollLeft"
aastore
dup
bipush 10
6: ldc "KP_LEFT"
aastore
dup
bipush 11
ldc "unitScrollLeft"
aastore
dup
bipush 12
7: ldc "UP"
aastore
dup
bipush 13
ldc "unitScrollUp"
aastore
dup
bipush 14
8: ldc "KP_UP"
aastore
dup
bipush 15
ldc "unitScrollUp"
aastore
dup
bipush 16
9: ldc "PAGE_UP"
aastore
dup
bipush 17
ldc "scrollUp"
aastore
dup
bipush 18
10: ldc "PAGE_DOWN"
aastore
dup
bipush 19
ldc "scrollDown"
aastore
dup
bipush 20
11: ldc "HOME"
aastore
dup
bipush 21
ldc "scrollHome"
aastore
dup
bipush 22
12: ldc "END"
aastore
dup
bipush 23
ldc "scrollEnd"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
13: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getSliderInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 24
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "positiveUnitIncrement"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "positiveUnitIncrement"
aastore
dup
iconst_4
3: ldc "DOWN"
aastore
dup
iconst_5
ldc "negativeUnitIncrement"
aastore
dup
bipush 6
4: ldc "KP_DOWN"
aastore
dup
bipush 7
ldc "negativeUnitIncrement"
aastore
dup
bipush 8
5: ldc "PAGE_DOWN"
aastore
dup
bipush 9
ldc "negativeBlockIncrement"
aastore
dup
bipush 10
6: ldc "LEFT"
aastore
dup
bipush 11
ldc "negativeUnitIncrement"
aastore
dup
bipush 12
7: ldc "KP_LEFT"
aastore
dup
bipush 13
ldc "negativeUnitIncrement"
aastore
dup
bipush 14
8: ldc "UP"
aastore
dup
bipush 15
ldc "positiveUnitIncrement"
aastore
dup
bipush 16
9: ldc "KP_UP"
aastore
dup
bipush 17
ldc "positiveUnitIncrement"
aastore
dup
bipush 18
10: ldc "PAGE_UP"
aastore
dup
bipush 19
ldc "positiveBlockIncrement"
aastore
dup
bipush 20
11: ldc "HOME"
aastore
dup
bipush 21
ldc "minScroll"
aastore
dup
bipush 22
12: ldc "END"
aastore
dup
bipush 23
ldc "maxScroll"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
13: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getSliderRightToLeftInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 8
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "negativeUnitIncrement"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "negativeUnitIncrement"
aastore
dup
iconst_4
3: ldc "LEFT"
aastore
dup
iconst_5
ldc "positiveUnitIncrement"
aastore
dup
bipush 6
4: ldc "KP_LEFT"
aastore
dup
bipush 7
ldc "positiveUnitIncrement"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
5: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getSpinnerInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 8
anewarray java.lang.String
dup
iconst_0
1: ldc "UP"
aastore
dup
iconst_1
ldc "increment"
aastore
dup
iconst_2
2: ldc "KP_UP"
aastore
dup
iconst_3
ldc "increment"
aastore
dup
iconst_4
3: ldc "DOWN"
aastore
dup
iconst_5
ldc "decrement"
aastore
dup
bipush 6
4: ldc "KP_DOWN"
aastore
dup
bipush 7
ldc "decrement"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
5: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getTableInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 76
anewarray java.lang.String
dup
iconst_0
1: ldc "meta C"
aastore
dup
iconst_1
ldc "copy"
aastore
dup
iconst_2
2: ldc "meta V"
aastore
dup
iconst_3
ldc "paste"
aastore
dup
iconst_4
3: ldc "meta X"
aastore
dup
iconst_5
ldc "cut"
aastore
dup
bipush 6
4: ldc "COPY"
aastore
dup
bipush 7
ldc "copy"
aastore
dup
bipush 8
5: ldc "PASTE"
aastore
dup
bipush 9
ldc "paste"
aastore
dup
bipush 10
6: ldc "CUT"
aastore
dup
bipush 11
ldc "cut"
aastore
dup
bipush 12
7: ldc "RIGHT"
aastore
dup
bipush 13
ldc "selectNextColumn"
aastore
dup
bipush 14
8: ldc "KP_RIGHT"
aastore
dup
bipush 15
ldc "selectNextColumn"
aastore
dup
bipush 16
9: ldc "LEFT"
aastore
dup
bipush 17
ldc "selectPreviousColumn"
aastore
dup
bipush 18
10: ldc "KP_LEFT"
aastore
dup
bipush 19
ldc "selectPreviousColumn"
aastore
dup
bipush 20
11: ldc "DOWN"
aastore
dup
bipush 21
ldc "selectNextRow"
aastore
dup
bipush 22
12: ldc "KP_DOWN"
aastore
dup
bipush 23
ldc "selectNextRow"
aastore
dup
bipush 24
13: ldc "UP"
aastore
dup
bipush 25
ldc "selectPreviousRow"
aastore
dup
bipush 26
14: ldc "KP_UP"
aastore
dup
bipush 27
ldc "selectPreviousRow"
aastore
dup
bipush 28
15: ldc "shift RIGHT"
aastore
dup
bipush 29
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 30
16: ldc "shift KP_RIGHT"
aastore
dup
bipush 31
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 32
17: ldc "shift LEFT"
aastore
dup
bipush 33
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 34
18: ldc "shift KP_LEFT"
aastore
dup
bipush 35
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 36
19: ldc "shift DOWN"
aastore
dup
bipush 37
ldc "selectNextRowExtendSelection"
aastore
dup
bipush 38
20: ldc "shift KP_DOWN"
aastore
dup
bipush 39
ldc "selectNextRowExtendSelection"
aastore
dup
bipush 40
21: ldc "shift UP"
aastore
dup
bipush 41
ldc "selectPreviousRowExtendSelection"
aastore
dup
bipush 42
22: ldc "shift KP_UP"
aastore
dup
bipush 43
ldc "selectPreviousRowExtendSelection"
aastore
dup
bipush 44
23: ldc "PAGE_UP"
aastore
dup
bipush 45
ldc "scrollUpChangeSelection"
aastore
dup
bipush 46
24: ldc "PAGE_DOWN"
aastore
dup
bipush 47
ldc "scrollDownChangeSelection"
aastore
dup
bipush 48
25: ldc "HOME"
aastore
dup
bipush 49
ldc "selectFirstColumn"
aastore
dup
bipush 50
26: ldc "END"
aastore
dup
bipush 51
ldc "selectLastColumn"
aastore
dup
bipush 52
27: ldc "shift PAGE_UP"
aastore
dup
bipush 53
ldc "scrollUpExtendSelection"
aastore
dup
bipush 54
28: ldc "shift PAGE_DOWN"
aastore
dup
bipush 55
ldc "scrollDownExtendSelection"
aastore
dup
bipush 56
29: ldc "shift HOME"
aastore
dup
bipush 57
ldc "selectFirstColumnExtendSelection"
aastore
dup
bipush 58
30: ldc "shift END"
aastore
dup
bipush 59
ldc "selectLastColumnExtendSelection"
aastore
dup
bipush 60
31: ldc "TAB"
aastore
dup
bipush 61
ldc "selectNextColumnCell"
aastore
dup
bipush 62
32: ldc "shift TAB"
aastore
dup
bipush 63
ldc "selectPreviousColumnCell"
aastore
dup
bipush 64
33: ldc "meta A"
aastore
dup
bipush 65
ldc "selectAll"
aastore
dup
bipush 66
34: ldc "ESCAPE"
aastore
dup
bipush 67
ldc "cancel"
aastore
dup
bipush 68
35: ldc "ENTER"
aastore
dup
bipush 69
ldc "selectNextRowCell"
aastore
dup
bipush 70
36: ldc "shift ENTER"
aastore
dup
bipush 71
ldc "selectPreviousRowCell"
aastore
dup
bipush 72
37: ldc "alt TAB"
aastore
dup
bipush 73
ldc "focusHeader"
aastore
dup
bipush 74
38: ldc "alt shift TAB"
aastore
dup
bipush 75
ldc "focusHeader"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
39: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 40 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getTableRightToLeftInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 24
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "selectPreviousColumn"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "selectPreviousColumn"
aastore
dup
iconst_4
3: ldc "LEFT"
aastore
dup
iconst_5
ldc "selectNextColumn"
aastore
dup
bipush 6
4: ldc "KP_LEFT"
aastore
dup
bipush 7
ldc "selectNextColumn"
aastore
dup
bipush 8
5: ldc "shift RIGHT"
aastore
dup
bipush 9
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 10
6: ldc "shift KP_RIGHT"
aastore
dup
bipush 11
ldc "selectPreviousColumnExtendSelection"
aastore
dup
bipush 12
7: ldc "shift LEFT"
aastore
dup
bipush 13
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 14
8: ldc "shift KP_LEFT"
aastore
dup
bipush 15
ldc "selectNextColumnExtendSelection"
aastore
dup
bipush 16
9: ldc "ctrl PAGE_UP"
aastore
dup
bipush 17
ldc "scrollRightChangeSelection"
aastore
dup
bipush 18
10: ldc "ctrl PAGE_DOWN"
aastore
dup
bipush 19
ldc "scrollLeftChangeSelection"
aastore
dup
bipush 20
11: ldc "ctrl shift PAGE_UP"
aastore
dup
bipush 21
ldc "scrollRightExtendSelection"
aastore
dup
bipush 22
12: ldc "ctrl shift PAGE_DOWN"
aastore
dup
bipush 23
ldc "scrollLeftExtendSelection"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
13: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getTreeInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 64
anewarray java.lang.String
dup
iconst_0
1: ldc "meta C"
aastore
dup
iconst_1
ldc "copy"
aastore
dup
iconst_2
2: ldc "meta V"
aastore
dup
iconst_3
ldc "paste"
aastore
dup
iconst_4
3: ldc "meta X"
aastore
dup
iconst_5
ldc "cut"
aastore
dup
bipush 6
4: ldc "COPY"
aastore
dup
bipush 7
ldc "copy"
aastore
dup
bipush 8
5: ldc "PASTE"
aastore
dup
bipush 9
ldc "paste"
aastore
dup
bipush 10
6: ldc "CUT"
aastore
dup
bipush 11
ldc "cut"
aastore
dup
bipush 12
7: ldc "UP"
aastore
dup
bipush 13
ldc "selectPrevious"
aastore
dup
bipush 14
8: ldc "KP_UP"
aastore
dup
bipush 15
ldc "selectPrevious"
aastore
dup
bipush 16
9: ldc "shift UP"
aastore
dup
bipush 17
ldc "selectPreviousExtendSelection"
aastore
dup
bipush 18
10: ldc "shift KP_UP"
aastore
dup
bipush 19
ldc "selectPreviousExtendSelection"
aastore
dup
bipush 20
11: ldc "DOWN"
aastore
dup
bipush 21
ldc "selectNext"
aastore
dup
bipush 22
12: ldc "KP_DOWN"
aastore
dup
bipush 23
ldc "selectNext"
aastore
dup
bipush 24
13: ldc "shift DOWN"
aastore
dup
bipush 25
ldc "selectNextExtendSelection"
aastore
dup
bipush 26
14: ldc "shift KP_DOWN"
aastore
dup
bipush 27
ldc "selectNextExtendSelection"
aastore
dup
bipush 28
15: ldc "RIGHT"
aastore
dup
bipush 29
ldc "aquaExpandNode"
aastore
dup
bipush 30
16: ldc "KP_RIGHT"
aastore
dup
bipush 31
ldc "aquaExpandNode"
aastore
dup
bipush 32
17: ldc "LEFT"
aastore
dup
bipush 33
ldc "aquaCollapseNode"
aastore
dup
bipush 34
18: ldc "KP_LEFT"
aastore
dup
bipush 35
ldc "aquaCollapseNode"
aastore
dup
bipush 36
19: ldc "shift RIGHT"
aastore
dup
bipush 37
ldc "aquaExpandNode"
aastore
dup
bipush 38
20: ldc "shift KP_RIGHT"
aastore
dup
bipush 39
ldc "aquaExpandNode"
aastore
dup
bipush 40
21: ldc "shift LEFT"
aastore
dup
bipush 41
ldc "aquaCollapseNode"
aastore
dup
bipush 42
22: ldc "shift KP_LEFT"
aastore
dup
bipush 43
ldc "aquaCollapseNode"
aastore
dup
bipush 44
23: ldc "ctrl LEFT"
aastore
dup
bipush 45
ldc "aquaCollapseNode"
aastore
dup
bipush 46
24: ldc "ctrl KP_LEFT"
aastore
dup
bipush 47
ldc "aquaCollapseNode"
aastore
dup
bipush 48
25: ldc "ctrl RIGHT"
aastore
dup
bipush 49
ldc "aquaExpandNode"
aastore
dup
bipush 50
26: ldc "ctrl KP_RIGHT"
aastore
dup
bipush 51
ldc "aquaExpandNode"
aastore
dup
bipush 52
27: ldc "alt RIGHT"
aastore
dup
bipush 53
ldc "aquaFullyExpandNode"
aastore
dup
bipush 54
28: ldc "alt KP_RIGHT"
aastore
dup
bipush 55
ldc "aquaFullyExpandNode"
aastore
dup
bipush 56
29: ldc "alt LEFT"
aastore
dup
bipush 57
ldc "aquaFullyCollapseNode"
aastore
dup
bipush 58
30: ldc "alt KP_LEFT"
aastore
dup
bipush 59
ldc "aquaFullyCollapseNode"
aastore
dup
bipush 60
31: ldc "meta A"
aastore
dup
bipush 61
ldc "selectAll"
aastore
dup
bipush 62
32: ldc "RETURN"
aastore
dup
bipush 63
ldc "startEditing"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
33: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Lcom/apple/laf/AquaKeyBindings;
com.apple.laf.AquaKeyBindings$LateBoundInputMap getTreeRightToLeftInputMap();
descriptor: ()Lcom/apple/laf/AquaKeyBindings$LateBoundInputMap;
flags: (0x0000)
Code:
stack=11, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaKeyBindings$LateBoundInputMap
dup
iconst_1
anewarray com.apple.laf.AquaKeyBindings$BindingsProvider
dup
iconst_0
new com.apple.laf.AquaKeyBindings$SimpleBinding
dup
bipush 24
anewarray java.lang.String
dup
iconst_0
1: ldc "RIGHT"
aastore
dup
iconst_1
ldc "aquaCollapseNode"
aastore
dup
iconst_2
2: ldc "KP_RIGHT"
aastore
dup
iconst_3
ldc "aquaCollapseNode"
aastore
dup
iconst_4
3: ldc "LEFT"
aastore
dup
iconst_5
ldc "aquaExpandNode"
aastore
dup
bipush 6
4: ldc "KP_LEFT"
aastore
dup
bipush 7
ldc "aquaExpandNode"
aastore
dup
bipush 8
5: ldc "shift RIGHT"
aastore
dup
bipush 9
ldc "aquaCollapseNode"
aastore
dup
bipush 10
6: ldc "shift KP_RIGHT"
aastore
dup
bipush 11
ldc "aquaCollapseNode"
aastore
dup
bipush 12
7: ldc "shift LEFT"
aastore
dup
bipush 13
ldc "aquaExpandNode"
aastore
dup
bipush 14
8: ldc "shift KP_LEFT"
aastore
dup
bipush 15
ldc "aquaExpandNode"
aastore
dup
bipush 16
9: ldc "ctrl LEFT"
aastore
dup
bipush 17
ldc "aquaExpandNode"
aastore
dup
bipush 18
10: ldc "ctrl KP_LEFT"
aastore
dup
bipush 19
ldc "aquaExpandNode"
aastore
dup
bipush 20
11: ldc "ctrl RIGHT"
aastore
dup
bipush 21
ldc "aquaCollapseNode"
aastore
dup
bipush 22
12: ldc "ctrl KP_RIGHT"
aastore
dup
bipush 23
ldc "aquaCollapseNode"
aastore
invokespecial com.apple.laf.AquaKeyBindings$SimpleBinding.<init>:([Ljava/lang/String;)V
13: aastore
invokespecial com.apple.laf.AquaKeyBindings$LateBoundInputMap.<init>:([Lcom/apple/laf/AquaKeyBindings$BindingsProvider;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/apple/laf/AquaKeyBindings;
void installAquaUpDownActions(javax.swing.text.JTextComponent);
descriptor: (Ljavax/swing/text/JTextComponent;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual javax.swing.text.JTextComponent.getActionMap:()Ljavax/swing/ActionMap;
astore 2
start local 2 1: aload 2
ldc "aqua-move-up"
aload 0
getfield com.apple.laf.AquaKeyBindings.moveUpMultilineAction:Ljavax/swing/text/TextAction;
invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
2: aload 2
ldc "aqua-move-down"
aload 0
getfield com.apple.laf.AquaKeyBindings.moveDownMultilineAction:Ljavax/swing/text/TextAction;
invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
3: aload 2
ldc "aqua-page-up"
aload 0
getfield com.apple.laf.AquaKeyBindings.pageUpMultilineAction:Ljavax/swing/text/TextAction;
invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
4: aload 2
ldc "aqua-page-down"
aload 0
getfield com.apple.laf.AquaKeyBindings.pageDownMultilineAction:Ljavax/swing/text/TextAction;
invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/apple/laf/AquaKeyBindings;
0 6 1 component Ljavax/swing/text/JTextComponent;
1 6 2 actionMap Ljavax/swing/ActionMap;
MethodParameters:
Name Flags
component final
}
SourceFile: "AquaKeyBindings.java"
NestMembers:
com.apple.laf.AquaKeyBindings$AquaMultilineAction com.apple.laf.AquaKeyBindings$BindingsProvider com.apple.laf.AquaKeyBindings$DeleteWordAction com.apple.laf.AquaKeyBindings$LateBoundInputMap com.apple.laf.AquaKeyBindings$SimpleBinding
InnerClasses:
AquaMultilineAction = com.apple.laf.AquaKeyBindings$AquaMultilineAction of com.apple.laf.AquaKeyBindings
abstract BindingsProvider = com.apple.laf.AquaKeyBindings$BindingsProvider of com.apple.laf.AquaKeyBindings
abstract DeleteWordAction = com.apple.laf.AquaKeyBindings$DeleteWordAction of com.apple.laf.AquaKeyBindings
LateBoundInputMap = com.apple.laf.AquaKeyBindings$LateBoundInputMap of com.apple.laf.AquaKeyBindings
SimpleBinding = com.apple.laf.AquaKeyBindings$SimpleBinding of com.apple.laf.AquaKeyBindings
abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils
RecyclableSingletonFromDefaultConstructor = com.apple.laf.AquaUtils$RecyclableSingletonFromDefaultConstructor of com.apple.laf.AquaUtils
public DefaultKeyTypedAction = javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction of javax.swing.text.DefaultEditorKit