class com.apple.laf.AquaTabbedPaneUI$2 implements javax.swing.event.ChangeListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.apple.laf.AquaTabbedPaneUI$2
super_class: java.lang.Object
{
final com.apple.laf.AquaTabbedPaneUI this$0;
descriptor: Lcom/apple/laf/AquaTabbedPaneUI;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.apple.laf.AquaTabbedPaneUI);
descriptor: (Lcom/apple/laf/AquaTabbedPaneUI;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.apple.laf.AquaTabbedPaneUI$2 this
0: .line 811
aload 0 /* this */
aload 1
putfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.apple.laf.AquaTabbedPaneUI$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaTabbedPaneUI$2;
MethodParameters:
Name Flags
this$0 final
public void stateChanged(javax.swing.event.ChangeEvent);
descriptor: (Ljavax/swing/event/ChangeEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.apple.laf.AquaTabbedPaneUI$2 this
start local 1 // javax.swing.event.ChangeEvent e
0: .line 813
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
invokevirtual javax.swing.JTabbedPane.getSelectedIndex:()I
invokevirtual com.apple.laf.AquaTabbedPaneUI.isTabVisible:(I)Z
ifne 1
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
iconst_1
putfield com.apple.laf.AquaTabbedPaneUI.popupSelectionChanged:Z
1: .line 814
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
invokevirtual javax.swing.JTabbedPane.revalidate:()V
2: .line 815
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneUI$2.this$0:Lcom/apple/laf/AquaTabbedPaneUI;
getfield com.apple.laf.AquaTabbedPaneUI.tabPane:Ljavax/swing/JTabbedPane;
invokevirtual javax.swing.JTabbedPane.repaint:()V
3: .line 816
return
end local 1 // javax.swing.event.ChangeEvent e
end local 0 // com.apple.laf.AquaTabbedPaneUI$2 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/apple/laf/AquaTabbedPaneUI$2;
0 4 1 e Ljavax/swing/event/ChangeEvent;
MethodParameters:
Name Flags
e final
}
SourceFile: "AquaTabbedPaneUI.java"
EnclosingMethod: com.apple.laf.AquaTabbedPaneUI.createChangeListener:()Ljavax/swing/event/ChangeListener;
NestHost: com.apple.laf.AquaTabbedPaneUI
InnerClasses:
com.apple.laf.AquaTabbedPaneUI$2