public class com.apple.laf.AquaEditorPaneUI extends javax.swing.plaf.basic.BasicEditorPaneUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaEditorPaneUI
  super_class: javax.swing.plaf.basic.BasicEditorPaneUI
{
  boolean oldDragState;
    descriptor: Z
    flags: (0x0000) 

  java.awt.event.FocusListener focusListener;
    descriptor: Ljava/awt/event/FocusListener;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 36
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaEditorPaneUI.oldDragState:Z
         2: .line 36
            return
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JComponent c
         0: .line 38
            new com.apple.laf.AquaEditorPaneUI
            dup
            invokespecial com.apple.laf.AquaEditorPaneUI.<init>:()V
            areturn
        end local 0 // javax.swing.JComponent c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 43
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.installDefaults:()V
         1: .line 44
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 4
         2: .line 45
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            invokevirtual javax.swing.text.JTextComponent.getDragEnabled:()Z
            putfield com.apple.laf.AquaEditorPaneUI.oldDragState:Z
         3: .line 46
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            iconst_1
            invokevirtual javax.swing.text.JTextComponent.setDragEnabled:(Z)V
         4: .line 48
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  protected void uninstallDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 51
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 2
         1: .line 52
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            getfield com.apple.laf.AquaEditorPaneUI.oldDragState:Z
            invokevirtual javax.swing.text.JTextComponent.setDragEnabled:(Z)V
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.uninstallDefaults:()V
         3: .line 55
            return
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 59
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.installListeners:()V
         1: .line 60
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.createFocusListener:()Ljava/awt/event/FocusListener;
            putfield com.apple.laf.AquaEditorPaneUI.focusListener:Ljava/awt/event/FocusListener;
         2: .line 61
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            getfield com.apple.laf.AquaEditorPaneUI.focusListener:Ljava/awt/event/FocusListener;
            invokevirtual javax.swing.text.JTextComponent.addFocusListener:(Ljava/awt/event/FocusListener;)V
         3: .line 62
            return
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  protected void installKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 65
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.installKeyboardActions:()V
         1: .line 66
            invokestatic com.apple.laf.AquaKeyBindings.instance:()Lcom/apple/laf/AquaKeyBindings;
            astore 1 /* bindings */
        start local 1 // com.apple.laf.AquaKeyBindings bindings
         2: .line 67
            aload 1 /* bindings */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getKeymapName:()Ljava/lang/String;
            invokevirtual com.apple.laf.AquaKeyBindings.setDefaultAction:(Ljava/lang/String;)V
         3: .line 68
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            astore 2 /* c */
        start local 2 // javax.swing.text.JTextComponent c
         4: .line 69
            aload 1 /* bindings */
            aload 2 /* c */
            invokevirtual com.apple.laf.AquaKeyBindings.installAquaUpDownActions:(Ljavax/swing/text/JTextComponent;)V
         5: .line 70
            return
        end local 2 // javax.swing.text.JTextComponent c
        end local 1 // com.apple.laf.AquaKeyBindings bindings
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaEditorPaneUI;
            2    6     1  bindings  Lcom/apple/laf/AquaKeyBindings;
            4    6     2         c  Ljavax/swing/text/JTextComponent;

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 73
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            getfield com.apple.laf.AquaEditorPaneUI.focusListener:Ljava/awt/event/FocusListener;
            invokevirtual javax.swing.text.JTextComponent.removeFocusListener:(Ljava/awt/event/FocusListener;)V
         1: .line 74
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicEditorPaneUI.uninstallListeners:()V
         2: .line 75
            return
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  protected java.awt.event.FocusListener createFocusListener();
    descriptor: ()Ljava/awt/event/FocusListener;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 78
            new com.apple.laf.AquaFocusHandler
            dup
            invokespecial com.apple.laf.AquaFocusHandler.<init>:()V
            areturn
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaEditorPaneUI;

  protected javax.swing.text.Caret createCaret();
    descriptor: ()Ljavax/swing/text/Caret;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 82
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            invokestatic javax.swing.SwingUtilities.getWindowAncestor:(Ljava/awt/Component;)Ljava/awt/Window;
            astore 1 /* owningWindow */
        start local 1 // java.awt.Window owningWindow
         1: .line 83
            new com.apple.laf.AquaCaret
            dup
            aload 1 /* owningWindow */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaEditorPaneUI.getComponent:()Ljavax/swing/text/JTextComponent;
            invokespecial com.apple.laf.AquaCaret.<init>:(Ljava/awt/Window;Ljavax/swing/text/JTextComponent;)V
            astore 2 /* returnValue */
        start local 2 // com.apple.laf.AquaCaret returnValue
         2: .line 84
            aload 2 /* returnValue */
            areturn
        end local 2 // com.apple.laf.AquaCaret returnValue
        end local 1 // java.awt.Window owningWindow
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/apple/laf/AquaEditorPaneUI;
            1    3     1  owningWindow  Ljava/awt/Window;
            2    3     2   returnValue  Lcom/apple/laf/AquaCaret;

  protected javax.swing.text.Highlighter createHighlighter();
    descriptor: ()Ljavax/swing/text/Highlighter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaEditorPaneUI this
         0: .line 88
            new com.apple.laf.AquaHighlighter
            dup
            invokespecial com.apple.laf.AquaHighlighter.<init>:()V
            areturn
        end local 0 // com.apple.laf.AquaEditorPaneUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaEditorPaneUI;
}
SourceFile: "AquaEditorPaneUI.java"