class com.apple.laf.AquaComboBoxUI$7 extends javax.swing.AbstractAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaComboBoxUI$7
  super_class: javax.swing.AbstractAction
{
  final com.apple.laf.AquaComboBoxUI this$0;
    descriptor: Lcom/apple/laf/AquaComboBoxUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaComboBoxUI);
    descriptor: (Lcom/apple/laf/AquaComboBoxUI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$7 this
         0: .line 490
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaComboBoxUI$7.this$0:Lcom/apple/laf/AquaComboBoxUI;
            aload 0 /* this */
            invokespecial javax.swing.AbstractAction.<init>:()V
            return
        end local 0 // com.apple.laf.AquaComboBoxUI$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaComboBoxUI$7;
    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=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$7 this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 492
            aload 1 /* e */
            invokevirtual java.awt.event.ActionEvent.getSource:()Ljava/lang/Object;
            checkcast javax.swing.JComboBox
            aload 1 /* e */
            invokestatic com.apple.laf.AquaComboBoxUI.triggerSelectionEvent:(Ljavax/swing/JComboBox;Ljava/awt/event/ActionEvent;)V
         1: .line 493
            return
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaComboBoxUI$7;
            0    2     1     e  Ljava/awt/event/ActionEvent;
    MethodParameters:
      Name  Flags
      e     final

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaComboBoxUI$7 this
         0: .line 497
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$7.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
            invokevirtual javax.swing.JComboBox.isPopupVisible:()Z
            ifeq 1
            aload 0 /* this */
            invokespecial javax.swing.AbstractAction.isEnabled:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.apple.laf.AquaComboBoxUI$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaComboBoxUI$7;
}
SourceFile: "AquaComboBoxUI.java"
EnclosingMethod: com.apple.laf.AquaComboBoxUI
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
  com.apple.laf.AquaComboBoxUI$7