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: 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: putstatic com.sun.webkit.WCPluginWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
2: invokestatic com.sun.webkit.WCPluginWidget.initIDs:()V
3: 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial com.sun.webkit.WCWidget.<init>:(Lcom/sun/webkit/WebPage;)V
1: aload 0
lconst_0
putfield com.sun.webkit.WCPluginWidget.pData:J
2: aload 0
aload 2
putfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
3: aload 0
iconst_0
iconst_0
iload 3
iload 4
invokevirtual com.sun.webkit.WCPluginWidget.setBounds:(IIII)V
4: aload 1
invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
astore 5
start local 5 5: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
6: aload 5
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
invokeinterface com.sun.webkit.WebPageClient.getContainer:()Ljava/lang/Object;
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 java.lang.Object
aload 0
9: invokeinterface com.sun.webkit.plugin.Plugin.activate:(Ljava/lang/Object;Lcom/sun/webkit/plugin/PluginListener;)V
10: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
invokeinterface com.sun.webkit.plugin.Plugin.requestFocus:()V
1: return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aconst_null
astore 7
start local 7 1: aload 3
invokestatic com.sun.webkit.network.URLs.newURL:(Ljava/lang/String;)Ljava/net/URL;
astore 7
2: 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
start local 8 4: getstatic com.sun.webkit.WCPluginWidget.log:Lcom/sun/javafx/logging/PlatformLogger;
aconst_null
aload 8
invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;Ljava/lang/Throwable;)V
end local 8 5: StackMap locals:
StackMap stack:
new com.sun.webkit.WCPluginWidget
dup
6: aload 0
7: aload 7
aload 4
aload 5
aload 6
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: iload 1
iload 2
9: invokespecial com.sun.webkit.WCPluginWidget.<init>:(Lcom/sun/webkit/WebPage;Lcom/sun/webkit/plugin/Plugin;II)V
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
iload 1
iload 2
iload 3
iload 4
invokeinterface com.sun.webkit.plugin.Plugin.setNativeContainerBounds:(IIII)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
iload 3
iload 4
invokespecial com.sun.webkit.WCWidget.setBounds:(IIII)V
1: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
iload 1
iload 2
iload 3
iload 4
invokeinterface com.sun.webkit.plugin.Plugin.setBounds:(IIII)V
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
iload 1
invokeinterface com.sun.webkit.plugin.Plugin.setEnabled:(Z)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
iload 1
invokeinterface com.sun.webkit.plugin.Plugin.setVisible:(Z)V
1: return
end local 1 end local 0 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 0: aload 0
lconst_0
putfield com.sun.webkit.WCPluginWidget.pData:J
1: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
invokeinterface com.sun.webkit.plugin.Plugin.destroy:()V
2: return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokevirtual com.sun.webkit.WCPluginWidget.getBounds:()Lcom/sun/webkit/graphics/WCRectangle;
astore 6
start local 6 1: aload 6
new com.sun.webkit.graphics.WCRectangle
dup
iload 2
i2f
iload 3
i2f
iload 4
i2f
iload 5
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
start local 7 2: aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.isEmpty:()Z
ifne 13
3: aload 1
aload 6
invokevirtual com.sun.webkit.graphics.WCRectangle.getX:()F
aload 6
invokevirtual com.sun.webkit.graphics.WCRectangle.getY:()F
invokevirtual com.sun.webkit.graphics.WCGraphicsContext.translate:(FF)V
4: aload 7
aload 6
invokevirtual com.sun.webkit.graphics.WCRectangle.getX:()F
fneg
aload 6
invokevirtual com.sun.webkit.graphics.WCRectangle.getY:()F
fneg
invokevirtual com.sun.webkit.graphics.WCRectangle.translate:(FF)V
5: aload 1
aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntX:()I
aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntY:()I
aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntWidth:()I
aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntHeight:()I
invokevirtual com.sun.webkit.graphics.WCGraphicsContext.setClip:(IIII)V
6: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
7: aload 1
8: aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntX:()I
9: aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntY:()I
10: aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntWidth:()I
11: aload 7
invokevirtual com.sun.webkit.graphics.WCRectangle.getIntHeight:()I
12: invokeinterface com.sun.webkit.plugin.Plugin.paint:(Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
13: StackMap locals: com.sun.webkit.graphics.WCRectangle com.sun.webkit.graphics.WCRectangle
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 start local 11 start local 12 0: aload 0
getfield com.sun.webkit.WCPluginWidget.plugin:Lcom/sun/webkit/plugin/Plugin;
1: aload 1
2: iload 2
iload 3
3: iload 4
iload 5
4: iload 6
iload 7
5: iload 8
iload 9
iload 10
iload 11
lload 12
6: invokeinterface com.sun.webkit.plugin.Plugin.handleMouseEvent:(Ljava/lang/String;IIIIIZZZZZJ)Z
ireturn
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
iload 2
iload 3
iload 4
invokevirtual com.sun.webkit.WCPluginWidget.twkInvalidateWindowlessPluginRect:(IIII)V
1: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iconst_m1
iload 1
if_icmpne 2
aload 3
invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
ifeq 2
1: aload 0
aload 3
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: StackMap locals:
StackMap stack:
ldc ""
areturn
end local 3 end local 2 end local 1 end local 0 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"