class com.apple.laf.AquaTreeUI$FocusHandler extends javax.swing.plaf.basic.BasicTreeUI$FocusHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTreeUI$FocusHandler
  super_class: javax.swing.plaf.basic.BasicTreeUI$FocusHandler
{
  final com.apple.laf.AquaTreeUI this$0;
    descriptor: Lcom/apple/laf/AquaTreeUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaTreeUI);
    descriptor: (Lcom/apple/laf/AquaTreeUI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
         0: .line 286
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaTreeUI$FocusHandler.this$0:Lcom/apple/laf/AquaTreeUI;
            aload 0 /* this */
            aload 1
            invokespecial javax.swing.plaf.basic.BasicTreeUI$FocusHandler.<init>:(Ljavax/swing/plaf/basic/BasicTreeUI;)V
            return
        end local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTreeUI$FocusHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void focusGained(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 288
            aload 0 /* this */
            aload 1 /* e */
            invokespecial javax.swing.plaf.basic.BasicTreeUI$FocusHandler.focusGained:(Ljava/awt/event/FocusEvent;)V
         1: .line 289
            aload 0 /* this */
            getfield com.apple.laf.AquaTreeUI$FocusHandler.this$0:Lcom/apple/laf/AquaTreeUI;
            invokestatic com.apple.laf.AquaTreeUI.access$0:(Lcom/apple/laf/AquaTreeUI;)Ljavax/swing/JTree;
            invokestatic com.apple.laf.AquaBorder.repaintBorder:(Ljavax/swing/JComponent;)V
         2: .line 290
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTreeUI$FocusHandler;
            0    3     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void focusLost(java.awt.event.FocusEvent);
    descriptor: (Ljava/awt/event/FocusEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 293
            aload 0 /* this */
            aload 1 /* e */
            invokespecial javax.swing.plaf.basic.BasicTreeUI$FocusHandler.focusLost:(Ljava/awt/event/FocusEvent;)V
         1: .line 294
            aload 0 /* this */
            getfield com.apple.laf.AquaTreeUI$FocusHandler.this$0:Lcom/apple/laf/AquaTreeUI;
            invokestatic com.apple.laf.AquaTreeUI.access$0:(Lcom/apple/laf/AquaTreeUI;)Ljavax/swing/JTree;
            invokestatic com.apple.laf.AquaBorder.repaintBorder:(Ljavax/swing/JComponent;)V
         2: .line 295
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaTreeUI$FocusHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTreeUI$FocusHandler;
            0    3     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaTreeUI.java"
NestHost: com.apple.laf.AquaTreeUI
InnerClasses:
  FocusHandler = com.apple.laf.AquaTreeUI$FocusHandler of com.apple.laf.AquaTreeUI
  public FocusHandler = javax.swing.plaf.basic.BasicTreeUI$FocusHandler of javax.swing.plaf.basic.BasicTreeUI