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

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$UpdateAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 984
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$UpdateAction.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            astore 2 /* fc */
        start local 2 // javax.swing.JFileChooser fc
         1: .line 985
            aload 2 /* fc */
            aload 2 /* fc */
            invokevirtual javax.swing.JFileChooser.getFileSystemView:()Ljavax/swing/filechooser/FileSystemView;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$UpdateAction.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getDirectoryName:()Ljava/lang/String;
            invokevirtual javax.swing.filechooser.FileSystemView.createFileObject:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual javax.swing.JFileChooser.setCurrentDirectory:(Ljava/io/File;)V
         2: .line 986
            aload 2 /* fc */
            invokevirtual javax.swing.JFileChooser.rescanCurrentDirectory:()V
         3: .line 987
            return
        end local 2 // javax.swing.JFileChooser fc
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$UpdateAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaFileChooserUI$UpdateAction;
            0    4     1     e  Ljava/awt/event/ActionEvent;
            1    4     2    fc  Ljavax/swing/JFileChooser;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  protected UpdateAction = com.apple.laf.AquaFileChooserUI$UpdateAction of com.apple.laf.AquaFileChooserUI