class sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper extends javax.swing.tree.DefaultTreeSelectionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper
  super_class: javax.swing.tree.DefaultTreeSelectionModel
{
  protected boolean updatingListSelectionModel;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  final sun.jvm.hotspot.ui.treetable.JTreeTable this$0;
    descriptor: Lsun/jvm/hotspot/ui/treetable/JTreeTable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.jvm.hotspot.ui.treetable.JTreeTable);
    descriptor: (Lsun/jvm/hotspot/ui/treetable/JTreeTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
         0: .line 497
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.this$0:Lsun/jvm/hotspot/ui/treetable/JTreeTable;
         1: .line 498
            aload 0 /* this */
            invokespecial javax.swing.tree.DefaultTreeSelectionModel.<init>:()V
         2: .line 499
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.getListSelectionModel:()Ljavax/swing/ListSelectionModel;
         3: .line 500
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.createListSelectionListener:()Ljavax/swing/event/ListSelectionListener;
         4: .line 499
            invokeinterface javax.swing.ListSelectionModel.addListSelectionListener:(Ljavax/swing/event/ListSelectionListener;)V
         5: .line 501
            return
        end local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;
    MethodParameters:
        Name  Flags
      this$0  final

  javax.swing.ListSelectionModel getListSelectionModel();
    descriptor: ()Ljavax/swing/ListSelectionModel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
         0: .line 509
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
            areturn
        end local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;

  public void resetRowSelection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
         0: .line 518
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
            ifne 8
         1: .line 519
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
         2: .line 521
            aload 0 /* this */
            invokespecial javax.swing.tree.DefaultTreeSelectionModel.resetRowSelection:()V
         3: .line 522
            goto 7
         4: .line 523
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 524
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
         6: .line 525
            aload 1
            athrow
         7: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
         8: .line 532
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;
      Exception table:
        from    to  target  type
           2     4       4  any

  protected javax.swing.event.ListSelectionListener createListSelectionListener();
    descriptor: ()Ljavax/swing/event/ListSelectionListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
         0: .line 538
            new sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler.<init>:(Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;)V
            areturn
        end local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;

  protected void updateSelectedPathsFromSelectedRows();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
         0: .line 547
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
            ifne 21
         1: .line 548
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
         2: .line 552
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
            invokevirtual javax.swing.DefaultListSelectionModel.getMinSelectionIndex:()I
            istore 1 /* min */
        start local 1 // int min
         3: .line 553
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
            invokevirtual javax.swing.DefaultListSelectionModel.getMaxSelectionIndex:()I
            istore 2 /* max */
        start local 2 // int max
         4: .line 555
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.clearSelection:()V
         5: .line 556
            iload 1 /* min */
            iconst_m1
            if_icmpeq 20
            iload 2 /* max */
            iconst_m1
            if_icmpeq 20
         6: .line 557
            iload 1 /* min */
            istore 3 /* counter */
        start local 3 // int counter
         7: goto 15
         8: .line 558
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
            iload 3 /* counter */
            invokevirtual javax.swing.DefaultListSelectionModel.isSelectedIndex:(I)Z
            ifeq 14
         9: .line 559
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.this$0:Lsun/jvm/hotspot/ui/treetable/JTreeTable;
            getfield sun.jvm.hotspot.ui.treetable.JTreeTable.tree:Lsun/jvm/hotspot/ui/treetable/JTreeTable$TreeTableCellRenderer;
        10: .line 560
            iload 3 /* counter */
        11: .line 559
            invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$TreeTableCellRenderer.getPathForRow:(I)Ljavax/swing/tree/TreePath;
            astore 4 /* selPath */
        start local 4 // javax.swing.tree.TreePath selPath
        12: .line 562
            aload 4 /* selPath */
            ifnull 14
        13: .line 563
            aload 0 /* this */
            aload 4 /* selPath */
            invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.addSelectionPath:(Ljavax/swing/tree/TreePath;)V
        end local 4 // javax.swing.tree.TreePath selPath
        14: .line 557
      StackMap locals:
      StackMap stack:
            iinc 3 /* counter */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* counter */
            iload 2 /* max */
            if_icmple 8
        end local 3 // int counter
        end local 2 // int max
        end local 1 // int min
        16: .line 568
            goto 20
        17: .line 569
      StackMap locals: sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper
      StackMap stack: java.lang.Throwable
            astore 5
        18: .line 570
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
        19: .line 571
            aload 5
            athrow
        20: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
        21: .line 573
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;
            3   16     1      min  I
            4   16     2      max  I
            7   16     3  counter  I
           12   14     4  selPath  Ljavax/swing/tree/TreePath;
      Exception table:
        from    to  target  type
           2    17      17  any
}
SourceFile: "JTreeTable.java"
NestHost: sun.jvm.hotspot.ui.treetable.JTreeTable
InnerClasses:
  ListToTreeSelectionModelWrapper = sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper of sun.jvm.hotspot.ui.treetable.JTreeTable
  ListSelectionHandler = sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler of sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper
  public TreeTableCellRenderer = sun.jvm.hotspot.ui.treetable.JTreeTable$TreeTableCellRenderer of sun.jvm.hotspot.ui.treetable.JTreeTable