class com.apple.laf.AquaFileChooserUI$1 implements javax.swing.event.AncestorListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$1
  super_class: java.lang.Object
{
  final com.apple.laf.AquaFileChooserUI this$0;
    descriptor: Lcom/apple/laf/AquaFileChooserUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaFileChooserUI);
    descriptor: (Lcom/apple/laf/AquaFileChooserUI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$1 this
         0: .line 173
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$1.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaFileChooserUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void ancestorAdded(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$1 this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 176
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$1.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$1.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.setFocusForMode:(Ljavax/swing/JFileChooser;)V
         1: .line 178
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$1.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$1.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.setDefaultButtonForMode:(Ljavax/swing/JFileChooser;)V
         2: .line 179
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaFileChooserUI$1;
            0    3     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void ancestorRemoved(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$1 this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 182
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$1;
            0    1     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void ancestorMoved(javax.swing.event.AncestorEvent);
    descriptor: (Ljavax/swing/event/AncestorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$1 this
        start local 1 // javax.swing.event.AncestorEvent e
         0: .line 185
            return
        end local 1 // javax.swing.event.AncestorEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$1;
            0    1     1     e  Ljavax/swing/event/AncestorEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaFileChooserUI.java"
EnclosingMethod: com.apple.laf.AquaFileChooserUI.installListeners:(Ljavax/swing/JFileChooser;)V
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  com.apple.laf.AquaFileChooserUI$1