final class javax.swing.JComponent$ActionStandin implements javax.swing.Action
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javax.swing.JComponent$ActionStandin
  super_class: java.lang.Object
{
  private final java.awt.event.ActionListener actionListener;
    descriptor: Ljava/awt/event/ActionListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String command;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.swing.Action action;
    descriptor: Ljavax/swing/Action;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(javax.swing.JComponent, java.awt.event.ActionListener, java.lang.String);
    descriptor: (Ljavax/swing/JComponent;Ljava/awt/event/ActionListener;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 2 // java.awt.event.ActionListener actionListener
        start local 3 // java.lang.String command
         0: .line 3382
            aload 0 /* this */
            aload 1
            putfield javax.swing.JComponent$ActionStandin.this$0:Ljavax/swing/JComponent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3383
            aload 0 /* this */
            aload 2 /* actionListener */
            putfield javax.swing.JComponent$ActionStandin.actionListener:Ljava/awt/event/ActionListener;
         2: .line 3384
            aload 2 /* actionListener */
            instanceof javax.swing.Action
            ifeq 5
         3: .line 3385
            aload 0 /* this */
            aload 2 /* actionListener */
            checkcast javax.swing.Action
            putfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
         4: .line 3386
            goto 6
         5: .line 3388
      StackMap locals: javax.swing.JComponent$ActionStandin javax.swing.JComponent java.awt.event.ActionListener java.lang.String
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
         6: .line 3390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* command */
            putfield javax.swing.JComponent$ActionStandin.command:Ljava/lang/String;
         7: .line 3391
            return
        end local 3 // java.lang.String command
        end local 2 // java.awt.event.ActionListener actionListener
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Ljavax/swing/JComponent$ActionStandin;
            0    8     2  actionListener  Ljava/awt/event/ActionListener;
            0    8     3         command  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      this$0          final
      actionListener  
      command         

  public java.lang.Object getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 1 // java.lang.String key
         0: .line 3394
            aload 1 /* key */
            ifnull 7
         1: .line 3395
            aload 1 /* key */
            ldc "ActionCommandKey"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 3396
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.command:Ljava/lang/String;
            areturn
         3: .line 3398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
            ifnull 5
         4: .line 3399
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
            aload 1 /* key */
            invokeinterface javax.swing.Action.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
         5: .line 3401
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            ldc "Name"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 3402
            ldc "ActionStandin"
            areturn
         7: .line 3405
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String key
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/JComponent$ActionStandin;
            0    8     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JComponent$ActionStandin this
         0: .line 3409
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.actionListener:Ljava/awt/event/ActionListener;
            ifnonnull 2
         1: .line 3415
            iconst_0
            ireturn
         2: .line 3417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
            ifnonnull 4
         3: .line 3418
            iconst_1
            ireturn
         4: .line 3420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.action:Ljavax/swing/Action;
            invokeinterface javax.swing.Action.isEnabled:()Z
            ireturn
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/JComponent$ActionStandin;

  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 // javax.swing.JComponent$ActionStandin this
        start local 1 // java.awt.event.ActionEvent ae
         0: .line 3424
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.actionListener:Ljava/awt/event/ActionListener;
            ifnull 2
         1: .line 3425
            aload 0 /* this */
            getfield javax.swing.JComponent$ActionStandin.actionListener:Ljava/awt/event/ActionListener;
            aload 1 /* ae */
            invokeinterface java.awt.event.ActionListener.actionPerformed:(Ljava/awt/event/ActionEvent;)V
         2: .line 3427
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.ActionEvent ae
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JComponent$ActionStandin;
            0    3     1    ae  Ljava/awt/event/ActionEvent;
    MethodParameters:
      Name  Flags
      ae    

  public void putValue(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 3430
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/JComponent$ActionStandin;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 1 // boolean b
         0: .line 3434
            return
        end local 1 // boolean b
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JComponent$ActionStandin;
            0    1     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public void addPropertyChangeListener(java.beans.PropertyChangeListener);
    descriptor: (Ljava/beans/PropertyChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 1 // java.beans.PropertyChangeListener listener
         0: .line 3437
            return
        end local 1 // java.beans.PropertyChangeListener listener
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/swing/JComponent$ActionStandin;
            0    1     1  listener  Ljava/beans/PropertyChangeListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removePropertyChangeListener(java.beans.PropertyChangeListener);
    descriptor: (Ljava/beans/PropertyChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.JComponent$ActionStandin this
        start local 1 // java.beans.PropertyChangeListener listener
         0: .line 3439
            return
        end local 1 // java.beans.PropertyChangeListener listener
        end local 0 // javax.swing.JComponent$ActionStandin this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/swing/JComponent$ActionStandin;
            0    1     1  listener  Ljava/beans/PropertyChangeListener;
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "JComponent.java"
NestHost: javax.swing.JComponent
InnerClasses:
  final ActionStandin = javax.swing.JComponent$ActionStandin of javax.swing.JComponent