public class sun.tools.jconsole.inspector.XMBeanAttributes extends sun.tools.jconsole.inspector.XTable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jconsole.inspector.XMBeanAttributes
  super_class: sun.tools.jconsole.inspector.XTable
{
  private static final java.lang.String[] columnNames;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private boolean editable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private sun.tools.jconsole.inspector.XMBean mbean;
    descriptor: Lsun/tools/jconsole/inspector/XMBean;
    flags: (0x0002) ACC_PRIVATE

  private javax.management.MBeanInfo mbeanInfo;
    descriptor: Ljavax/management/MBeanInfo;
    flags: (0x0002) ACC_PRIVATE

  private javax.management.MBeanAttributeInfo[] attributesInfo;
    descriptor: [Ljavax/management/MBeanAttributeInfo;
    flags: (0x0002) ACC_PRIVATE

  private java.util.HashMap<java.lang.String, java.lang.Object> attributes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;

  private java.util.HashMap<java.lang.String, java.lang.Object> unavailableAttributes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;

  private java.util.HashMap<java.lang.String, java.lang.Object> viewableAttributes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;

  private java.util.WeakHashMap<sun.tools.jconsole.inspector.XMBean, java.util.HashMap<java.lang.String, sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell>> viewersCache;
    descriptor: Ljava/util/WeakHashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/WeakHashMap<Lsun/tools/jconsole/inspector/XMBean;Ljava/util/HashMap<Ljava/lang/String;Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;>;>;

  private javax.swing.event.TableModelListener attributesListener;
    descriptor: Ljavax/swing/event/TableModelListener;
    flags: (0x0002) ACC_PRIVATE

  private sun.tools.jconsole.MBeansTab mbeansTab;
    descriptor: Lsun/tools/jconsole/MBeansTab;
    flags: (0x0002) ACC_PRIVATE

  private sun.tools.jconsole.inspector.XTable table;
    descriptor: Lsun/tools/jconsole/inspector/XTable;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.table.TableCellEditor valueCellEditor;
    descriptor: Ljavax/swing/table/TableCellEditor;
    flags: (0x0002) ACC_PRIVATE

  private int rowMinHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.tools.jconsole.inspector.XMBeanAttributes$AttributesMouseListener mouseListener;
    descriptor: Lsun/tools/jconsole/inspector/XMBeanAttributes$AttributesMouseListener;
    flags: (0x0002) ACC_PRIVATE

  private static javax.swing.table.TableCellEditor editor;
    descriptor: Ljavax/swing/table/TableCellEditor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 65
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            getstatic sun.tools.jconsole.Messages.NAME:Ljava/lang/String;
            aastore
            dup
            iconst_1
         1: .line 66
            getstatic sun.tools.jconsole.Messages.VALUE:Ljava/lang/String;
            aastore
         2: .line 64
            putstatic sun.tools.jconsole.inspector.XMBeanAttributes.columnNames:[Ljava/lang/String;
         3: .line 86
            new sun.tools.jconsole.inspector.Utils$ReadOnlyTableCellEditor
            dup
            new javax.swing.JTextField
            dup
            invokespecial javax.swing.JTextField.<init>:()V
            invokespecial sun.tools.jconsole.inspector.Utils$ReadOnlyTableCellEditor.<init>:(Ljavax/swing/JTextField;)V
         4: .line 85
            putstatic sun.tools.jconsole.inspector.XMBeanAttributes.editor:Ljavax/swing/table/TableCellEditor;
         5: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.tools.jconsole.MBeansTab);
    descriptor: (Lsun/tools/jconsole/MBeansTab;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // sun.tools.jconsole.MBeansTab mbeansTab
         0: .line 89
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XTable.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_1
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.editable:Z
         2: .line 76
            aload 0 /* this */
         3: .line 77
            new java.util.WeakHashMap
            dup
            invokespecial java.util.WeakHashMap.<init>:()V
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.viewersCache:Ljava/util/WeakHashMap;
         4: .line 81
            aload 0 /* this */
            new sun.tools.jconsole.inspector.XMBeanAttributes$ValueCellEditor
            dup
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XMBeanAttributes$ValueCellEditor.<init>:(Lsun/tools/jconsole/inspector/XMBeanAttributes;)V
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.valueCellEditor:Ljavax/swing/table/TableCellEditor;
         5: .line 82
            aload 0 /* this */
            iconst_m1
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
         6: .line 83
            aload 0 /* this */
            new sun.tools.jconsole.inspector.XMBeanAttributes$AttributesMouseListener
            dup
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XMBeanAttributes$AttributesMouseListener.<init>:(Lsun/tools/jconsole/inspector/XMBeanAttributes;)V
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.mouseListener:Lsun/tools/jconsole/inspector/XMBeanAttributes$AttributesMouseListener;
         7: .line 90
            aload 0 /* this */
            aload 1 /* mbeansTab */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeansTab:Lsun/tools/jconsole/MBeansTab;
         8: .line 91
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            checkcast javax.swing.table.DefaultTableModel
            getstatic sun.tools.jconsole.inspector.XMBeanAttributes.columnNames:[Ljava/lang/String;
            invokevirtual javax.swing.table.DefaultTableModel.setColumnIdentifiers:([Ljava/lang/Object;)V
         9: .line 92
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            aload 0 /* this */
        10: .line 93
            new sun.tools.jconsole.inspector.XMBeanAttributes$AttributesListener
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XMBeanAttributes$AttributesListener.<init>:(Lsun/tools/jconsole/inspector/XMBeanAttributes;Ljava/awt/Component;)V
        11: .line 92
            dup_x1
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesListener:Ljavax/swing/event/TableModelListener;
            invokeinterface javax.swing.table.TableModel.addTableModelListener:(Ljavax/swing/event/TableModelListener;)V
        12: .line 94
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnModel:()Ljavax/swing/table/TableColumnModel;
            iconst_0
            invokeinterface javax.swing.table.TableColumnModel.getColumn:(I)Ljavax/swing/table/TableColumn;
            bipush 40
            invokevirtual javax.swing.table.TableColumn.setPreferredWidth:(I)V
        13: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mouseListener:Lsun/tools/jconsole/inspector/XMBeanAttributes$AttributesMouseListener;
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.addMouseListener:(Ljava/awt/event/MouseListener;)V
        14: .line 97
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getTableHeader:()Ljavax/swing/table/JTableHeader;
            iconst_0
            invokevirtual javax.swing.table.JTableHeader.setReorderingAllowed:(Z)V
        15: .line 98
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setColumnEditors:()V
        16: .line 99
            aload 0 /* this */
            new sun.tools.jconsole.inspector.Utils$CopyKeyAdapter
            dup
            invokespecial sun.tools.jconsole.inspector.Utils$CopyKeyAdapter.<init>:()V
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.addKeyListener:(Ljava/awt/event/KeyListener;)V
        17: .line 100
            return
        end local 1 // sun.tools.jconsole.MBeansTab mbeansTab
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   18     1  mbeansTab  Lsun/tools/jconsole/MBeansTab;
    MethodParameters:
           Name  Flags
      mbeansTab  

  public synchronized java.awt.Component prepareRenderer(javax.swing.table.TableCellRenderer, int, int);
    descriptor: (Ljavax/swing/table/TableCellRenderer;II)Ljava/awt/Component;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // javax.swing.table.TableCellRenderer renderer
        start local 2 // int row
        start local 3 // int column
         0: .line 107
            iload 2 /* row */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getRowCount:()I
            if_icmplt 2
         1: .line 108
            aconst_null
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* renderer */
            iload 2 /* row */
            iload 3 /* column */
            invokespecial sun.tools.jconsole.inspector.XTable.prepareRenderer:(Ljavax/swing/table/TableCellRenderer;II)Ljava/awt/Component;
            areturn
        end local 3 // int column
        end local 2 // int row
        end local 1 // javax.swing.table.TableCellRenderer renderer
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    3     1  renderer  Ljavax/swing/table/TableCellRenderer;
            0    3     2       row  I
            0    3     3    column  I
    MethodParameters:
          Name  Flags
      renderer  
      row       
      column    

  void updateRowHeight(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // java.lang.Object obj
        start local 2 // int row
         0: .line 114
            aconst_null
            astore 3 /* cell */
        start local 3 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         1: .line 115
            aload 1 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 8
         2: .line 116
            aload 1 /* obj */
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 3 /* cell */
         3: .line 117
            aload 3 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isInited:()Z
            ifeq 5
         4: .line 118
            aload 0 /* this */
            iload 2 /* row */
            aload 3 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getHeight:()I
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setRowHeight:(II)V
            goto 10
         5: .line 120
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
            iconst_m1
            if_icmpeq 10
         6: .line 121
            aload 0 /* this */
            iload 2 /* row */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setRowHeight:(II)V
         7: .line 122
            goto 10
         8: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
            iconst_m1
            if_icmpeq 10
         9: .line 124
            aload 0 /* this */
            iload 2 /* row */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setRowHeight:(II)V
        10: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        end local 2 // int row
        end local 1 // java.lang.Object obj
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   11     1   obj  Ljava/lang/Object;
            0   11     2   row  I
            1   11     3  cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
    MethodParameters:
      Name  Flags
      obj   
      row   

  public synchronized javax.swing.table.TableCellRenderer getCellRenderer(int, int);
    descriptor: (II)Ljavax/swing/table/TableCellRenderer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int column
         0: .line 132
            iload 1 /* row */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getRowCount:()I
            if_icmplt 2
         1: .line 133
            aconst_null
            areturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            iload 2 /* column */
            iconst_1
            if_icmpne 11
         3: .line 136
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 1 /* row */
            iload 2 /* column */
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         4: .line 137
            aload 3 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 11
         5: .line 138
            aload 3 /* obj */
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 4 /* cell */
        start local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         6: .line 139
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isInited:()Z
            ifeq 11
         7: .line 141
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getRenderer:()Ljavax/swing/table/TableCellRenderer;
            checkcast javax.swing.table.DefaultTableCellRenderer
         8: .line 140
            astore 5 /* renderer */
        start local 5 // javax.swing.table.DefaultTableCellRenderer renderer
         9: .line 142
            aload 5 /* renderer */
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getToolTip:(II)Ljava/lang/String;
            invokevirtual javax.swing.table.DefaultTableCellRenderer.setToolTipText:(Ljava/lang/String;)V
        10: .line 143
            aload 5 /* renderer */
            areturn
        end local 5 // javax.swing.table.DefaultTableCellRenderer renderer
        end local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        end local 3 // java.lang.Object obj
        11: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* column */
            invokespecial sun.tools.jconsole.inspector.XTable.getCellRenderer:(II)Ljavax/swing/table/TableCellRenderer;
        12: .line 147
            checkcast javax.swing.table.DefaultTableCellRenderer
            astore 3 /* renderer */
        start local 3 // javax.swing.table.DefaultTableCellRenderer renderer
        13: .line 149
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isCellError:(II)Z
            ifne 17
        14: .line 150
            aload 0 /* this */
            iload 2 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifeq 16
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isWritable:(I)Z
            ifeq 16
        15: .line 151
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getClassName:(I)Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.isEditableType:(Ljava/lang/String;)Z
            ifne 17
        16: .line 152
      StackMap locals: javax.swing.table.DefaultTableCellRenderer
      StackMap stack:
            aload 3 /* renderer */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getDefaultColor:()Ljava/awt/Color;
            invokevirtual javax.swing.table.DefaultTableCellRenderer.setForeground:(Ljava/awt/Color;)V
        17: .line 155
      StackMap locals:
      StackMap stack:
            aload 3 /* renderer */
            areturn
        end local 3 // javax.swing.table.DefaultTableCellRenderer renderer
        end local 2 // int column
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   18     1       row  I
            0   18     2    column  I
            4   11     3       obj  Ljava/lang/Object;
            6   11     4      cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
            9   11     5  renderer  Ljavax/swing/table/DefaultTableCellRenderer;
           13   18     3  renderer  Ljavax/swing/table/DefaultTableCellRenderer;
    MethodParameters:
        Name  Flags
      row     
      column  

  private void setColumnEditors();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 160
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnModel:()Ljavax/swing/table/TableColumnModel;
            astore 1 /* tcm */
        start local 1 // javax.swing.table.TableColumnModel tcm
         1: .line 161
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 162
      StackMap locals: javax.swing.table.TableColumnModel int
      StackMap stack:
            aload 1 /* tcm */
            iload 2 /* i */
            invokeinterface javax.swing.table.TableColumnModel.getColumn:(I)Ljavax/swing/table/TableColumn;
            astore 3 /* tc */
        start local 3 // javax.swing.table.TableColumn tc
         4: .line 163
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifeq 7
         5: .line 164
            aload 3 /* tc */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.valueCellEditor:Ljavax/swing/table/TableCellEditor;
            invokevirtual javax.swing.table.TableColumn.setCellEditor:(Ljavax/swing/table/TableCellEditor;)V
         6: .line 165
            goto 8
         7: .line 166
      StackMap locals: javax.swing.table.TableColumn
      StackMap stack:
            aload 3 /* tc */
            getstatic sun.tools.jconsole.inspector.XMBeanAttributes.editor:Ljavax/swing/table/TableCellEditor;
            invokevirtual javax.swing.table.TableColumn.setCellEditor:(Ljavax/swing/table/TableCellEditor;)V
        end local 3 // javax.swing.table.TableColumn tc
         8: .line 161
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            getstatic sun.tools.jconsole.inspector.XMBeanAttributes.columnNames:[Ljava/lang/String;
            arraylength
            if_icmplt 3
        end local 2 // int i
        10: .line 169
            return
        end local 1 // javax.swing.table.TableColumnModel tcm
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            1   11     1   tcm  Ljavax/swing/table/TableColumnModel;
            2   10     2     i  I
            4    8     3    tc  Ljavax/swing/table/TableColumn;

  public void cancelCellEditing();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 172
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getCellEditor:()Ljavax/swing/table/TableCellEditor;
            astore 1 /* editor */
        start local 1 // javax.swing.table.TableCellEditor editor
         1: .line 173
            aload 1 /* editor */
            ifnull 3
         2: .line 174
            aload 1 /* editor */
            invokeinterface javax.swing.table.TableCellEditor.cancelCellEditing:()V
         3: .line 176
      StackMap locals: javax.swing.table.TableCellEditor
      StackMap stack:
            return
        end local 1 // javax.swing.table.TableCellEditor editor
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            1    4     1  editor  Ljavax/swing/table/TableCellEditor;

  public void stopCellEditing();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 179
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getCellEditor:()Ljavax/swing/table/TableCellEditor;
            astore 1 /* editor */
        start local 1 // javax.swing.table.TableCellEditor editor
         1: .line 180
            aload 1 /* editor */
            ifnull 3
         2: .line 181
            aload 1 /* editor */
            invokeinterface javax.swing.table.TableCellEditor.stopCellEditing:()Z
            pop
         3: .line 183
      StackMap locals: javax.swing.table.TableCellEditor
      StackMap stack:
            return
        end local 1 // javax.swing.table.TableCellEditor editor
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            1    4     1  editor  Ljavax/swing/table/TableCellEditor;

  public final boolean editCellAt(int, int, java.util.EventObject);
    descriptor: (IILjava/util/EventObject;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int column
        start local 3 // java.util.EventObject e
         0: .line 186
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* column */
            aload 3 /* e */
            invokespecial sun.tools.jconsole.inspector.XTable.editCellAt:(IILjava/util/EventObject;)Z
            istore 4 /* retVal */
        start local 4 // boolean retVal
         1: .line 187
            iload 4 /* retVal */
            ifeq 6
         2: .line 189
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnModel:()Ljavax/swing/table/TableColumnModel;
            iload 2 /* column */
            invokeinterface javax.swing.table.TableColumnModel.getColumn:(I)Ljavax/swing/table/TableColumn;
            invokevirtual javax.swing.table.TableColumn.getCellEditor:()Ljavax/swing/table/TableCellEditor;
         3: .line 188
            astore 5 /* editor */
        start local 5 // javax.swing.table.TableCellEditor editor
         4: .line 190
            aload 5 /* editor */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.valueCellEditor:Ljavax/swing/table/TableCellEditor;
            if_acmpne 6
         5: .line 191
            aload 5 /* editor */
            checkcast javax.swing.JComponent
            invokevirtual javax.swing.JComponent.requestFocus:()V
        end local 5 // javax.swing.table.TableCellEditor editor
         6: .line 194
      StackMap locals: int
      StackMap stack:
            iload 4 /* retVal */
            ireturn
        end local 4 // boolean retVal
        end local 3 // java.util.EventObject e
        end local 2 // int column
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    7     1     row  I
            0    7     2  column  I
            0    7     3       e  Ljava/util/EventObject;
            1    7     4  retVal  Z
            4    6     5  editor  Ljavax/swing/table/TableCellEditor;
    MethodParameters:
        Name  Flags
      row     
      column  
      e       

  public boolean isCellEditable(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int col
         0: .line 200
            aload 0 /* this */
            iload 2 /* col */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifne 2
         1: .line 201
            iconst_1
            ireturn
         2: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 1 /* row */
            iload 2 /* col */
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         3: .line 205
            aload 3 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 6
         4: .line 206
            aload 3 /* obj */
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 4 /* cell */
        start local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         5: .line 207
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isMaximized:()Z
            ireturn
        end local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         6: .line 209
      StackMap locals: java.lang.Object
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.lang.Object obj
        end local 2 // int col
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    7     1   row  I
            0    7     2   col  I
            3    7     3   obj  Ljava/lang/Object;
            5    6     4  cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
    MethodParameters:
      Name  Flags
      row   
      col   

  public void setValueAt(java.lang.Object, int, int);
    descriptor: (Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // java.lang.Object value
        start local 2 // int row
        start local 3 // int column
         0: .line 214
            aload 0 /* this */
            iload 2 /* row */
            iload 3 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isCellError:(II)Z
            ifne 3
            aload 0 /* this */
            iload 3 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifeq 3
         1: .line 215
            aload 0 /* this */
            iload 2 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isWritable:(I)Z
            ifeq 3
            aload 0 /* this */
            iload 2 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getClassName:(I)Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.isEditableType:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 216
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* row */
            iload 3 /* column */
            invokespecial sun.tools.jconsole.inspector.XTable.setValueAt:(Ljava/lang/Object;II)V
         3: .line 218
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int column
        end local 2 // int row
        end local 1 // java.lang.Object value
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1   value  Ljava/lang/Object;
            0    4     2     row  I
            0    4     3  column  I
    MethodParameters:
        Name  Flags
      value   
      row     
      column  

  public boolean isTableEditable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 223
            iconst_1
            ireturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;

  public void setTableValue(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // java.lang.Object value
        start local 2 // int row
         0: .line 227
            return
        end local 2 // int row
        end local 1 // java.lang.Object value
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    1     1  value  Ljava/lang/Object;
            0    1     2    row  I
    MethodParameters:
       Name  Flags
      value  
      row    

  public boolean isColumnEditable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int column
         0: .line 230
            iload 1 /* column */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnCount:()I
            if_icmpge 2
         1: .line 231
            aload 0 /* this */
            iload 1 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnName:(I)Ljava/lang/String;
            getstatic sun.tools.jconsole.Messages.VALUE:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int column
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    3     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public java.lang.String getClassName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
         0: .line 239
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.convertRowToIndex:(I)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 240
            iload 2 /* index */
            iconst_m1
            if_icmpeq 3
         2: .line 241
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
            iload 2 /* index */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getType:()Ljava/lang/String;
            areturn
         3: .line 244
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int index
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1    row  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      row   

  public java.lang.String getValueName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
         0: .line 250
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.convertRowToIndex:(I)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 251
            iload 2 /* index */
            iconst_m1
            if_icmpeq 3
         2: .line 252
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
            iload 2 /* index */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            areturn
         3: .line 255
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int index
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1    row  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      row   

  public java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
         0: .line 261
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            checkcast javax.swing.table.DefaultTableModel
            iload 1 /* row */
            iconst_1
            invokevirtual javax.swing.table.DefaultTableModel.getValueAt:(II)Ljava/lang/Object;
            areturn
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    1     1   row  I
    MethodParameters:
      Name  Flags
      row   

  public java.lang.String getToolTip(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int column
         0: .line 266
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isCellError:(II)Z
            ifeq 2
         1: .line 267
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.unavailableAttributes:Ljava/util/HashMap;
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getValueName:(I)Ljava/lang/String;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
         2: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* column */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifeq 12
         3: .line 270
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getValue:(I)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 271
            aconst_null
            astore 4 /* tip */
        start local 4 // java.lang.String tip
         5: .line 272
            aload 3 /* value */
            ifnull 11
         6: .line 273
            aload 3 /* value */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 4 /* tip */
         7: .line 274
            aload 0 /* this */
            iload 1 /* row */
            iconst_1
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isAttributeViewable:(II)Z
            ifeq 11
         8: .line 275
            new java.lang.StringBuilder
            dup
            getstatic sun.tools.jconsole.Messages.DOUBLE_CLICK_TO_EXPAND_FORWARD_SLASH_COLLAPSE:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 276
            ldc ". "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* tip */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 275
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* tip */
        11: .line 279
      StackMap locals: java.lang.Object java.lang.String
      StackMap stack:
            aload 4 /* tip */
            areturn
        end local 4 // java.lang.String tip
        end local 3 // java.lang.Object value
        12: .line 282
      StackMap locals:
      StackMap stack:
            iload 2 /* column */
            ifne 16
        13: .line 283
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.convertRowToIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
        14: .line 284
            iload 3 /* index */
            iconst_m1
            if_icmpeq 16
        15: .line 285
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
            iload 3 /* index */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getDescription:()Ljava/lang/String;
            areturn
        end local 3 // int index
        16: .line 288
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int column
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   17     1     row  I
            0   17     2  column  I
            4   12     3   value  Ljava/lang/Object;
            5   12     4     tip  Ljava/lang/String;
           14   16     3   index  I
    MethodParameters:
        Name  Flags
      row     
      column  

  public synchronized boolean isWritable(int);
    descriptor: (I)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
         0: .line 292
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.convertRowToIndex:(I)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 293
            iload 2 /* index */
            iconst_m1
            if_icmpeq 3
         2: .line 294
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
            iload 2 /* index */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.isWritable:()Z
            ireturn
         3: .line 297
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int index
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1    row  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      row   

  public synchronized int getRowCount();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 306
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XTable.getRowCount:()I
            ireturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;

  public synchronized boolean isReadable(int);
    descriptor: (I)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
         0: .line 310
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.convertRowToIndex:(I)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 311
            iload 2 /* index */
            iconst_m1
            if_icmpeq 3
         2: .line 312
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
            iload 2 /* index */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.isReadable:()Z
            ireturn
         3: .line 315
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int index
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1    row  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      row   

  public synchronized boolean isCellError(int, int);
    descriptor: (II)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int col
         0: .line 320
            aload 0 /* this */
            iload 2 /* col */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isColumnEditable:(I)Z
            ifeq 3
         1: .line 321
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.unavailableAttributes:Ljava/util/HashMap;
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getValueName:(I)Ljava/lang/String;
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 320
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int col
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    4     1   row  I
            0    4     2   col  I
    MethodParameters:
      Name  Flags
      row   
      col   

  public synchronized boolean isAttributeViewable(int, int);
    descriptor: (II)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int col
         0: .line 325
            iconst_0
            istore 3 /* isViewable */
        start local 3 // boolean isViewable
         1: .line 326
            iload 2 /* col */
            iconst_1
            if_icmpne 5
         2: .line 327
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 1 /* row */
            iload 2 /* col */
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            astore 4 /* obj */
        start local 4 // java.lang.Object obj
         3: .line 328
            aload 4 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 5
         4: .line 329
            iconst_1
            istore 3 /* isViewable */
        end local 4 // java.lang.Object obj
         5: .line 332
      StackMap locals: int
      StackMap stack:
            iload 3 /* isViewable */
            ireturn
        end local 3 // boolean isViewable
        end local 2 // int col
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    6     1         row  I
            0    6     2         col  I
            1    6     3  isViewable  Z
            3    5     4         obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      row   
      col   

  public void loadAttributes(sun.tools.jconsole.inspector.XMBean, javax.management.MBeanInfo);
    descriptor: (Lsun/tools/jconsole/inspector/XMBean;Ljavax/management/MBeanInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // sun.tools.jconsole.inspector.XMBean mbean
        start local 2 // javax.management.MBeanInfo mbeanInfo
         0: .line 339
            aload 1 /* mbean */
            ifnonnull 1
            return
         1: .line 341
      StackMap locals:
      StackMap stack:
            aload 2 /* mbeanInfo */
            invokevirtual javax.management.MBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
            astore 3 /* attributesInfo */
        start local 3 // javax.management.MBeanAttributeInfo[] attributesInfo
         2: .line 343
            new java.util.HashMap
            dup
            aload 3 /* attributesInfo */
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
         3: .line 342
            astore 4 /* attributes */
        start local 4 // java.util.HashMap attributes
         4: .line 345
            new java.util.HashMap
            dup
            aload 3 /* attributesInfo */
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
         5: .line 344
            astore 5 /* unavailableAttributes */
        start local 5 // java.util.HashMap unavailableAttributes
         6: .line 347
            new java.util.HashMap
            dup
            aload 3 /* attributesInfo */
            arraylength
            invokespecial java.util.HashMap.<init>:(I)V
         7: .line 346
            astore 6 /* viewableAttributes */
        start local 6 // java.util.HashMap viewableAttributes
         8: .line 348
            aconst_null
            astore 7 /* list */
        start local 7 // javax.management.AttributeList list
         9: .line 351
            aload 1 /* mbean */
            aload 3 /* attributesInfo */
            invokevirtual sun.tools.jconsole.inspector.XMBean.getAttributes:([Ljavax/management/MBeanAttributeInfo;)Ljavax/management/AttributeList;
            astore 7 /* list */
        10: .line 352
            goto 29
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean javax.management.MBeanInfo javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap javax.management.AttributeList
      StackMap stack: java.lang.Exception
        11: pop
        12: .line 353
            new javax.management.AttributeList
            dup
            invokespecial javax.management.AttributeList.<init>:()V
            astore 7 /* list */
        13: .line 355
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 28
        15: .line 356
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 9 /* name */
        start local 9 // java.lang.String name
        16: .line 358
            aload 3 /* attributesInfo */
            iload 8 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            astore 9 /* name */
        17: .line 360
            aload 1 /* mbean */
            aload 9 /* name */
            invokevirtual sun.tools.jconsole.inspector.XMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
        18: .line 359
            astore 10 /* value */
        start local 10 // java.lang.Object value
        19: .line 361
            aload 7 /* list */
            new javax.management.Attribute
            dup
            aload 9 /* name */
            aload 10 /* value */
            invokespecial javax.management.Attribute.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            invokevirtual javax.management.AttributeList.add:(Ljavax/management/Attribute;)V
        end local 10 // java.lang.Object value
        20: .line 362
            goto 27
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean javax.management.MBeanInfo javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap javax.management.AttributeList int java.lang.String
      StackMap stack: java.lang.Exception
        21: astore 10 /* ex */
        start local 10 // java.lang.Exception ex
        22: .line 363
            aload 3 /* attributesInfo */
            iload 8 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.isReadable:()Z
            ifeq 27
        23: .line 364
            aload 5 /* unavailableAttributes */
            aload 9 /* name */
        24: .line 365
            aload 10 /* ex */
            invokestatic sun.tools.jconsole.inspector.Utils.getActualException:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        25: .line 366
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
        26: .line 364
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.Exception ex
        end local 9 // java.lang.String name
        27: .line 355
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 8 /* i */
            aload 3 /* attributesInfo */
            arraylength
            if_icmplt 15
        end local 8 // int i
        29: .line 372
      StackMap locals:
      StackMap stack:
            aload 7 /* list */
            invokevirtual javax.management.AttributeList.size:()I
            istore 8 /* att_length */
        start local 8 // int att_length
        30: .line 373
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        31: goto 40
        32: .line 374
      StackMap locals: int int
      StackMap stack:
            aload 7 /* list */
            iload 9 /* i */
            invokevirtual javax.management.AttributeList.get:(I)Ljava/lang/Object;
            checkcast javax.management.Attribute
            astore 10 /* attribute */
        start local 10 // javax.management.Attribute attribute
        33: .line 375
            aload 0 /* this */
            aload 10 /* attribute */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.isViewable:(Ljavax/management/Attribute;)Z
            ifeq 38
        34: .line 376
            aload 6 /* viewableAttributes */
            aload 10 /* attribute */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
        35: .line 377
            aload 10 /* attribute */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
        36: .line 376
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 378
            goto 39
        38: .line 380
      StackMap locals: javax.management.Attribute
      StackMap stack:
            aload 4 /* attributes */
            aload 10 /* attribute */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
            aload 10 /* attribute */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // javax.management.Attribute attribute
        39: .line 373
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 9 /* i */
            iload 8 /* att_length */
            if_icmplt 32
        end local 9 // int i
        41: .line 385
            iload 8 /* att_length */
            aload 3 /* attributesInfo */
            arraylength
            if_icmpge 83
        42: .line 386
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        43: goto 70
        44: .line 387
      StackMap locals:
      StackMap stack:
            aload 3 /* attributesInfo */
            iload 9 /* i */
            aaload
            astore 10 /* attributeInfo */
        start local 10 // javax.management.MBeanAttributeInfo attributeInfo
        45: .line 388
            aload 4 /* attributes */
            aload 10 /* attributeInfo */
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 69
        46: .line 389
            aload 6 /* viewableAttributes */
            aload 10 /* attributeInfo */
        47: .line 390
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        48: .line 389
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
        49: .line 390
            ifne 69
        50: .line 391
            aload 5 /* unavailableAttributes */
            aload 10 /* attributeInfo */
        51: .line 392
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        52: .line 391
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
        53: .line 392
            ifne 69
        54: .line 393
            aload 10 /* attributeInfo */
            invokevirtual javax.management.MBeanAttributeInfo.isReadable:()Z
            ifeq 69
        55: .line 400
            aload 1 /* mbean */
            aload 10 /* attributeInfo */
        56: .line 401
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        57: .line 400
            invokevirtual sun.tools.jconsole.inspector.XMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
        58: .line 399
            astore 11 /* v */
        start local 11 // java.lang.Object v
        59: .line 404
            aload 4 /* attributes */
            aload 10 /* attributeInfo */
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        60: .line 405
            aload 11 /* v */
        61: .line 404
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // java.lang.Object v
        62: .line 406
            goto 69
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean javax.management.MBeanInfo javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap javax.management.AttributeList int int javax.management.MBeanAttributeInfo
      StackMap stack: java.lang.Exception
        63: astore 11 /* e */
        start local 11 // java.lang.Exception e
        64: .line 409
            aload 5 /* unavailableAttributes */
            aload 10 /* attributeInfo */
        65: .line 410
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        66: .line 412
            aload 11 /* e */
            invokestatic sun.tools.jconsole.inspector.Utils.getActualException:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        67: .line 413
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
        68: .line 409
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // java.lang.Exception e
        end local 10 // javax.management.MBeanAttributeInfo attributeInfo
        69: .line 386
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 9 /* i */
            aload 3 /* attributesInfo */
            arraylength
            if_icmplt 44
        end local 9 // int i
        end local 8 // int att_length
        71: .line 419
            goto 83
        72: .line 420
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean javax.management.MBeanInfo javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap javax.management.AttributeList
      StackMap stack: java.lang.Exception
            astore 8 /* e */
        start local 8 // java.lang.Exception e
        73: .line 422
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        74: goto 82
        75: .line 423
      StackMap locals: java.lang.Exception int
      StackMap stack:
            aload 3 /* attributesInfo */
            iload 9 /* i */
            aaload
            astore 10 /* attributeInfo */
        start local 10 // javax.management.MBeanAttributeInfo attributeInfo
        76: .line 424
            aload 10 /* attributeInfo */
            invokevirtual javax.management.MBeanAttributeInfo.isReadable:()Z
            ifeq 81
        77: .line 425
            aload 5 /* unavailableAttributes */
            aload 10 /* attributeInfo */
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
        78: .line 426
            aload 8 /* e */
            invokestatic sun.tools.jconsole.inspector.Utils.getActualException:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        79: .line 427
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
        80: .line 425
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // javax.management.MBeanAttributeInfo attributeInfo
        81: .line 422
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        82: iload 9 /* i */
            aload 3 /* attributesInfo */
            arraylength
            if_icmplt 75
        end local 9 // int i
        end local 8 // java.lang.Exception e
        83: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 8
            monitorenter
        84: .line 436
            aload 0 /* this */
            aload 1 /* mbean */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.mbean:Lsun/tools/jconsole/inspector/XMBean;
        85: .line 437
            aload 0 /* this */
            aload 2 /* mbeanInfo */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeanInfo:Ljavax/management/MBeanInfo;
        86: .line 438
            aload 0 /* this */
            aload 3 /* attributesInfo */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesInfo:[Ljavax/management/MBeanAttributeInfo;
        87: .line 439
            aload 0 /* this */
            aload 4 /* attributes */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.attributes:Ljava/util/HashMap;
        88: .line 440
            aload 0 /* this */
            aload 5 /* unavailableAttributes */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.unavailableAttributes:Ljava/util/HashMap;
        89: .line 441
            aload 0 /* this */
            aload 6 /* viewableAttributes */
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.viewableAttributes:Ljava/util/HashMap;
        90: .line 443
            new sun.tools.jconsole.inspector.XMBeanAttributes$1
            dup
            aload 0 /* this */
            aload 1 /* mbean */
            aload 3 /* attributesInfo */
            aload 4 /* attributes */
            aload 5 /* unavailableAttributes */
            aload 6 /* viewableAttributes */
            invokespecial sun.tools.jconsole.inspector.XMBeanAttributes$1.<init>:(Lsun/tools/jconsole/inspector/XMBeanAttributes;Lsun/tools/jconsole/inspector/XMBean;[Ljavax/management/MBeanAttributeInfo;Ljava/util/HashMap;Ljava/util/HashMap;Ljava/util/HashMap;)V
            invokestatic java.awt.EventQueue.invokeLater:(Ljava/lang/Runnable;)V
        91: .line 434
            aload 8
            monitorexit
        92: goto 95
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean javax.management.MBeanInfo javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap javax.management.AttributeList sun.tools.jconsole.inspector.XMBeanAttributes
      StackMap stack: java.lang.Throwable
        93: aload 8
            monitorexit
        94: athrow
        95: .line 468
      StackMap locals:
      StackMap stack:
            return
        end local 7 // javax.management.AttributeList list
        end local 6 // java.util.HashMap viewableAttributes
        end local 5 // java.util.HashMap unavailableAttributes
        end local 4 // java.util.HashMap attributes
        end local 3 // javax.management.MBeanAttributeInfo[] attributesInfo
        end local 2 // javax.management.MBeanInfo mbeanInfo
        end local 1 // sun.tools.jconsole.inspector.XMBean mbean
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   96     0                   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   96     1                  mbean  Lsun/tools/jconsole/inspector/XMBean;
            0   96     2              mbeanInfo  Ljavax/management/MBeanInfo;
            2   96     3         attributesInfo  [Ljavax/management/MBeanAttributeInfo;
            4   96     4             attributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            6   96     5  unavailableAttributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            8   96     6     viewableAttributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            9   96     7                   list  Ljavax/management/AttributeList;
           14   29     8                      i  I
           16   27     9                   name  Ljava/lang/String;
           19   20    10                  value  Ljava/lang/Object;
           22   27    10                     ex  Ljava/lang/Exception;
           30   71     8             att_length  I
           31   41     9                      i  I
           33   39    10              attribute  Ljavax/management/Attribute;
           43   71     9                      i  I
           45   69    10          attributeInfo  Ljavax/management/MBeanAttributeInfo;
           59   62    11                      v  Ljava/lang/Object;
           64   69    11                      e  Ljava/lang/Exception;
           73   83     8                      e  Ljava/lang/Exception;
           74   83     9                      i  I
           76   81    10          attributeInfo  Ljavax/management/MBeanAttributeInfo;
      Exception table:
        from    to  target  type
           9    10      11  Class java.lang.Exception
          16    20      21  Class java.lang.Exception
          55    62      63  Class java.lang.Exception
          29    71      72  Class java.lang.Exception
          84    92      93  any
          93    94      93  any
    MethodParameters:
           Name  Flags
      mbean      final
      mbeanInfo  

  void collapse(java.lang.String, java.awt.Component);
    descriptor: (Ljava/lang/String;Ljava/awt/Component;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // java.lang.String attributeName
        start local 2 // java.awt.Component c
         0: .line 471
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getSelectedRow:()I
            istore 3 /* row */
        start local 3 // int row
         1: .line 472
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 3 /* row */
            iconst_1
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            astore 4 /* obj */
        start local 4 // java.lang.Object obj
         2: .line 473
            aload 4 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 14
         3: .line 474
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.cancelCellEditing:()V
         4: .line 475
            aload 4 /* obj */
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 5 /* cell */
        start local 5 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         5: .line 476
            aload 5 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.reset:()V
         6: .line 477
            aload 0 /* this */
            iload 3 /* row */
         7: .line 478
            aload 5 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getHeight:()I
         8: .line 477
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setRowHeight:(II)V
         9: .line 479
            aload 0 /* this */
            iload 3 /* row */
        10: .line 480
            iconst_1
        11: .line 479
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.editCellAt:(II)Z
            pop
        12: .line 481
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.invalidate:()V
        13: .line 482
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.repaint:()V
        end local 5 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        14: .line 484
      StackMap locals: int java.lang.Object
      StackMap stack:
            return
        end local 4 // java.lang.Object obj
        end local 3 // int row
        end local 2 // java.awt.Component c
        end local 1 // java.lang.String attributeName
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   15     1  attributeName  Ljava/lang/String;
            0   15     2              c  Ljava/awt/Component;
            1   15     3            row  I
            2   15     4            obj  Ljava/lang/Object;
            5   14     5           cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
    MethodParameters:
               Name  Flags
      attributeName  
      c              final

  sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell updateZoomedCell(int, int);
    descriptor: (II)Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int row
        start local 2 // int col
         0: .line 488
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 1 /* row */
            iconst_1
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         1: .line 489
            aconst_null
            astore 4 /* cell */
        start local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         2: .line 490
            aload 3 /* obj */
            instanceof sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            ifeq 35
         3: .line 491
            aload 3 /* obj */
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 4 /* cell */
         4: .line 492
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isInited:()Z
            ifne 24
         5: .line 493
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getValue:()Ljava/lang/Object;
            astore 5 /* elem */
        start local 5 // java.lang.Object elem
         6: .line 495
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            iload 1 /* row */
         7: .line 496
            iconst_0
         8: .line 495
            invokeinterface javax.swing.table.TableModel.getValueAt:(II)Ljava/lang/Object;
            checkcast java.lang.String
         9: .line 494
            astore 6 /* attributeName */
        start local 6 // java.lang.String attributeName
        10: .line 497
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeansTab:Lsun/tools/jconsole/MBeansTab;
            invokevirtual sun.tools.jconsole.MBeansTab.getDataViewer:()Lsun/tools/jconsole/inspector/XDataViewer;
        11: .line 498
            aload 5 /* elem */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbean:Lsun/tools/jconsole/inspector/XMBean;
            aload 6 /* attributeName */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XDataViewer.createAttributeViewer:(Ljava/lang/Object;Lsun/tools/jconsole/inspector/XMBean;Ljava/lang/String;Ljavax/swing/JTable;)Ljava/awt/Component;
        12: .line 497
            astore 7 /* comp */
        start local 7 // java.awt.Component comp
        13: .line 499
            aload 7 /* comp */
            ifnull 23
        14: .line 500
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
            iconst_m1
            if_icmpne 16
        15: .line 501
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* row */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getRowHeight:(I)I
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
        16: .line 503
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes int int java.lang.Object sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell java.lang.Object java.lang.String java.awt.Component
      StackMap stack:
            aload 4 /* cell */
            aload 0 /* this */
            iload 1 /* row */
            iload 2 /* col */
            invokespecial sun.tools.jconsole.inspector.XTable.getCellRenderer:(II)Ljavax/swing/table/TableCellRenderer;
        17: .line 504
            aload 7 /* comp */
        18: .line 505
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.rowMinHeight:I
        19: .line 503
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.init:(Ljavax/swing/table/TableCellRenderer;Ljava/awt/Component;I)V
        20: .line 508
            aload 7 /* comp */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mouseListener:Lsun/tools/jconsole/inspector/XMBeanAttributes$AttributesMouseListener;
        21: .line 507
            invokestatic sun.tools.jconsole.inspector.XDataViewer.registerForMouseEvent:(Ljava/awt/Component;Ljava/awt/event/MouseListener;)V
        22: .line 509
            goto 24
        23: .line 510
      StackMap locals:
      StackMap stack:
            aload 4 /* cell */
            areturn
        end local 7 // java.awt.Component comp
        end local 6 // java.lang.String attributeName
        end local 5 // java.lang.Object elem
        24: .line 513
      StackMap locals:
      StackMap stack:
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.switchState:()V
        25: .line 514
            aload 0 /* this */
            iload 1 /* row */
        26: .line 515
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getHeight:()I
        27: .line 514
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.setRowHeight:(II)V
        28: .line 517
            aload 4 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isMaximized:()Z
            ifne 33
        29: .line 518
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.cancelCellEditing:()V
        30: .line 520
            aload 0 /* this */
            iload 1 /* row */
        31: .line 521
            iconst_1
        32: .line 520
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.editCellAt:(II)Z
            pop
        33: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.invalidate:()V
        34: .line 525
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.repaint:()V
        35: .line 527
      StackMap locals:
      StackMap stack:
            aload 4 /* cell */
            areturn
        end local 4 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        end local 3 // java.lang.Object obj
        end local 2 // int col
        end local 1 // int row
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   36     0           this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   36     1            row  I
            0   36     2            col  I
            1   36     3            obj  Ljava/lang/Object;
            2   36     4           cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
            6   24     5           elem  Ljava/lang/Object;
           10   24     6  attributeName  Ljava/lang/String;
           13   24     7           comp  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      row   
      col   

  public void refreshAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 531
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeansTab:Lsun/tools/jconsole/MBeansTab;
            invokevirtual sun.tools.jconsole.MBeansTab.getMBeanServerConnection:()Ljavax/management/MBeanServerConnection;
            astore 1 /* mbsc */
        start local 1 // javax.management.MBeanServerConnection mbsc
         1: .line 532
            aload 1 /* mbsc */
            instanceof sun.tools.jconsole.ProxyClient$SnapshotMBeanServerConnection
            ifeq 3
         2: .line 533
            aload 1 /* mbsc */
            checkcast sun.tools.jconsole.ProxyClient$SnapshotMBeanServerConnection
            invokeinterface sun.tools.jconsole.ProxyClient$SnapshotMBeanServerConnection.flush:()V
         3: .line 535
      StackMap locals: javax.management.MBeanServerConnection
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.stopCellEditing:()V
         4: .line 536
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbean:Lsun/tools/jconsole/inspector/XMBean;
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeanInfo:Ljavax/management/MBeanInfo;
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.loadAttributes:(Lsun/tools/jconsole/inspector/XMBean;Ljavax/management/MBeanInfo;)V
         5: .line 537
            return
        end local 1 // javax.management.MBeanServerConnection mbsc
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            1    6     1  mbsc  Ljavax/management/MBeanServerConnection;

  public void emptyTable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 541
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 542
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getModel:()Ljavax/swing/table/TableModel;
            checkcast javax.swing.table.DefaultTableModel
         2: .line 543
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributesListener:Ljavax/swing/event/TableModelListener;
            invokevirtual javax.swing.table.DefaultTableModel.removeTableModelListener:(Ljavax/swing/event/TableModelListener;)V
         3: .line 544
            aload 0 /* this */
            invokespecial sun.tools.jconsole.inspector.XTable.emptyTable:()V
         4: .line 541
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBeanAttributes
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 546
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  private boolean isViewable(javax.management.Attribute);
    descriptor: (Ljavax/management/Attribute;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // javax.management.Attribute attribute
         0: .line 549
            aload 1 /* attribute */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            astore 2 /* data */
        start local 2 // java.lang.Object data
         1: .line 550
            aload 2 /* data */
            invokestatic sun.tools.jconsole.inspector.XDataViewer.isViewableValue:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object data
        end local 1 // javax.management.Attribute attribute
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0    2     1  attribute  Ljavax/management/Attribute;
            1    2     2       data  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      attribute  

  synchronized void removeAttributes();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
         0: .line 555
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributes:Ljava/util/HashMap;
            ifnull 2
         1: .line 556
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.attributes:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         2: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.unavailableAttributes:Ljava/util/HashMap;
            ifnull 4
         3: .line 559
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.unavailableAttributes:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         4: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewableAttributes:Ljava/util/HashMap;
            ifnull 6
         5: .line 562
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewableAttributes:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         6: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.tools.jconsole.inspector.XMBeanAttributes.mbean:Lsun/tools/jconsole/inspector/XMBean;
         7: .line 565
            return
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/tools/jconsole/inspector/XMBeanAttributes;

  private sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell getZoomedCell(sun.tools.jconsole.inspector.XMBean, java.lang.String, java.lang.Object);
    descriptor: (Lsun/tools/jconsole/inspector/XMBean;Ljava/lang/String;Ljava/lang/Object;)Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // sun.tools.jconsole.inspector.XMBean mbean
        start local 2 // java.lang.String attribute
        start local 3 // java.lang.Object value
         0: .line 568
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewersCache:Ljava/util/WeakHashMap;
            dup
            astore 4
            monitorenter
         1: .line 570
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewersCache:Ljava/util/WeakHashMap;
            aload 1 /* mbean */
            invokevirtual java.util.WeakHashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 571
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewersCache:Ljava/util/WeakHashMap;
            aload 1 /* mbean */
            invokevirtual java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.HashMap
            astore 5 /* viewers */
        start local 5 // java.util.HashMap viewers
         3: .line 572
            goto 5
        end local 5 // java.util.HashMap viewers
         4: .line 573
      StackMap locals: java.util.WeakHashMap
      StackMap stack:
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* viewers */
        start local 5 // java.util.HashMap viewers
         5: .line 576
      StackMap locals: java.util.HashMap
      StackMap stack:
            aload 5 /* viewers */
            aload 2 /* attribute */
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 16
         6: .line 577
            aload 5 /* viewers */
            aload 2 /* attribute */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            astore 6 /* cell */
        start local 6 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
         7: .line 578
            aload 6 /* cell */
            aload 3 /* value */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.setValue:(Ljava/lang/Object;)V
         8: .line 579
            aload 6 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.isMaximized:()Z
            ifeq 18
            aload 6 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getType:()I
            iconst_3
            if_icmpeq 18
         9: .line 583
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mbeansTab:Lsun/tools/jconsole/MBeansTab;
            invokevirtual sun.tools.jconsole.MBeansTab.getDataViewer:()Lsun/tools/jconsole/inspector/XDataViewer;
        10: .line 584
            aload 3 /* value */
            aload 1 /* mbean */
            aload 2 /* attribute */
            aload 0 /* this */
        11: .line 583
            invokevirtual sun.tools.jconsole.inspector.XDataViewer.createAttributeViewer:(Ljava/lang/Object;Lsun/tools/jconsole/inspector/XMBean;Ljava/lang/String;Ljavax/swing/JTable;)Ljava/awt/Component;
        12: .line 582
            astore 7 /* comp */
        start local 7 // java.awt.Component comp
        13: .line 585
            aload 6 /* cell */
            aload 6 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getMinRenderer:()Ljavax/swing/table/TableCellRenderer;
            aload 7 /* comp */
            aload 6 /* cell */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.getMinHeight:()I
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.init:(Ljavax/swing/table/TableCellRenderer;Ljava/awt/Component;I)V
        14: .line 586
            aload 7 /* comp */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.mouseListener:Lsun/tools/jconsole/inspector/XMBeanAttributes$AttributesMouseListener;
            invokestatic sun.tools.jconsole.inspector.XDataViewer.registerForMouseEvent:(Ljava/awt/Component;Ljava/awt/event/MouseListener;)V
        end local 7 // java.awt.Component comp
        15: .line 588
            goto 18
        end local 6 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        16: .line 589
      StackMap locals:
      StackMap stack:
            new sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
            dup
            aload 0 /* this */
            aload 3 /* value */
            invokespecial sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell.<init>:(Lsun/tools/jconsole/inspector/XMBeanAttributes;Ljava/lang/Object;)V
            astore 6 /* cell */
        start local 6 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        17: .line 590
            aload 5 /* viewers */
            aload 2 /* attribute */
            aload 6 /* cell */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 592
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanAttributes.viewersCache:Ljava/util/WeakHashMap;
            aload 1 /* mbean */
            aload 5 /* viewers */
            invokevirtual java.util.WeakHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 593
            aload 6 /* cell */
            aload 4
            monitorexit
        20: areturn
        end local 6 // sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell cell
        end local 5 // java.util.HashMap viewers
        21: .line 568
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes sun.tools.jconsole.inspector.XMBean java.lang.String java.lang.Object java.util.WeakHashMap
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
        22: athrow
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String attribute
        end local 1 // sun.tools.jconsole.inspector.XMBean mbean
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   23     1      mbean  Lsun/tools/jconsole/inspector/XMBean;
            0   23     2  attribute  Ljava/lang/String;
            0   23     3      value  Ljava/lang/Object;
            3    4     5    viewers  Ljava/util/HashMap<Ljava/lang/String;Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;>;
            5   21     5    viewers  Ljava/util/HashMap<Ljava/lang/String;Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;>;
            7   16     6       cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
           17   21     6       cell  Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
           13   15     7       comp  Ljava/awt/Component;
      Exception table:
        from    to  target  type
           1    20      21  any
          21    22      21  any
    MethodParameters:
           Name  Flags
      mbean      
      attribute  
      value      

  protected void addTableData(javax.swing.table.DefaultTableModel, sun.tools.jconsole.inspector.XMBean, javax.management.MBeanAttributeInfo[], java.util.HashMap<java.lang.String, java.lang.Object>, java.util.HashMap<java.lang.String, java.lang.Object>, java.util.HashMap<java.lang.String, java.lang.Object>);
    descriptor: (Ljavax/swing/table/DefaultTableModel;Lsun/tools/jconsole/inspector/XMBean;[Ljavax/management/MBeanAttributeInfo;Ljava/util/HashMap;Ljava/util/HashMap;Ljava/util/HashMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=12, args_size=7
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // javax.swing.table.DefaultTableModel tableModel
        start local 2 // sun.tools.jconsole.inspector.XMBean mbean
        start local 3 // javax.management.MBeanAttributeInfo[] attributesInfo
        start local 4 // java.util.HashMap attributes
        start local 5 // java.util.HashMap unavailableAttributes
        start local 6 // java.util.HashMap viewableAttributes
         0: .line 605
            iconst_2
            anewarray java.lang.Object
            astore 7 /* rowData */
        start local 7 // java.lang.Object[] rowData
         1: .line 606
            iconst_0
            istore 8 /* col1Width */
        start local 8 // int col1Width
         2: .line 607
            iconst_0
            istore 9 /* col2Width */
        start local 9 // int col2Width
         3: .line 608
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         4: goto 27
         5: .line 609
      StackMap locals: sun.tools.jconsole.inspector.XMBeanAttributes javax.swing.table.DefaultTableModel sun.tools.jconsole.inspector.XMBean javax.management.MBeanAttributeInfo[] java.util.HashMap java.util.HashMap java.util.HashMap java.lang.Object[] int int int
      StackMap stack:
            aload 7 /* rowData */
            iconst_0
            aload 3 /* attributesInfo */
            iload 10 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            aastore
         6: .line 610
            aload 5 /* unavailableAttributes */
            aload 7 /* rowData */
            iconst_0
            aaload
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 611
            aload 7 /* rowData */
            iconst_1
            getstatic sun.tools.jconsole.Messages.UNAVAILABLE:Ljava/lang/String;
            aastore
         8: .line 612
            goto 16
      StackMap locals:
      StackMap stack:
         9: aload 6 /* viewableAttributes */
            aload 7 /* rowData */
            iconst_0
            aaload
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 15
        10: .line 613
            aload 7 /* rowData */
            iconst_1
            aload 6 /* viewableAttributes */
            aload 7 /* rowData */
            iconst_0
            aaload
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        11: .line 614
            aload 3 /* attributesInfo */
            iload 10 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.isWritable:()Z
            ifeq 13
        12: .line 615
            aload 3 /* attributesInfo */
            iload 10 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getType:()Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.isEditableType:(Ljava/lang/String;)Z
            ifne 16
        13: .line 616
      StackMap locals:
      StackMap stack:
            aload 7 /* rowData */
            iconst_1
            aload 0 /* this */
            aload 2 /* mbean */
            aload 7 /* rowData */
            iconst_0
            aaload
            checkcast java.lang.String
            aload 7 /* rowData */
            iconst_1
            aaload
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getZoomedCell:(Lsun/tools/jconsole/inspector/XMBean;Ljava/lang/String;Ljava/lang/Object;)Lsun/tools/jconsole/inspector/XMBeanAttributes$ZoomedCell;
            aastore
        14: .line 618
            goto 16
        15: .line 619
      StackMap locals:
      StackMap stack:
            aload 7 /* rowData */
            iconst_1
            aload 4 /* attributes */
            aload 7 /* rowData */
            iconst_0
            aaload
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        16: .line 622
      StackMap locals:
      StackMap stack:
            aload 1 /* tableModel */
            aload 7 /* rowData */
            invokevirtual javax.swing.table.DefaultTableModel.addRow:([Ljava/lang/Object;)V
        17: .line 626
            aconst_null
            astore 11 /* str */
        start local 11 // java.lang.String str
        18: .line 627
            aload 7 /* rowData */
            iconst_0
            aaload
            ifnull 22
        19: .line 628
            aload 7 /* rowData */
            iconst_0
            aaload
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 11 /* str */
        20: .line 629
            aload 11 /* str */
            invokevirtual java.lang.String.length:()I
            iload 8 /* col1Width */
            if_icmple 22
        21: .line 630
            aload 11 /* str */
            invokevirtual java.lang.String.length:()I
            istore 8 /* col1Width */
        22: .line 632
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* rowData */
            iconst_1
            aaload
            ifnull 26
        23: .line 633
            aload 7 /* rowData */
            iconst_1
            aaload
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 11 /* str */
        24: .line 634
            aload 11 /* str */
            invokevirtual java.lang.String.length:()I
            iload 9 /* col2Width */
            if_icmple 26
        25: .line 635
            aload 11 /* str */
            invokevirtual java.lang.String.length:()I
            istore 9 /* col2Width */
        end local 11 // java.lang.String str
        26: .line 608
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 10 /* i */
            aload 3 /* attributesInfo */
            arraylength
            if_icmplt 5
        end local 10 // int i
        28: .line 638
            aload 0 /* this */
            iload 8 /* col1Width */
            iload 9 /* col2Width */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.updateColumnWidth:(II)V
        29: .line 639
            return
        end local 9 // int col2Width
        end local 8 // int col1Width
        end local 7 // java.lang.Object[] rowData
        end local 6 // java.util.HashMap viewableAttributes
        end local 5 // java.util.HashMap unavailableAttributes
        end local 4 // java.util.HashMap attributes
        end local 3 // javax.management.MBeanAttributeInfo[] attributesInfo
        end local 2 // sun.tools.jconsole.inspector.XMBean mbean
        end local 1 // javax.swing.table.DefaultTableModel tableModel
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   30     0                   this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   30     1             tableModel  Ljavax/swing/table/DefaultTableModel;
            0   30     2                  mbean  Lsun/tools/jconsole/inspector/XMBean;
            0   30     3         attributesInfo  [Ljavax/management/MBeanAttributeInfo;
            0   30     4             attributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            0   30     5  unavailableAttributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            0   30     6     viewableAttributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
            1   30     7                rowData  [Ljava/lang/Object;
            2   30     8              col1Width  I
            3   30     9              col2Width  I
            4   28    10                      i  I
           18   26    11                    str  Ljava/lang/String;
    Signature: (Ljavax/swing/table/DefaultTableModel;Lsun/tools/jconsole/inspector/XMBean;[Ljavax/management/MBeanAttributeInfo;Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
                       Name  Flags
      tableModel             
      mbean                  
      attributesInfo         
      attributes             
      unavailableAttributes  
      viewableAttributes     

  private void updateColumnWidth(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
        start local 1 // int col1Width
        start local 2 // int col2Width
         0: .line 642
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getColumnModel:()Ljavax/swing/table/TableColumnModel;
            astore 3 /* colModel */
        start local 3 // javax.swing.table.TableColumnModel colModel
         1: .line 645
            iload 1 /* col1Width */
            bipush 7
            imul
            istore 1 /* col1Width */
         2: .line 646
            iload 2 /* col2Width */
            bipush 7
            imul
            istore 2 /* col2Width */
         3: .line 647
            iload 1 /* col1Width */
            iload 2 /* col2Width */
            iadd
         4: .line 648
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getPreferredScrollableViewportSize:()Ljava/awt/Dimension;
            invokevirtual java.awt.Dimension.getWidth:()D
            d2i
            if_icmpge 8
         5: .line 649
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.XMBeanAttributes.getPreferredScrollableViewportSize:()Ljava/awt/Dimension;
            invokevirtual java.awt.Dimension.getWidth:()D
            d2i
         6: .line 650
            iload 1 /* col1Width */
         7: .line 649
            isub
            istore 2 /* col2Width */
         8: .line 652
      StackMap locals: javax.swing.table.TableColumnModel
      StackMap stack:
            aload 3 /* colModel */
            iconst_0
            invokeinterface javax.swing.table.TableColumnModel.getColumn:(I)Ljavax/swing/table/TableColumn;
            bipush 50
            invokevirtual javax.swing.table.TableColumn.setPreferredWidth:(I)V
         9: .line 653
            return
        end local 3 // javax.swing.table.TableColumnModel colModel
        end local 2 // int col2Width
        end local 1 // int col1Width
        end local 0 // sun.tools.jconsole.inspector.XMBeanAttributes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/tools/jconsole/inspector/XMBeanAttributes;
            0   10     1  col1Width  I
            0   10     2  col2Width  I
            1   10     3   colModel  Ljavax/swing/table/TableColumnModel;
    MethodParameters:
           Name  Flags
      col1Width  
      col2Width  
}
SourceFile: "XMBeanAttributes.java"
NestMembers:
  sun.tools.jconsole.inspector.XMBeanAttributes$1  sun.tools.jconsole.inspector.XMBeanAttributes$AttributesListener  sun.tools.jconsole.inspector.XMBeanAttributes$AttributesListener$1  sun.tools.jconsole.inspector.XMBeanAttributes$AttributesMouseListener  sun.tools.jconsole.inspector.XMBeanAttributes$MaximizedCellRenderer  sun.tools.jconsole.inspector.XMBeanAttributes$ValueCellEditor  sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell
InnerClasses:
  public abstract SnapshotMBeanServerConnection = sun.tools.jconsole.ProxyClient$SnapshotMBeanServerConnection of sun.tools.jconsole.ProxyClient
  public CopyKeyAdapter = sun.tools.jconsole.inspector.Utils$CopyKeyAdapter of sun.tools.jconsole.inspector.Utils
  public ReadOnlyTableCellEditor = sun.tools.jconsole.inspector.Utils$ReadOnlyTableCellEditor of sun.tools.jconsole.inspector.Utils
  sun.tools.jconsole.inspector.XMBeanAttributes$1
  AttributesListener = sun.tools.jconsole.inspector.XMBeanAttributes$AttributesListener of sun.tools.jconsole.inspector.XMBeanAttributes
  AttributesMouseListener = sun.tools.jconsole.inspector.XMBeanAttributes$AttributesMouseListener of sun.tools.jconsole.inspector.XMBeanAttributes
  MaximizedCellRenderer = sun.tools.jconsole.inspector.XMBeanAttributes$MaximizedCellRenderer of sun.tools.jconsole.inspector.XMBeanAttributes
  ValueCellEditor = sun.tools.jconsole.inspector.XMBeanAttributes$ValueCellEditor of sun.tools.jconsole.inspector.XMBeanAttributes
  ZoomedCell = sun.tools.jconsole.inspector.XMBeanAttributes$ZoomedCell of sun.tools.jconsole.inspector.XMBeanAttributes