public class com.apple.laf.AquaFileChooserUI$SaveTextFocusListener implements java.awt.event.FocusListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$SaveTextFocusListener
  super_class: java.lang.Object
{
  final com.apple.laf.AquaFileChooserUI this$0;
    descriptor: Lcom/apple/laf/AquaFileChooserUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(com.apple.laf.AquaFileChooserUI);
    descriptor: (Lcom/apple/laf/AquaFileChooserUI;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$SaveTextFocusListener this
         0: .line 617
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$SaveTextFocusListener.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaFileChooserUI$SaveTextFocusListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$SaveTextFocusListener;
    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.AquaFileChooserUI$SaveTextFocusListener this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 619
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$SaveTextFocusListener.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$SaveTextFocusListener.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.updateButtonState:(Ljavax/swing/JFileChooser;)V
         1: .line 620
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$SaveTextFocusListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFileChooserUI$SaveTextFocusListener;
            0    2     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=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$SaveTextFocusListener this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 625
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$SaveTextFocusListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$SaveTextFocusListener;
            0    1     1     e  Ljava/awt/event/FocusEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  protected SaveTextFocusListener = com.apple.laf.AquaFileChooserUI$SaveTextFocusListener of com.apple.laf.AquaFileChooserUI