public class javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener extends java.awt.event.MouseAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener
  super_class: java.awt.event.MouseAdapter
{
  javax.swing.plaf.basic.BasicFileChooserUI$Handler handler;
    descriptor: Ljavax/swing/plaf/basic/BasicFileChooserUI$Handler;
    flags: (0x0000) 

  final javax.swing.plaf.basic.BasicFileChooserUI this$0;
    descriptor: Ljavax/swing/plaf/basic/BasicFileChooserUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javax.swing.JList<?>);
    descriptor: (Ljavax/swing/plaf/basic/BasicFileChooserUI;Ljavax/swing/JList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
        start local 2 // javax.swing.JList list
         0: .line 731
            aload 0 /* this */
            aload 1
            putfield javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener.this$0:Ljavax/swing/plaf/basic/BasicFileChooserUI;
            aload 0 /* this */
            invokespecial java.awt.event.MouseAdapter.<init>:()V
         1: .line 732
            aload 0 /* this */
            new javax.swing.plaf.basic.BasicFileChooserUI$Handler
            dup
            aload 1
            aload 2 /* list */
            invokespecial javax.swing.plaf.basic.BasicFileChooserUI$Handler.<init>:(Ljavax/swing/plaf/basic/BasicFileChooserUI;Ljavax/swing/JList;)V
            putfield javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener.handler:Ljavax/swing/plaf/basic/BasicFileChooserUI$Handler;
         2: .line 733
            return
        end local 2 // javax.swing.JList list
        end local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/basic/BasicFileChooserUI$DoubleClickListener;
            0    3     2  list  Ljavax/swing/JList<*>;
    Signature: (Ljavax/swing/JList<*>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      list    

  public void mouseEntered(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 743
            aload 0 /* this */
            getfield javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener.handler:Ljavax/swing/plaf/basic/BasicFileChooserUI$Handler;
            aload 1 /* e */
            invokevirtual javax.swing.plaf.basic.BasicFileChooserUI$Handler.mouseEntered:(Ljava/awt/event/MouseEvent;)V
         1: .line 744
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/plaf/basic/BasicFileChooserUI$DoubleClickListener;
            0    2     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     

  public void mouseClicked(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 748
            aload 0 /* this */
            getfield javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener.handler:Ljavax/swing/plaf/basic/BasicFileChooserUI$Handler;
            aload 1 /* e */
            invokevirtual javax.swing.plaf.basic.BasicFileChooserUI$Handler.mouseClicked:(Ljava/awt/event/MouseEvent;)V
         1: .line 749
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/plaf/basic/BasicFileChooserUI$DoubleClickListener;
            0    2     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "BasicFileChooserUI.java"
NestHost: javax.swing.plaf.basic.BasicFileChooserUI
InnerClasses:
  protected DoubleClickListener = javax.swing.plaf.basic.BasicFileChooserUI$DoubleClickListener of javax.swing.plaf.basic.BasicFileChooserUI
  private Handler = javax.swing.plaf.basic.BasicFileChooserUI$Handler of javax.swing.plaf.basic.BasicFileChooserUI