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 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.this$0:Lsun/jvm/hotspot/ui/treetable/JTreeTable;
1: aload 0
invokespecial javax.swing.tree.DefaultTreeSelectionModel.<init>:()V
2: aload 0
invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.getListSelectionModel:()Ljavax/swing/ListSelectionModel;
3: aload 0
invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.createListSelectionListener:()Ljavax/swing/event/ListSelectionListener;
4: invokeinterface javax.swing.ListSelectionModel.addListSelectionListener:(Ljavax/swing/event/ListSelectionListener;)V
5: return
end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
areturn
end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
ifne 8
1: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
2: aload 0
invokespecial javax.swing.tree.DefaultTreeSelectionModel.resetRowSelection:()V
3: goto 7
4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
5: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
6: aload 1
athrow
7: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
8: StackMap locals:
StackMap stack:
return
end local 0 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 0: new sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler
dup
aload 0
invokespecial sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler.<init>:(Lsun/jvm/hotspot/ui/treetable/JTreeTable$ListToTreeSelectionModelWrapper;)V
areturn
end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
ifne 21
1: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
2: aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
invokevirtual javax.swing.DefaultListSelectionModel.getMinSelectionIndex:()I
istore 1
start local 1 3: aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
invokevirtual javax.swing.DefaultListSelectionModel.getMaxSelectionIndex:()I
istore 2
start local 2 4: aload 0
invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.clearSelection:()V
5: iload 1
iconst_m1
if_icmpeq 20
iload 2
iconst_m1
if_icmpeq 20
6: iload 1
istore 3
start local 3 7: goto 15
8: StackMap locals: int int int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.listSelectionModel:Ljavax/swing/DefaultListSelectionModel;
iload 3
invokevirtual javax.swing.DefaultListSelectionModel.isSelectedIndex:(I)Z
ifeq 14
9: aload 0
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: iload 3
11: invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$TreeTableCellRenderer.getPathForRow:(I)Ljavax/swing/tree/TreePath;
astore 4
start local 4 12: aload 4
ifnull 14
13: aload 0
aload 4
invokevirtual sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.addSelectionPath:(Ljavax/swing/tree/TreePath;)V
end local 4 14: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
15: iload 3
iload 2
if_icmple 8
end local 3 end local 2 end local 1 16: goto 20
17: StackMap locals: sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper
StackMap stack: java.lang.Throwable
astore 5
18: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
19: aload 5
athrow
20: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.jvm.hotspot.ui.treetable.JTreeTable$ListToTreeSelectionModelWrapper.updatingListSelectionModel:Z
21: StackMap locals:
StackMap stack:
return
end local 0 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