final class com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor extends javax.swing.plaf.basic.BasicComboBoxEditor implements javax.swing.plaf.UIResource, javax.swing.event.DocumentListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor
  super_class: javax.swing.plaf.basic.BasicComboBoxEditor
{
  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=4, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
         0: .line 147
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.this$0:Lcom/apple/laf/AquaComboBoxUI;
         1: .line 148
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicComboBoxEditor.<init>:()V
         2: .line 149
            aload 0 /* this */
            new com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField
            dup
            aload 1
            invokespecial com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField.<init>:(Lcom/apple/laf/AquaComboBoxUI;)V
            putfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editor:Ljavax/swing/JTextField;
         3: .line 150
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editor:Ljavax/swing/JTextField;
            aload 0 /* this */
            invokevirtual javax.swing.JTextField.addFocusListener:(Ljava/awt/event/FocusListener;)V
         4: .line 151
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editor:Ljavax/swing/JTextField;
            invokevirtual javax.swing.JTextField.getDocument:()Ljavax/swing/text/Document;
            aload 0 /* this */
            invokeinterface javax.swing.text.Document.addDocumentListener:(Ljavax/swing/event/DocumentListener;)V
         5: .line 152
            return
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/apple/laf/AquaComboBoxUI$AquaComboBoxEditor;
    MethodParameters:
        Name  Flags
      this$0  final

  public void changedUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 156
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editorTextChanged:()V
         1: .line 157
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaComboBoxUI$AquaComboBoxEditor;
            0    2     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void insertUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 161
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editorTextChanged:()V
         1: .line 162
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaComboBoxUI$AquaComboBoxEditor;
            0    2     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void removeUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 166
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editorTextChanged:()V
         1: .line 167
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaComboBoxUI$AquaComboBoxEditor;
            0    2     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     final

  private void editorTextChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
         0: .line 170
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$3:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/plaf/basic/ComboPopup;
            invokeinterface javax.swing.plaf.basic.ComboPopup.isVisible:()Z
            ifne 1
            return
         1: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.editor:Ljavax/swing/JTextField;
            invokevirtual javax.swing.JTextField.getText:()Ljava/lang/String;
            astore 1 /* text */
        start local 1 // java.lang.Object text
         2: .line 174
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
            invokevirtual javax.swing.JList.getModel:()Ljavax/swing/ListModel;
            astore 2 /* model */
        start local 2 // javax.swing.ListModel model
         3: .line 175
            aload 2 /* model */
            invokeinterface javax.swing.ListModel.getSize:()I
            istore 3 /* items */
        start local 3 // int items
         4: .line 176
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 13
         6: .line 177
      StackMap locals: com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor java.lang.Object javax.swing.ListModel int int
      StackMap stack:
            aload 2 /* model */
            iload 4 /* i */
            invokeinterface javax.swing.ListModel.getElementAt:(I)Ljava/lang/Object;
            astore 5 /* element */
        start local 5 // java.lang.Object element
         7: .line 178
            aload 5 /* element */
            ifnonnull 8
            goto 12
         8: .line 180
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* element */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 6 /* asString */
        start local 6 // java.lang.String asString
         9: .line 181
            aload 6 /* asString */
            ifnull 12
            aload 6 /* asString */
            aload 1 /* text */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 12
        10: .line 183
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$3:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/plaf/basic/ComboPopup;
            invokeinterface javax.swing.plaf.basic.ComboPopup.getList:()Ljavax/swing/JList;
            iload 4 /* i */
            invokevirtual javax.swing.JList.setSelectedIndex:(I)V
        11: .line 184
            return
        end local 6 // java.lang.String asString
        end local 5 // java.lang.Object element
        12: .line 176
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            iload 3 /* items */
            if_icmplt 6
        end local 4 // int i
        14: .line 187
            aload 0 /* this */
            getfield com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor.this$0:Lcom/apple/laf/AquaComboBoxUI;
            invokestatic com.apple.laf.AquaComboBoxUI.access$3:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/plaf/basic/ComboPopup;
            invokeinterface javax.swing.plaf.basic.ComboPopup.getList:()Ljavax/swing/JList;
            invokevirtual javax.swing.JList.clearSelection:()V
        15: .line 188
            return
        end local 3 // int items
        end local 2 // javax.swing.ListModel model
        end local 1 // java.lang.Object text
        end local 0 // com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/apple/laf/AquaComboBoxUI$AquaComboBoxEditor;
            2   16     1      text  Ljava/lang/Object;
            3   16     2     model  Ljavax/swing/ListModel;
            4   16     3     items  I
            5   14     4         i  I
            7   12     5   element  Ljava/lang/Object;
            9   12     6  asString  Ljava/lang/String;
}
SourceFile: "AquaComboBoxUI.java"
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
  final AquaComboBoxEditor = com.apple.laf.AquaComboBoxUI$AquaComboBoxEditor of com.apple.laf.AquaComboBoxUI
  AquaCustomComboTextField = com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField of com.apple.laf.AquaComboBoxUI