class sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell
  super_class: java.lang.Object
{
  javax.swing.table.TableCellRenderer minRenderer;
    descriptor: Ljavax/swing/table/TableCellRenderer;
    flags: (0x0000) 

  sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCellRenderer maxRenderer;
    descriptor: Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCellRenderer;
    flags: (0x0000) 

  int minHeight;
    descriptor: I
    flags: (0x0000) 

  boolean minimized;
    descriptor: Z
    flags: (0x0000) 

  boolean init;
    descriptor: Z
    flags: (0x0000) 

  java.lang.Object userData;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  final sun.tools.jconsole.inspector.XMBeanNotifications this$0;
    descriptor: Lsun/tools/jconsole/inspector/XMBeanNotifications;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.tools.jconsole.inspector.XMBeanNotifications, java.lang.Object, java.awt.Component);
    descriptor: (Lsun/tools/jconsole/inspector/XMBeanNotifications;Ljava/lang/Object;Ljava/awt/Component;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
        start local 2 // java.lang.Object userData
        start local 3 // java.awt.Component max
         0: .line 456
            aload 0 /* this */
            aload 1
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.this$0:Lsun/tools/jconsole/inspector/XMBeanNotifications;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 452
            aload 0 /* this */
            iconst_1
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
         2: .line 453
            aload 0 /* this */
            iconst_0
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.init:Z
         3: .line 457
            aload 0 /* this */
            aload 2 /* userData */
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
         4: .line 458
            aload 0 /* this */
            new sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCellRenderer
            dup
            aload 1
            aload 3 /* max */
            invokespecial sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCellRenderer.<init>:(Lsun/tools/jconsole/inspector/XMBeanNotifications;Ljava/awt/Component;)V
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.maxRenderer:Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCellRenderer;
         5: .line 460
            return
        end local 3 // java.awt.Component max
        end local 2 // java.lang.Object userData
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;
            0    6     2  userData  Ljava/lang/Object;
            0    6     3       max  Ljava/awt/Component;
    MethodParameters:
          Name  Flags
      this$0    final
      userData  
      max       

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 464
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            ifnonnull 2
         1: .line 465
            aconst_null
            areturn
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 7
         3: .line 469
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.getArrayClassName:(Ljava/lang/String;)Ljava/lang/String;
         4: .line 468
            astore 1 /* name */
        start local 1 // java.lang.String name
         5: .line 470
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            invokestatic java.lang.reflect.Array.getLength:(Ljava/lang/Object;)I
            istore 2 /* length */
        start local 2 // int length
         6: .line 471
            new java.lang.StringBuilder
            dup
            aload 1 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // int length
        end local 1 // java.lang.String name
         7: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            instanceof javax.management.openmbean.CompositeData
            ifne 9
         8: .line 475
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            instanceof javax.management.openmbean.TabularData
            ifeq 10
         9: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        10: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.userData:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;
            5    7     1    name  Ljava/lang/String;
            6    7     2  length  I

  boolean isInited();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 483
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.init:Z
            ireturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  void init(javax.swing.table.TableCellRenderer, int);
    descriptor: (Ljavax/swing/table/TableCellRenderer;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
        start local 1 // javax.swing.table.TableCellRenderer minRenderer
        start local 2 // int minHeight
         0: .line 487
            aload 0 /* this */
            aload 1 /* minRenderer */
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minRenderer:Ljavax/swing/table/TableCellRenderer;
         1: .line 488
            aload 0 /* this */
            iload 2 /* minHeight */
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minHeight:I
         2: .line 489
            aload 0 /* this */
            iconst_1
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.init:Z
         3: .line 490
            return
        end local 2 // int minHeight
        end local 1 // javax.swing.table.TableCellRenderer minRenderer
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;
            0    4     1  minRenderer  Ljavax/swing/table/TableCellRenderer;
            0    4     2    minHeight  I
    MethodParameters:
             Name  Flags
      minRenderer  
      minHeight    

  void switchState();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 493
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell
         1: iconst_1
      StackMap locals: sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell
      StackMap stack: sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell int
         2: putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
         3: .line 494
            return
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  boolean isMaximized();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 497
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  void minimize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 501
            aload 0 /* this */
            iconst_1
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
         1: .line 502
            return
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  void maximize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 505
            aload 0 /* this */
            iconst_0
            putfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
         1: .line 506
            return
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  int getHeight();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 509
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
            ifeq 2
         1: .line 510
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minHeight:I
            ireturn
         2: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.maxRenderer:Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCellRenderer;
            invokevirtual sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCellRenderer.getComponent:()Ljava/awt/Component;
         3: .line 513
            invokevirtual java.awt.Component.getPreferredSize:()Ljava/awt/Dimension;
            invokevirtual java.awt.Dimension.getHeight:()D
            d2i
         4: .line 512
            ireturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;

  javax.swing.table.TableCellRenderer getRenderer();
    descriptor: ()Ljavax/swing/table/TableCellRenderer;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
         0: .line 518
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minimized:Z
            ifeq 2
         1: .line 519
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.minRenderer:Ljavax/swing/table/TableCellRenderer;
            areturn
         2: .line 521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell.maxRenderer:Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCellRenderer;
            areturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jconsole/inspector/XMBeanNotifications$UserDataCell;
}
SourceFile: "XMBeanNotifications.java"
NestHost: sun.tools.jconsole.inspector.XMBeanNotifications
InnerClasses:
  UserDataCell = sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCell of sun.tools.jconsole.inspector.XMBeanNotifications
  UserDataCellRenderer = sun.tools.jconsole.inspector.XMBeanNotifications$UserDataCellRenderer of sun.tools.jconsole.inspector.XMBeanNotifications