class com.apple.laf.AquaFileChooserUI$CustomFilePanel extends com.apple.laf.AquaFileChooserUI$FCSubpanel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$CustomFilePanel
  super_class: com.apple.laf.AquaFileChooserUI$FCSubpanel
{
  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$CustomFilePanel this
         0: .line 1968
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            aload 1
            invokespecial com.apple.laf.AquaFileChooserUI$FCSubpanel.<init>:(Lcom/apple/laf/AquaFileChooserUI;)V
            return
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
    MethodParameters:
        Name  Flags
      this$0  final

  void installPanel(javax.swing.JFileChooser, boolean);
    descriptor: (Ljavax/swing/JFileChooser;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // boolean controlButtonsAreShown
         0: .line 1970
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fTextfieldPanel:Ljavax/swing/JPanel;
            iconst_1
            invokevirtual javax.swing.JPanel.setVisible:(Z)V
         1: .line 1971
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fOpenButton:Ljavax/swing/JButton;
            iconst_0
            invokevirtual javax.swing.JButton.setVisible:(Z)V
         2: .line 1972
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fNewFolderButton:Ljavax/swing/JButton;
            iconst_1
            invokevirtual javax.swing.JButton.setVisible:(Z)V
         3: .line 1973
            return
        end local 2 // boolean controlButtonsAreShown
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0    4     1                      fc  Ljavax/swing/JFileChooser;
            0    4     2  controlButtonsAreShown  Z
    MethodParameters:
                        Name  Flags
      fc                      final
      controlButtonsAreShown  final

  boolean inOpenDirectoryMode(javax.swing.JFileChooser, java.io.File);
    descriptor: (Ljavax/swing/JFileChooser;Ljava/io/File;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // java.io.File f
         0: .line 1980
            aload 2 /* f */
            ifnull 1
            aload 1 /* fc */
            aload 2 /* f */
            invokevirtual javax.swing.JFileChooser.isTraversable:(Ljava/io/File;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* selectionIsDirectory */
        start local 3 // boolean selectionIsDirectory
         3: .line 1981
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.hasFocus:()Z
            ifeq 4
            iload 3 /* selectionIsDirectory */
            ireturn
         4: .line 1982
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.textfieldIsValid:()Z
            ifeq 5
            iconst_0
            ireturn
         5: .line 1983
      StackMap locals:
      StackMap stack:
            iload 3 /* selectionIsDirectory */
            ireturn
        end local 3 // boolean selectionIsDirectory
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0    6     1                    fc  Ljavax/swing/JFileChooser;
            0    6     2                     f  Ljava/io/File;
            3    6     3  selectionIsDirectory  Z
    MethodParameters:
      Name  Flags
      fc    final
      f     final

  void approveSelection(javax.swing.JFileChooser);
    descriptor: (Ljavax/swing/JFileChooser;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
         0: .line 1988
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFirstSelectedItem:()Ljava/io/File;
            astore 2 /* f */
        start local 2 // java.io.File f
         1: .line 1989
            aload 0 /* this */
            aload 1 /* fc */
            aload 2 /* f */
            invokevirtual com.apple.laf.AquaFileChooserUI$CustomFilePanel.inOpenDirectoryMode:(Ljavax/swing/JFileChooser;Ljava/io/File;)Z
            ifeq 4
         2: .line 1990
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 2 /* f */
            invokevirtual com.apple.laf.AquaFileChooserUI.openDirectory:(Ljava/io/File;)Z
            pop
         3: .line 1991
            goto 10
         4: .line 1992
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* fc */
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileName:()Ljava/lang/String;
            invokevirtual com.apple.laf.AquaFileChooserUI.makeFile:(Ljavax/swing/JFileChooser;Ljava/lang/String;)Ljava/io/File;
            astore 2 /* f */
         5: .line 1993
            aload 2 /* f */
            ifnull 9
         6: .line 1994
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            iconst_1
            putfield com.apple.laf.AquaFileChooserUI.selectionInProgress:Z
         7: .line 1995
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            aload 2 /* f */
            invokevirtual javax.swing.JFileChooser.setSelectedFile:(Ljava/io/File;)V
         8: .line 1996
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            iconst_0
            putfield com.apple.laf.AquaFileChooserUI.selectionInProgress:Z
         9: .line 1998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.approveSelection:()V
        10: .line 2000
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0   11     1    fc  Ljavax/swing/JFileChooser;
            1   11     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      fc    final

  void updateButtonState(javax.swing.JFileChooser, java.io.File);
    descriptor: (Ljavax/swing/JFileChooser;Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // java.io.File f
         0: .line 2006
            iconst_1
            istore 3 /* enabled */
        start local 3 // boolean enabled
         1: .line 2007
            aload 0 /* this */
            aload 1 /* fc */
            aload 2 /* f */
            invokevirtual com.apple.laf.AquaFileChooserUI$CustomFilePanel.inOpenDirectoryMode:(Ljavax/swing/JFileChooser;Ljava/io/File;)Z
            ifne 5
         2: .line 2008
            aload 2 /* f */
            ifnonnull 3
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.textfieldIsValid:()Z
            ifne 3
            iconst_0
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* enabled */
         5: .line 2010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* fc */
            invokevirtual com.apple.laf.AquaFileChooserUI.getApproveButton:(Ljavax/swing/JFileChooser;)Ljavax/swing/JButton;
            iload 3 /* enabled */
            invokevirtual javax.swing.JButton.setEnabled:(Z)V
         6: .line 2013
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fOpenButton:Ljavax/swing/JButton;
            aload 2 /* f */
            ifnull 7
            aload 1 /* fc */
            aload 2 /* f */
            invokevirtual javax.swing.JFileChooser.isTraversable:(Ljava/io/File;)Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: javax.swing.JButton
         7: iconst_0
      StackMap locals: com.apple.laf.AquaFileChooserUI$CustomFilePanel javax.swing.JFileChooser java.io.File int
      StackMap stack: javax.swing.JButton int
         8: invokevirtual javax.swing.JButton.setEnabled:(Z)V
         9: .line 2016
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* fc */
            invokevirtual com.apple.laf.AquaFileChooserUI.setDefaultButtonForMode:(Ljavax/swing/JFileChooser;)V
        10: .line 2017
            return
        end local 3 // boolean enabled
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0   11     1       fc  Ljavax/swing/JFileChooser;
            0   11     2        f  Ljava/io/File;
            1   11     3  enabled  Z
    MethodParameters:
      Name  Flags
      fc    final
      f     final

  boolean isSelectableInList(javax.swing.JFileChooser, java.io.File);
    descriptor: (Ljavax/swing/JFileChooser;Ljava/io/File;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // java.io.File f
         0: .line 2021
            aload 2 /* f */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 2022
      StackMap locals:
      StackMap stack:
            aload 1 /* fc */
            aload 2 /* f */
            invokevirtual javax.swing.JFileChooser.accept:(Ljava/io/File;)Z
            ireturn
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0    2     1    fc  Ljavax/swing/JFileChooser;
            0    2     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      fc    final
      f     final

  java.lang.String getApproveButtonToolTipText(javax.swing.JFileChooser);
    descriptor: (Ljavax/swing/JFileChooser;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
        start local 1 // javax.swing.JFileChooser fc
         0: .line 2027
            aload 0 /* this */
            aload 1 /* fc */
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFirstSelectedItem:()Ljava/io/File;
            invokevirtual com.apple.laf.AquaFileChooserUI$CustomFilePanel.inOpenDirectoryMode:(Ljavax/swing/JFileChooser;Ljava/io/File;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomFilePanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.openDirectoryButtonToolTipText:Ljava/lang/String;
            areturn
         1: .line 2028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fc */
            invokespecial com.apple.laf.AquaFileChooserUI$FCSubpanel.getApproveButtonToolTipText:(Ljavax/swing/JFileChooser;)Ljava/lang/String;
            areturn
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomFilePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomFilePanel;
            0    2     1    fc  Ljavax/swing/JFileChooser;
    MethodParameters:
      Name  Flags
      fc    final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  CustomFilePanel = com.apple.laf.AquaFileChooserUI$CustomFilePanel of com.apple.laf.AquaFileChooserUI
  abstract FCSubpanel = com.apple.laf.AquaFileChooserUI$FCSubpanel of com.apple.laf.AquaFileChooserUI
  JTableExtension = com.apple.laf.AquaFileChooserUI$JTableExtension of com.apple.laf.AquaFileChooserUI