final class com.sun.webkit.WCPluginWidget extends com.sun.webkit.WCWidget implements com.sun.webkit.plugin.PluginListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.WCPluginWidget
  super_class: com.sun.webkit.WCWidget
{
  private static final com.sun.javafx.logging.PlatformLogger log;
    descriptor: Lcom/sun/javafx/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final com.sun.webkit.plugin.Plugin plugin;
    descriptor: Lcom/sun/webkit/plugin/Plugin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long pData;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc Lcom/sun/webkit/WCPluginWidget;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic com.sun.javafx.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lcom/sun/javafx/logging/PlatformLogger;
         1: .line 42
            putstatic com.sun.webkit.WCPluginWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
         2: .line 51
            invokestatic com.sun.webkit.WCPluginWidget.initIDs:()V
         3: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private void <init>(com.sun.webkit.WebPage, com.sun.webkit.plugin.Plugin, int, int);
    descriptor: (Lcom/sun/webkit/WebPage;Lcom/sun/webkit/plugin/Plugin;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // com.sun.webkit.WebPage webPage
        start local 2 // com.sun.webkit.plugin.Plugin plugin
        start local 3 // int width
        start local 4 // int height
         0: .line 59
            aload 0 /* this */
            aload 1 /* webPage */
            invokespecial com.sun.webkit.WCWidget.<init>:(Lcom/sun/webkit/WebPage;)V
         1: .line 46
            aload 0 /* this */
            lconst_0
            putfield com.sun.webkit.WCPluginWidget.pData:J
         2: .line 60
            aload 0 /* this */
            aload 2 /* plugin */
            putfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
         3: .line 61
            aload 0 /* this */
            iconst_0
            iconst_0
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual com.sun.webkit.WCPluginWidget.setBounds:(IIII)V
         4: .line 63
            aload 1 /* webPage */
            invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
            astore 5 /* wpc */
        start local 5 // com.sun.webkit.WebPageClient wpc
         5: .line 64
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
         6: .line 65
            aload 5 /* wpc */
            ifnonnull 7
            aconst_null
            goto 8
      StackMap locals: com.sun.webkit.WCPluginWidget com.sun.webkit.WebPage com.sun.webkit.plugin.Plugin int int com.sun.webkit.WebPageClient
      StackMap stack: com.sun.webkit.plugin.Plugin
         7: aload 5 /* wpc */
            invokeinterface com.sun.webkit.WebPageClient.getContainer:()Ljava/lang/Object;
         8: .line 66
      StackMap locals: com.sun.webkit.WCPluginWidget com.sun.webkit.WebPage com.sun.webkit.plugin.Plugin int int com.sun.webkit.WebPageClient
      StackMap stack: com.sun.webkit.plugin.Plugin java.lang.Object
            aload 0 /* this */
         9: .line 64
            invokeinterface com.sun.webkit.plugin.Plugin.activate:(Ljava/lang/Object;Lcom/sun/webkit/plugin/PluginListener;)V
        10: .line 67
            return
        end local 5 // com.sun.webkit.WebPageClient wpc
        end local 4 // int height
        end local 3 // int width
        end local 2 // com.sun.webkit.plugin.Plugin plugin
        end local 1 // com.sun.webkit.WebPage webPage
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/webkit/WCPluginWidget;
            0   11     1  webPage  Lcom/sun/webkit/WebPage;
            0   11     2   plugin  Lcom/sun/webkit/plugin/Plugin;
            0   11     3    width  I
            0   11     4   height  I
            5   11     5      wpc  Lcom/sun/webkit/WebPageClient;
    MethodParameters:
         Name  Flags
      webPage  
      plugin   
      width    
      height   

  protected void requestFocus();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCPluginWidget this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            invokeinterface com.sun.webkit.plugin.Plugin.requestFocus:()V
         1: .line 72
            return
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/WCPluginWidget;

  private static com.sun.webkit.WCPluginWidget create(com.sun.webkit.WebPage, int, int, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[]);
    descriptor: (Lcom/sun/webkit/WebPage;IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Lcom/sun/webkit/WCPluginWidget;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // com.sun.webkit.WebPage webPage
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.lang.String urlString
        start local 4 // java.lang.String mimeType
        start local 5 // java.lang.String[] pNames
        start local 6 // java.lang.String[] pValues
         0: .line 82
            aconst_null
            astore 7 /* url */
        start local 7 // java.net.URL url
         1: .line 84
            aload 3 /* urlString */
            invokestatic com.sun.webkit.network.URLs.newURL:(Ljava/lang/String;)Ljava/net/URL;
            astore 7 /* url */
         2: .line 85
            goto 5
      StackMap locals: com.sun.webkit.WebPage int int java.lang.String java.lang.String java.lang.String[] java.lang.String[] java.net.URL
      StackMap stack: java.net.MalformedURLException
         3: astore 8 /* ex */
        start local 8 // java.net.MalformedURLException ex
         4: .line 86
            getstatic com.sun.webkit.WCPluginWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
            aconst_null
            aload 8 /* ex */
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 8 // java.net.MalformedURLException ex
         5: .line 88
      StackMap locals:
      StackMap stack:
            new com.sun.webkit.WCPluginWidget
            dup
         6: .line 89
            aload 0 /* webPage */
         7: .line 90
            aload 7 /* url */
            aload 4 /* mimeType */
            aload 5 /* pNames */
            aload 6 /* pValues */
            invokestatic com.sun.webkit.plugin.PluginManager.createPlugin:(Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Lcom/sun/webkit/plugin/Plugin;
         8: .line 91
            iload 1 /* width */
            iload 2 /* height */
         9: .line 88
            invokespecial com.sun.webkit.WCPluginWidget.<init>:(Lcom/sun/webkit/WebPage;Lcom/sun/webkit/plugin/Plugin;II)V
            areturn
        end local 7 // java.net.URL url
        end local 6 // java.lang.String[] pValues
        end local 5 // java.lang.String[] pNames
        end local 4 // java.lang.String mimeType
        end local 3 // java.lang.String urlString
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.webkit.WebPage webPage
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0    webPage  Lcom/sun/webkit/WebPage;
            0   10     1      width  I
            0   10     2     height  I
            0   10     3  urlString  Ljava/lang/String;
            0   10     4   mimeType  Ljava/lang/String;
            0   10     5     pNames  [Ljava/lang/String;
            0   10     6    pValues  [Ljava/lang/String;
            1   10     7        url  Ljava/net/URL;
            4    5     8         ex  Ljava/net/MalformedURLException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.net.MalformedURLException
    MethodParameters:
           Name  Flags
      webPage    final
      width      final
      height     final
      urlString  final
      mimeType   final
      pNames     final
      pValues    final

  private void fwkSetNativeContainerBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 100
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokeinterface com.sun.webkit.plugin.Plugin.setNativeContainerBounds:(IIII)V
         1: .line 101
            return
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/webkit/WCPluginWidget;
            0    2     1       x  I
            0    2     2       y  I
            0    2     3   width  I
            0    2     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 111
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokespecial com.sun.webkit.WCWidget.setBounds:(IIII)V
         1: .line 112
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokeinterface com.sun.webkit.plugin.Plugin.setBounds:(IIII)V
         2: .line 113
            return
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/webkit/WCPluginWidget;
            0    3     1       x  I
            0    3     2       y  I
            0    3     3   width  I
            0    3     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  private void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // boolean enabled
         0: .line 118
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            iload 1 /* enabled */
            invokeinterface com.sun.webkit.plugin.Plugin.setEnabled:(Z)V
         1: .line 119
            return
        end local 1 // boolean enabled
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/webkit/WCPluginWidget;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  protected void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // boolean visible
         0: .line 123
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            iload 1 /* visible */
            invokeinterface com.sun.webkit.plugin.Plugin.setVisible:(Z)V
         1: .line 124
            return
        end local 1 // boolean visible
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/webkit/WCPluginWidget;
            0    2     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  protected void destroy();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.WCPluginWidget this
         0: .line 129
            aload 0 /* this */
            lconst_0
            putfield com.sun.webkit.WCPluginWidget.pData:J
         1: .line 130
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
            invokeinterface com.sun.webkit.plugin.Plugin.destroy:()V
         2: .line 131
            return
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/WCPluginWidget;

  private void paint(com.sun.webkit.graphics.WCGraphicsContext, int, int, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // com.sun.webkit.graphics.WCGraphicsContext g
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
         0: .line 140
            aload 0 /* this */
            invokevirtual com.sun.webkit.WCPluginWidget.getBounds:()Lcom/sun/webkit/graphics/WCRectangle;
            astore 6 /* bd */
        start local 6 // com.sun.webkit.graphics.WCRectangle bd
         1: .line 141
            aload 6 /* bd */
            new com.sun.webkit.graphics.WCRectangle
            dup
            iload 2 /* x */
            i2f
            iload 3 /* y */
            i2f
            iload 4 /* width */
            i2f
            iload 5 /* height */
            i2f
            invokespecial com.sun.webkit.graphics.WCRectangle.<init>:(FFFF)V
            invokevirtual com.sun.webkit.graphics.WCRectangle.intersection:(Lcom/sun/webkit/graphics/WCRectangle;)Lcom/sun/webkit/graphics/WCRectangle;
            astore 7 /* clip */
        start local 7 // com.sun.webkit.graphics.WCRectangle clip
         2: .line 142
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.isEmpty:()Z
            ifne 13
         3: .line 143
            aload 1 /* g */
            aload 6 /* bd */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getX:()F
            aload 6 /* bd */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getY:()F
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.translate:(FF)V
         4: .line 144
            aload 7 /* clip */
            aload 6 /* bd */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getX:()F
            fneg
            aload 6 /* bd */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getY:()F
            fneg
            invokevirtual com.sun.webkit.graphics.WCRectangle.translate:(FF)V
         5: .line 145
            aload 1 /* g */
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntX:()I
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntY:()I
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntWidth:()I
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntHeight:()I
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.setClip:(IIII)V
         6: .line 146
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
         7: .line 147
            aload 1 /* g */
         8: .line 149
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntX:()I
         9: .line 150
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntY:()I
        10: .line 151
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntWidth:()I
        11: .line 152
            aload 7 /* clip */
            invokevirtual com.sun.webkit.graphics.WCRectangle.getIntHeight:()I
        12: .line 146
            invokeinterface com.sun.webkit.plugin.Plugin.paint:(Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
        13: .line 154
      StackMap locals: com.sun.webkit.graphics.WCRectangle com.sun.webkit.graphics.WCRectangle
      StackMap stack:
            return
        end local 7 // com.sun.webkit.graphics.WCRectangle clip
        end local 6 // com.sun.webkit.graphics.WCRectangle bd
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // com.sun.webkit.graphics.WCGraphicsContext g
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/webkit/WCPluginWidget;
            0   14     1       g  Lcom/sun/webkit/graphics/WCGraphicsContext;
            0   14     2       x  I
            0   14     3       y  I
            0   14     4   width  I
            0   14     5  height  I
            1   14     6      bd  Lcom/sun/webkit/graphics/WCRectangle;
            2   14     7    clip  Lcom/sun/webkit/graphics/WCRectangle;
    MethodParameters:
        Name  Flags
      g       
      x       final
      y       final
      width   final
      height  final

  private native com.sun.webkit.graphics.WCRectangle twkConvertToPage(com.sun.webkit.graphics.WCRectangle);
    descriptor: (Lcom/sun/webkit/graphics/WCRectangle;)Lcom/sun/webkit/graphics/WCRectangle;
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      rc    

  private native void twkInvalidateWindowlessPluginRect(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  private boolean fwkHandleMouseEvent(java.lang.String, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, long);
    descriptor: (Ljava/lang/String;IIIIIZZZZZJ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=14, locals=14, args_size=13
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // java.lang.String type
        start local 2 // int offsetX
        start local 3 // int offsetY
        start local 4 // int screenX
        start local 5 // int screenY
        start local 6 // int button
        start local 7 // boolean buttonDown
        start local 8 // boolean altKey
        start local 9 // boolean metaKey
        start local 10 // boolean ctrlKey
        start local 11 // boolean shiftKey
        start local 12 // long timeStamp
         0: .line 180
            aload 0 /* this */
            getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
         1: .line 181
            aload 1 /* type */
         2: .line 182
            iload 2 /* offsetX */
            iload 3 /* offsetY */
         3: .line 183
            iload 4 /* screenX */
            iload 5 /* screenY */
         4: .line 184
            iload 6 /* button */
            iload 7 /* buttonDown */
         5: .line 185
            iload 8 /* altKey */
            iload 9 /* metaKey */
            iload 10 /* ctrlKey */
            iload 11 /* shiftKey */
            lload 12 /* timeStamp */
         6: .line 180
            invokeinterface com.sun.webkit.plugin.Plugin.handleMouseEvent:(Ljava/lang/String;IIIIIZZZZZJ)Z
            ireturn
        end local 12 // long timeStamp
        end local 11 // boolean shiftKey
        end local 10 // boolean ctrlKey
        end local 9 // boolean metaKey
        end local 8 // boolean altKey
        end local 7 // boolean buttonDown
        end local 6 // int button
        end local 5 // int screenY
        end local 4 // int screenX
        end local 3 // int offsetY
        end local 2 // int offsetX
        end local 1 // java.lang.String type
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/webkit/WCPluginWidget;
            0    7     1        type  Ljava/lang/String;
            0    7     2     offsetX  I
            0    7     3     offsetY  I
            0    7     4     screenX  I
            0    7     5     screenY  I
            0    7     6      button  I
            0    7     7  buttonDown  Z
            0    7     8      altKey  Z
            0    7     9     metaKey  Z
            0    7    10     ctrlKey  Z
            0    7    11    shiftKey  Z
            0    7    12   timeStamp  J
    MethodParameters:
            Name  Flags
      type        
      offsetX     
      offsetY     
      screenX     
      screenY     
      button      
      buttonDown  
      altKey      
      metaKey     
      ctrlKey     
      shiftKey    
      timeStamp   

  public void fwkRedraw(int, int, int, int, boolean);
    descriptor: (IIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // boolean eraseBackground
         0: .line 197
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual com.sun.webkit.WCPluginWidget.twkInvalidateWindowlessPluginRect:(IIII)V
         1: .line 198
            return
        end local 5 // boolean eraseBackground
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/webkit/WCPluginWidget;
            0    2     1                x  I
            0    2     2                y  I
            0    2     3            width  I
            0    2     4           height  I
            0    2     5  eraseBackground  Z
    MethodParameters:
                 Name  Flags
      x                final
      y                final
      width            final
      height           final
      eraseBackground  final

  private native void twkSetPlugunFocused(boolean);
    descriptor: (Z)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
           Name  Flags
      isFocused  

  public java.lang.String fwkEvent(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.webkit.WCPluginWidget this
        start local 1 // int eventId
        start local 2 // java.lang.String name
        start local 3 // java.lang.String params
         0: .line 207
            iconst_m1
            iload 1 /* eventId */
            if_icmpne 2
            aload 3 /* params */
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 208
            aload 0 /* this */
            aload 3 /* params */
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.sun.webkit.WCPluginWidget.twkSetPlugunFocused:(Z)V
         2: .line 210
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
        end local 3 // java.lang.String params
        end local 2 // java.lang.String name
        end local 1 // int eventId
        end local 0 // com.sun.webkit.WCPluginWidget this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/webkit/WCPluginWidget;
            0    3     1  eventId  I
            0    3     2     name  Ljava/lang/String;
            0    3     3   params  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      eventId  final
      name     final
      params   final
}
SourceFile: "WCPluginWidget.java"