// Compiled from ActionDialogsPreferencePage.java (version 1.2 : 46.0, super bit) public class org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage extends org.eclipse.jface.preference.PreferencePage implements org.eclipse.ui.IWorkbenchPreferencePage, org.eclipse.swt.widgets.Listener, org.eclipse.core.runtime.IExecutableExtension { // Field descriptor #134 Ljava/lang/String; private java.lang.String INFOPOP_PPAD_PAGE; // Field descriptor #139 Lorg/eclipse/swt/widgets/Button; private org.eclipse.swt.widgets.Button showAll; // Field descriptor #134 Ljava/lang/String; private java.lang.String INFOPOP_PPAD_BUTTON_SHOW_ALL; // Field descriptor #139 Lorg/eclipse/swt/widgets/Button; private org.eclipse.swt.widgets.Button hideAll; // Field descriptor #134 Ljava/lang/String; private java.lang.String INFOPOP_PPAD_BUTTON_HIDE_ALL; // Field descriptor #136 Ljava/util/Hashtable; private java.util.Hashtable checkBoxes_; // Field descriptor #134 Ljava/lang/String; private java.lang.String categoryId_; // Method descriptor #5 ()V // Stack: 2, Locals: 1 public ActionDialogsPreferencePage(); 0 aload_0 [this] 1 invokespecial org.eclipse.jface.preference.PreferencePage() [248] 4 aload_0 [this] 5 ldc [2] 7 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_PAGE : java.lang.String [236] 10 aload_0 [this] 11 ldc [3] 13 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_BUTTON_SHOW_ALL : java.lang.String [235] 16 aload_0 [this] 17 ldc [4] 19 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_BUTTON_HIDE_ALL : java.lang.String [234] 22 return Line numbers: [pc: 0, line: 57] [pc: 4, line: 60] [pc: 10, line: 64] [pc: 16, line: 68] [pc: 22, line: 57] Local variable table: [pc: 0, pc: 23] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage // Method descriptor #171 (Lorg/eclipse/core/runtime/IConfigurationElement;Ljava/lang/String;Ljava/lang/Object;)V // Stack: 3, Locals: 4 public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data) throws org.eclipse.core.runtime.CoreException; 0 aload_0 [this] 1 aload_1 [config] 2 ldc [1] 4 invokeinterface org.eclipse.core.runtime.IConfigurationElement.getAttribute(java.lang.String) : java.lang.String [283] [nargs: 2] 9 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.categoryId_ : java.lang.String [237] 12 return Line numbers: [pc: 0, line: 78] [pc: 12, line: 79] Local variable table: [pc: 0, pc: 13] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 13] local: config index: 1 type: org.eclipse.core.runtime.IConfigurationElement [pc: 0, pc: 13] local: propertyName index: 2 type: java.lang.String [pc: 0, pc: 13] local: data index: 3 type: java.lang.Object // Method descriptor #169 (Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control; // Stack: 5, Locals: 4 protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite superparent); 0 aload_0 [this] 1 new java.util.Hashtable [113] 4 dup 5 invokespecial java.util.Hashtable() [242] 8 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 11 aload_0 [this] 12 aload_1 [superparent] 13 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.addOptionalDialogsCheckBoxes(org.eclipse.swt.widgets.Composite) : void [279] 16 new org.eclipse.swt.widgets.Label [123] 19 aload_1 [superparent] 20 sipush 256 23 invokespecial org.eclipse.swt.widgets.Label(org.eclipse.swt.widgets.Composite, int) [260] 26 new org.eclipse.swt.widgets.Composite [121] 29 dup 30 aload_1 [superparent] 31 iconst_0 32 invokespecial org.eclipse.swt.widgets.Composite(org.eclipse.swt.widgets.Composite, int) [258] 35 astore_2 [parent] 36 new org.eclipse.swt.layout.GridLayout [119] 39 dup 40 invokespecial org.eclipse.swt.layout.GridLayout() [250] 43 astore_3 [layout] 44 aload_3 [layout] 45 iconst_2 46 putfield org.eclipse.swt.layout.GridLayout.numColumns : int [227] 49 aload_2 [parent] 50 aload_3 [layout] 51 invokevirtual org.eclipse.swt.widgets.Composite.setLayout(org.eclipse.swt.widgets.Layout) : void [259] 54 aload_2 [parent] 55 getstatic org.eclipse.wst.command.internal.env.ui.EnvironmentUIMessages.TOOLTIP_PPAD_PAGE : java.lang.String [233] 58 invokevirtual org.eclipse.swt.widgets.Composite.setToolTipText(java.lang.String) : void [257] 61 invokestatic org.eclipse.ui.PlatformUI.getWorkbench() : org.eclipse.ui.IWorkbench [261] 64 invokeinterface org.eclipse.ui.IWorkbench.getHelpSystem() : org.eclipse.ui.help.IWorkbenchHelpSystem [284] [nargs: 1] 69 aload_2 [parent] 70 aload_0 [this] 71 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_PAGE : java.lang.String [236] 74 invokeinterface org.eclipse.ui.help.IWorkbenchHelpSystem.setHelp(org.eclipse.swt.widgets.Control, java.lang.String) : void [285] [nargs: 3] 79 aload_0 [this] 80 new org.eclipse.swt.widgets.Button [120] 83 dup 84 aload_2 [parent] 85 iconst_0 86 invokespecial org.eclipse.swt.widgets.Button(org.eclipse.swt.widgets.Composite, int) [255] 89 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 92 aload_0 [this] 93 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 96 getstatic org.eclipse.wst.command.internal.env.ui.EnvironmentUIMessages.BUTTON_SHOW_ALL_DIALOGS : java.lang.String [230] 99 invokevirtual org.eclipse.swt.widgets.Button.setText(java.lang.String) : void [253] 102 aload_0 [this] 103 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 106 bipush 13 108 aload_0 [this] 109 invokevirtual org.eclipse.swt.widgets.Button.addListener(int, org.eclipse.swt.widgets.Listener) : void [256] 112 aload_0 [this] 113 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 116 getstatic org.eclipse.wst.command.internal.env.ui.EnvironmentUIMessages.TOOLTIP_PPAD_BUTTON_SHOW_ALL : java.lang.String [232] 119 invokevirtual org.eclipse.swt.widgets.Button.setToolTipText(java.lang.String) : void [254] 122 invokestatic org.eclipse.ui.PlatformUI.getWorkbench() : org.eclipse.ui.IWorkbench [261] 125 invokeinterface org.eclipse.ui.IWorkbench.getHelpSystem() : org.eclipse.ui.help.IWorkbenchHelpSystem [284] [nargs: 1] 130 aload_0 [this] 131 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 134 aload_0 [this] 135 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_BUTTON_SHOW_ALL : java.lang.String [235] 138 invokeinterface org.eclipse.ui.help.IWorkbenchHelpSystem.setHelp(org.eclipse.swt.widgets.Control, java.lang.String) : void [285] [nargs: 3] 143 aload_0 [this] 144 new org.eclipse.swt.widgets.Button [120] 147 dup 148 aload_2 [parent] 149 iconst_0 150 invokespecial org.eclipse.swt.widgets.Button(org.eclipse.swt.widgets.Composite, int) [255] 153 putfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 156 aload_0 [this] 157 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 160 getstatic org.eclipse.wst.command.internal.env.ui.EnvironmentUIMessages.BUTTON_HIDE_ALL_DIALOGS : java.lang.String [229] 163 invokevirtual org.eclipse.swt.widgets.Button.setText(java.lang.String) : void [253] 166 aload_0 [this] 167 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 170 bipush 13 172 aload_0 [this] 173 invokevirtual org.eclipse.swt.widgets.Button.addListener(int, org.eclipse.swt.widgets.Listener) : void [256] 176 aload_0 [this] 177 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 180 getstatic org.eclipse.wst.command.internal.env.ui.EnvironmentUIMessages.TOOLTIP_PPAD_BUTTON_HIDE_ALL : java.lang.String [231] 183 invokevirtual org.eclipse.swt.widgets.Button.setToolTipText(java.lang.String) : void [254] 186 invokestatic org.eclipse.ui.PlatformUI.getWorkbench() : org.eclipse.ui.IWorkbench [261] 189 invokeinterface org.eclipse.ui.IWorkbench.getHelpSystem() : org.eclipse.ui.help.IWorkbenchHelpSystem [284] [nargs: 1] 194 aload_0 [this] 195 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 198 aload_0 [this] 199 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.INFOPOP_PPAD_BUTTON_HIDE_ALL : java.lang.String [234] 202 invokeinterface org.eclipse.ui.help.IWorkbenchHelpSystem.setHelp(org.eclipse.swt.widgets.Control, java.lang.String) : void [285] [nargs: 3] 207 aload_0 [this] 208 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.initializeValues() : void [276] 211 aload_1 [superparent] 212 invokestatic org.eclipse.jface.dialogs.Dialog.applyDialogFont(org.eclipse.swt.widgets.Control) : void [247] 215 aload_2 [parent] 216 areturn Line numbers: [pc: 0, line: 88] [pc: 11, line: 89] [pc: 16, line: 90] [pc: 26, line: 92] [pc: 36, line: 93] [pc: 44, line: 94] [pc: 49, line: 95] [pc: 54, line: 96] [pc: 61, line: 97] [pc: 79, line: 99] [pc: 92, line: 100] [pc: 102, line: 101] [pc: 112, line: 102] [pc: 122, line: 103] [pc: 143, line: 105] [pc: 156, line: 106] [pc: 166, line: 107] [pc: 176, line: 108] [pc: 186, line: 109] [pc: 207, line: 111] [pc: 211, line: 112] [pc: 215, line: 113] Local variable table: [pc: 0, pc: 217] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 217] local: superparent index: 1 type: org.eclipse.swt.widgets.Composite [pc: 36, pc: 217] local: parent index: 2 type: org.eclipse.swt.widgets.Composite [pc: 44, pc: 217] local: layout index: 3 type: org.eclipse.swt.layout.GridLayout // Method descriptor #158 (Lorg/eclipse/swt/widgets/Event;)V // Stack: 2, Locals: 2 public void handleEvent(org.eclipse.swt.widgets.Event event); 0 aload_0 [this] 1 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.showAll : org.eclipse.swt.widgets.Button [240] 4 aload_1 [event] 5 getfield org.eclipse.swt.widgets.Event.widget : org.eclipse.swt.widgets.Widget [228] 8 if_acmpne 18 11 aload_0 [this] 12 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.handleShowAllEvent() : void [274] 15 goto 33 18 aload_0 [this] 19 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.hideAll : org.eclipse.swt.widgets.Button [239] 22 aload_1 [event] 23 getfield org.eclipse.swt.widgets.Event.widget : org.eclipse.swt.widgets.Widget [228] 26 if_acmpne 33 29 aload_0 [this] 30 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.handleHideAllEvent() : void [273] 33 return Line numbers: [pc: 0, line: 118] [pc: 11, line: 119] [pc: 18, line: 121] [pc: 29, line: 122] [pc: 33, line: 123] Local variable table: [pc: 0, pc: 34] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 34] local: event index: 1 type: org.eclipse.swt.widgets.Event // Method descriptor #5 ()V // Stack: 2, Locals: 4 private void handleShowAllEvent(); 0 aload_0 [this] 1 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 4 invokevirtual java.util.Hashtable.elements() : java.util.Enumeration [243] 7 astore_1 [e] 8 iconst_0 9 istore_2 [i] 10 goto 31 13 aload_1 [e] 14 invokeinterface java.util.Enumeration.nextElement() : java.lang.Object [282] [nargs: 1] 19 checkcast org.eclipse.swt.widgets.Button [120] 22 astore_3 [dialog] 23 aload_3 [dialog] 24 iconst_0 25 invokevirtual org.eclipse.swt.widgets.Button.setSelection(boolean) : void [252] 28 iinc 2 1 [i] 31 aload_1 [e] 32 invokeinterface java.util.Enumeration.hasMoreElements() : boolean [281] [nargs: 1] 37 ifne 13 40 return Line numbers: [pc: 0, line: 127] [pc: 8, line: 128] [pc: 13, line: 130] [pc: 23, line: 131] [pc: 28, line: 128] [pc: 40, line: 133] Local variable table: [pc: 0, pc: 41] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 8, pc: 41] local: e index: 1 type: java.util.Enumeration [pc: 10, pc: 40] local: i index: 2 type: int [pc: 23, pc: 28] local: dialog index: 3 type: org.eclipse.swt.widgets.Button // Method descriptor #5 ()V // Stack: 2, Locals: 4 private void handleHideAllEvent(); 0 aload_0 [this] 1 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 4 invokevirtual java.util.Hashtable.elements() : java.util.Enumeration [243] 7 astore_1 [e] 8 iconst_0 9 istore_2 [i] 10 goto 31 13 aload_1 [e] 14 invokeinterface java.util.Enumeration.nextElement() : java.lang.Object [282] [nargs: 1] 19 checkcast org.eclipse.swt.widgets.Button [120] 22 astore_3 [dialog] 23 aload_3 [dialog] 24 iconst_1 25 invokevirtual org.eclipse.swt.widgets.Button.setSelection(boolean) : void [252] 28 iinc 2 1 [i] 31 aload_1 [e] 32 invokeinterface java.util.Enumeration.hasMoreElements() : boolean [281] [nargs: 1] 37 ifne 13 40 return Line numbers: [pc: 0, line: 137] [pc: 8, line: 138] [pc: 13, line: 140] [pc: 23, line: 141] [pc: 28, line: 138] [pc: 40, line: 143] Local variable table: [pc: 0, pc: 41] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 8, pc: 41] local: e index: 1 type: java.util.Enumeration [pc: 10, pc: 40] local: i index: 2 type: int [pc: 23, pc: 28] local: dialog index: 3 type: org.eclipse.swt.widgets.Button // Method descriptor #155 (Lorg/eclipse/swt/widgets/Composite;)V // Stack: 3, Locals: 8 private void addOptionalDialogsCheckBoxes(org.eclipse.swt.widgets.Composite parent); 0 invokestatic org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getInstance() : org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [265] 3 astore_2 [context] 4 aload_2 [context] 5 invokevirtual org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getDialogs() : org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType[] [266] 8 astore_3 [dialogs] 9 iconst_0 10 istore 4 [i] 12 goto 113 15 aload_3 [dialogs] 16 iload 4 [i] 18 aaload 19 astore 5 [dialog] 21 aload 5 [dialog] 23 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getCategory() : java.lang.String [268] 26 astore 6 [category] 28 aload 5 [dialog] 30 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getShowCheckbox() : boolean [267] 33 ifeq 110 36 aload 6 [category] 38 ifnull 110 41 aload 6 [category] 43 aload_0 [this] 44 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.categoryId_ : java.lang.String [237] 47 invokevirtual java.lang.String.equals(java.lang.Object) : boolean [241] 50 ifeq 110 53 aload_0 [this] 54 aload_1 [parent] 55 aload 5 [dialog] 57 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getName() : java.lang.String [271] 60 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.createCheckBox(org.eclipse.swt.widgets.Composite, java.lang.String) : org.eclipse.swt.widgets.Button [280] 63 astore 7 [checkBox] 65 aload 7 [checkBox] 67 aload 5 [dialog] 69 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getTooltip() : java.lang.String [272] 72 invokevirtual org.eclipse.swt.widgets.Button.setToolTipText(java.lang.String) : void [254] 75 invokestatic org.eclipse.ui.PlatformUI.getWorkbench() : org.eclipse.ui.IWorkbench [261] 78 invokeinterface org.eclipse.ui.IWorkbench.getHelpSystem() : org.eclipse.ui.help.IWorkbenchHelpSystem [284] [nargs: 1] 83 aload 7 [checkBox] 85 aload 5 [dialog] 87 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getInfopop() : java.lang.String [270] 90 invokeinterface org.eclipse.ui.help.IWorkbenchHelpSystem.setHelp(org.eclipse.swt.widgets.Control, java.lang.String) : void [285] [nargs: 3] 95 aload_0 [this] 96 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 99 aload 5 [dialog] 101 invokevirtual org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType.getId() : java.lang.String [269] 104 aload 7 [checkBox] 106 invokevirtual java.util.Hashtable.put(java.lang.Object, java.lang.Object) : java.lang.Object [246] 109 pop 110 iinc 4 1 [i] 113 iload 4 [i] 115 aload_3 [dialogs] 116 arraylength 117 if_icmplt 15 120 return Line numbers: [pc: 0, line: 147] [pc: 4, line: 148] [pc: 9, line: 150] [pc: 15, line: 152] [pc: 21, line: 153] [pc: 28, line: 155] [pc: 53, line: 157] [pc: 65, line: 158] [pc: 75, line: 159] [pc: 95, line: 160] [pc: 110, line: 150] [pc: 120, line: 163] Local variable table: [pc: 0, pc: 121] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 121] local: parent index: 1 type: org.eclipse.swt.widgets.Composite [pc: 4, pc: 121] local: context index: 2 type: org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [pc: 9, pc: 121] local: dialogs index: 3 type: org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType[] [pc: 12, pc: 120] local: i index: 4 type: int [pc: 21, pc: 110] local: dialog index: 5 type: org.eclipse.wst.command.internal.env.preferences.ActionDialogPreferenceType [pc: 28, pc: 110] local: category index: 6 type: java.lang.String [pc: 65, pc: 110] local: checkBox index: 7 type: org.eclipse.swt.widgets.Button // Method descriptor #172 (Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Button; // Stack: 4, Locals: 4 private org.eclipse.swt.widgets.Button createCheckBox(org.eclipse.swt.widgets.Composite parent, java.lang.String text); 0 new org.eclipse.swt.widgets.Button [120] 3 dup 4 aload_1 [parent] 5 bipush 32 7 invokespecial org.eclipse.swt.widgets.Button(org.eclipse.swt.widgets.Composite, int) [255] 10 astore_3 [button] 11 aload_3 [button] 12 aload_2 [text] 13 invokevirtual org.eclipse.swt.widgets.Button.setText(java.lang.String) : void [253] 16 aload_3 [button] 17 areturn Line numbers: [pc: 0, line: 167] [pc: 11, line: 168] [pc: 16, line: 169] Local variable table: [pc: 0, pc: 18] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 18] local: parent index: 1 type: org.eclipse.swt.widgets.Composite [pc: 0, pc: 18] local: text index: 2 type: java.lang.String [pc: 11, pc: 18] local: button index: 3 type: org.eclipse.swt.widgets.Button // Method descriptor #5 ()V // Stack: 1, Locals: 1 protected void performDefaults(); 0 aload_0 [this] 1 invokespecial org.eclipse.jface.preference.PreferencePage.performDefaults() : void [249] 4 aload_0 [this] 5 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.initializeDefaults() : void [275] 8 return Line numbers: [pc: 0, line: 177] [pc: 4, line: 178] [pc: 8, line: 179] Local variable table: [pc: 0, pc: 9] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage // Method descriptor #6 ()Z // Stack: 1, Locals: 1 public boolean performOk(); 0 aload_0 [this] 1 invokespecial org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.storeValues() : void [277] 4 iconst_1 5 ireturn Line numbers: [pc: 0, line: 187] [pc: 4, line: 188] Local variable table: [pc: 0, pc: 6] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage // Method descriptor #5 ()V // Stack: 1, Locals: 1 protected void performApply(); 0 aload_0 [this] 1 invokevirtual org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.performOk() : boolean [278] 4 pop 5 return Line numbers: [pc: 0, line: 193] [pc: 5, line: 194] Local variable table: [pc: 0, pc: 6] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage // Method descriptor #162 (Lorg/eclipse/ui/IWorkbench;)V // Stack: 0, Locals: 2 public void init(org.eclipse.ui.IWorkbench workbench); 0 return Line numbers: [pc: 0, line: 199] Local variable table: [pc: 0, pc: 1] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 0, pc: 1] local: workbench index: 1 type: org.eclipse.ui.IWorkbench // Method descriptor #5 ()V // Stack: 3, Locals: 6 private void initializeDefaults(); 0 invokestatic org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getInstance() : org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [265] 3 astore_1 [context] 4 aload_0 [this] 5 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 8 invokevirtual java.util.Hashtable.keys() : java.util.Enumeration [244] 11 astore_2 [e] 12 iconst_0 13 istore_3 [i] 14 goto 56 17 aload_2 [e] 18 invokeinterface java.util.Enumeration.nextElement() : java.lang.Object [282] [nargs: 1] 23 checkcast java.lang.String [111] 26 astore 4 [id] 28 aload_0 [this] 29 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 32 aload 4 [id] 34 invokevirtual java.util.Hashtable.get(java.lang.Object) : java.lang.Object [245] 37 checkcast org.eclipse.swt.widgets.Button [120] 40 astore 5 [dialog] 42 aload 5 [dialog] 44 aload_1 [context] 45 aload 4 [id] 47 invokevirtual org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getDefaultBoolean(java.lang.String) : boolean [262] 50 invokevirtual org.eclipse.swt.widgets.Button.setSelection(boolean) : void [252] 53 iinc 3 1 [i] 56 aload_2 [e] 57 invokeinterface java.util.Enumeration.hasMoreElements() : boolean [281] [nargs: 1] 62 ifne 17 65 return Line numbers: [pc: 0, line: 207] [pc: 4, line: 208] [pc: 12, line: 209] [pc: 17, line: 211] [pc: 28, line: 212] [pc: 42, line: 213] [pc: 53, line: 209] [pc: 65, line: 215] Local variable table: [pc: 0, pc: 66] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 4, pc: 66] local: context index: 1 type: org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [pc: 12, pc: 66] local: e index: 2 type: java.util.Enumeration [pc: 14, pc: 65] local: i index: 3 type: int [pc: 28, pc: 53] local: id index: 4 type: java.lang.String [pc: 42, pc: 53] local: dialog index: 5 type: org.eclipse.swt.widgets.Button // Method descriptor #5 ()V // Stack: 3, Locals: 6 private void initializeValues(); 0 invokestatic org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getInstance() : org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [265] 3 astore_1 [context] 4 aload_0 [this] 5 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 8 invokevirtual java.util.Hashtable.keys() : java.util.Enumeration [244] 11 astore_2 [e] 12 iconst_0 13 istore_3 [i] 14 goto 56 17 aload_2 [e] 18 invokeinterface java.util.Enumeration.nextElement() : java.lang.Object [282] [nargs: 1] 23 checkcast java.lang.String [111] 26 astore 4 [id] 28 aload_0 [this] 29 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 32 aload 4 [id] 34 invokevirtual java.util.Hashtable.get(java.lang.Object) : java.lang.Object [245] 37 checkcast org.eclipse.swt.widgets.Button [120] 40 astore 5 [button] 42 aload 5 [button] 44 aload_1 [context] 45 aload 4 [id] 47 invokevirtual org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.isActionDialogEnabled(java.lang.String) : boolean [263] 50 invokevirtual org.eclipse.swt.widgets.Button.setSelection(boolean) : void [252] 53 iinc 3 1 [i] 56 aload_2 [e] 57 invokeinterface java.util.Enumeration.hasMoreElements() : boolean [281] [nargs: 1] 62 ifne 17 65 return Line numbers: [pc: 0, line: 222] [pc: 4, line: 223] [pc: 12, line: 224] [pc: 17, line: 226] [pc: 28, line: 227] [pc: 42, line: 228] [pc: 53, line: 224] [pc: 65, line: 230] Local variable table: [pc: 0, pc: 66] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 4, pc: 66] local: context index: 1 type: org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [pc: 12, pc: 66] local: e index: 2 type: java.util.Enumeration [pc: 14, pc: 65] local: i index: 3 type: int [pc: 28, pc: 53] local: id index: 4 type: java.lang.String [pc: 42, pc: 53] local: button index: 5 type: org.eclipse.swt.widgets.Button // Method descriptor #5 ()V // Stack: 4, Locals: 5 private void storeValues(); 0 invokestatic org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.getInstance() : org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [265] 3 astore_1 [context] 4 aload_0 [this] 5 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 8 invokevirtual java.util.Hashtable.keys() : java.util.Enumeration [244] 11 astore_2 [e] 12 iconst_0 13 istore_3 [i] 14 goto 52 17 aload_2 [e] 18 invokeinterface java.util.Enumeration.nextElement() : java.lang.Object [282] [nargs: 1] 23 checkcast java.lang.String [111] 26 astore 4 [id] 28 aload_1 [context] 29 aload 4 [id] 31 aload_0 [this] 32 getfield org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage.checkBoxes_ : java.util.Hashtable [238] 35 aload 4 [id] 37 invokevirtual java.util.Hashtable.get(java.lang.Object) : java.lang.Object [245] 40 checkcast org.eclipse.swt.widgets.Button [120] 43 invokevirtual org.eclipse.swt.widgets.Button.getSelection() : boolean [251] 46 invokevirtual org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext.setActionDialogEnabled(java.lang.String, boolean) : void [264] 49 iinc 3 1 [i] 52 aload_2 [e] 53 invokeinterface java.util.Enumeration.hasMoreElements() : boolean [281] [nargs: 1] 58 ifne 17 61 return Line numbers: [pc: 0, line: 237] [pc: 4, line: 239] [pc: 12, line: 240] [pc: 17, line: 242] [pc: 28, line: 243] [pc: 49, line: 240] [pc: 61, line: 245] Local variable table: [pc: 0, pc: 62] local: this index: 0 type: org.eclipse.wst.command.internal.env.ui.preferences.ActionDialogsPreferencePage [pc: 4, pc: 62] local: context index: 1 type: org.eclipse.wst.command.internal.env.context.PersistentActionDialogsContext [pc: 12, pc: 62] local: e index: 2 type: java.util.Enumeration [pc: 14, pc: 61] local: i index: 3 type: int [pc: 28, pc: 49] local: id index: 4 type: java.lang.String }