public abstract class com.sun.glass.ui.View
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.glass.ui.View
super_class: java.lang.Object
{
public static final int GESTURE_NO_VALUE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2147483647
public static final double GESTURE_NO_DOUBLE_VALUE;
descriptor: D
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: NaN
public static final byte IME_ATTR_INPUT;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final byte IME_ATTR_TARGET_CONVERTED;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final byte IME_ATTR_CONVERTED;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final byte IME_ATTR_TARGET_NOTCONVERTED;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 3
public static final byte IME_ATTR_INPUT_ERROR;
descriptor: B
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4
static final boolean accessible;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
private volatile long ptr;
descriptor: J
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private com.sun.glass.ui.Window window;
descriptor: Lcom/sun/glass/ui/Window;
flags: (0x0002) ACC_PRIVATE
private com.sun.glass.ui.View$EventHandler eventHandler;
descriptor: Lcom/sun/glass/ui/View$EventHandler;
flags: (0x0002) ACC_PRIVATE
private int width;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int height;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean isValid;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean isVisible;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean inFullscreen;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private static java.lang.ref.WeakReference<com.sun.glass.ui.View> lastClickedView;
descriptor: Ljava/lang/ref/WeakReference;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Signature: Ljava/lang/ref/WeakReference<Lcom/sun/glass/ui/View;>;
private static int lastClickedButton;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static long lastClickedTime;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int lastClickedX;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int lastClickedY;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int clickCount;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static boolean dragProcessed;
descriptor: Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private com.sun.glass.ui.ClipboardAssistance dropSourceAssistant;
descriptor: Lcom/sun/glass/ui/ClipboardAssistance;
flags: (0x0002) ACC_PRIVATE
com.sun.glass.ui.ClipboardAssistance dropTargetAssistant;
descriptor: Lcom/sun/glass/ui/ClipboardAssistance;
flags: (0x0000)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokedynamic run()Ljava/security/PrivilegedAction;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()Ljava/lang/Object;
com/sun/glass/ui/View.lambda$0()Ljava/lang/Boolean; (6)
()Ljava/lang/Boolean;
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
putstatic com.sun.glass.ui.View.accessible:Z
1: aconst_null
putstatic com.sun.glass.ui.View.lastClickedView:Ljava/lang/ref/WeakReference;
2: iconst_0
putstatic com.sun.glass.ui.View.dragProcessed:Z
return
LocalVariableTable:
Start End Slot Name Signature
public static long getMultiClickTime();
descriptor: ()J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
invokevirtual com.sun.glass.ui.Application.staticView_getMultiClickTime:()J
lreturn
LocalVariableTable:
Start End Slot Name Signature
public static int getMultiClickMaxX();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
invokevirtual com.sun.glass.ui.Application.staticView_getMultiClickMaxX:()I
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int getMultiClickMaxY();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
invokevirtual com.sun.glass.ui.Application.staticView_getMultiClickMaxY:()I
ireturn
LocalVariableTable:
Start End Slot Name Signature
protected abstract void _enableInputMethodEvents(long, boolean);
descriptor: (JZ)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
enable
protected void _finishInputMethodComposition(long);
descriptor: (J)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=0, locals=3, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/View;
0 1 1 ptr J
MethodParameters:
Name Flags
ptr
protected abstract long _create(java.util.Map);
descriptor: (Ljava/util/Map;)J
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
capabilities
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_m1
putfield com.sun.glass.ui.View.width:I
2: aload 0
iconst_m1
putfield com.sun.glass.ui.View.height:I
3: aload 0
iconst_0
putfield com.sun.glass.ui.View.isValid:Z
4: aload 0
iconst_0
putfield com.sun.glass.ui.View.isVisible:Z
5: aload 0
iconst_0
putfield com.sun.glass.ui.View.inFullscreen:Z
6: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
7: aload 0
aload 0
invokestatic com.sun.glass.ui.Application.GetApplication:()Lcom/sun/glass/ui/Application;
pop
invokestatic com.sun.glass.ui.Application.getDeviceDetails:()Ljava/util/Map;
invokevirtual com.sun.glass.ui.View._create:(Ljava/util/Map;)J
putfield com.sun.glass.ui.View.ptr:J
8: aload 0
getfield com.sun.glass.ui.View.ptr:J
lconst_0
lcmp
ifne 10
9: new java.lang.RuntimeException
dup
ldc "could not create platform view"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals: com.sun.glass.ui.View
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/glass/ui/View;
private void checkNotClosed();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.glass.ui.View.ptr:J
lconst_0
lcmp
ifne 2
1: new java.lang.IllegalStateException
dup
ldc "The view has already been closed"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
public boolean isClosed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.ptr:J
lconst_0
lcmp
ifne 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
protected abstract long _getNativeView(long);
descriptor: (J)J
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public long getNativeView();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._getNativeView:(J)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
public int getNativeRemoteLayerId(java.lang.String);
descriptor: (Ljava/lang/String;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: new java.lang.RuntimeException
dup
ldc "This operation is not supported on this platform"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
0 2 1 serverName Ljava/lang/String;
MethodParameters:
Name Flags
serverName
public com.sun.glass.ui.Window getWindow();
descriptor: ()Lcom/sun/glass/ui/Window;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.window:Lcom/sun/glass/ui/Window;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
protected abstract int _getX(long);
descriptor: (J)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public int getX();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._getX:(J)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
protected abstract int _getY(long);
descriptor: (J)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public int getY();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._getY:(J)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
public int getWidth();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.width:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
public int getHeight();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.height:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
protected abstract void _setParent(long, long);
descriptor: (JJ)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
parentPtr
void setWindow(com.sun.glass.ui.Window);
descriptor: (Lcom/sun/glass/ui/Window;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 1
putfield com.sun.glass.ui.View.window:Lcom/sun/glass/ui/Window;
3: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
aload 1
ifnonnull 4
lconst_0
goto 5
StackMap locals: com.sun.glass.ui.View com.sun.glass.ui.Window
StackMap stack: com.sun.glass.ui.View long
4: aload 1
invokevirtual com.sun.glass.ui.Window.getNativeHandle:()J
StackMap locals: com.sun.glass.ui.View com.sun.glass.ui.Window
StackMap stack: com.sun.glass.ui.View long long
5: invokevirtual com.sun.glass.ui.View._setParent:(JJ)V
6: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
lconst_0
lcmp
ifeq 7
aload 1
ifnull 7
iconst_1
goto 8
StackMap locals:
StackMap stack: com.sun.glass.ui.View
7: iconst_0
StackMap locals: com.sun.glass.ui.View com.sun.glass.ui.Window
StackMap stack: com.sun.glass.ui.View int
8: putfield com.sun.glass.ui.View.isValid:Z
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/glass/ui/View;
0 10 1 window Lcom/sun/glass/ui/Window;
MethodParameters:
Name Flags
window
void setVisible(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.sun.glass.ui.View.isVisible:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
0 2 1 visible Z
MethodParameters:
Name Flags
visible
protected abstract boolean _close(long);
descriptor: (J)Z
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.ptr:J
lconst_0
lcmp
ifne 3
2: return
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.glass.ui.View.isInFullscreen:()Z
ifeq 5
4: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
iconst_0
invokevirtual com.sun.glass.ui.View._exitFullscreen:(JZ)V
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.glass.ui.View.getWindow:()Lcom/sun/glass/ui/Window;
astore 1
start local 1 6: aload 1
ifnull 8
7: aload 1
aconst_null
invokevirtual com.sun.glass.ui.Window.setView:(Lcom/sun/glass/ui/View;)V
8: StackMap locals: com.sun.glass.ui.Window
StackMap stack:
aload 0
iconst_0
putfield com.sun.glass.ui.View.isValid:Z
9: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._close:(J)Z
pop
10: aload 0
lconst_0
putfield com.sun.glass.ui.View.ptr:J
11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/glass/ui/View;
6 12 1 host Lcom/sun/glass/ui/Window;
public com.sun.glass.ui.View$EventHandler getEventHandler();
descriptor: ()Lcom/sun/glass/ui/View$EventHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
public void setEventHandler(com.sun.glass.ui.View$EventHandler);
descriptor: (Lcom/sun/glass/ui/View$EventHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
aload 1
putfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 eventHandler Lcom/sun/glass/ui/View$EventHandler;
MethodParameters:
Name Flags
eventHandler
private void handleViewEvent(long, int);
descriptor: (JI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
lload 1
iload 3
invokevirtual com.sun.glass.ui.View$EventHandler.handleViewEvent:(Lcom/sun/glass/ui/View;JI)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 time J
0 3 3 type I
MethodParameters:
Name Flags
time
type
private void handleKeyEvent(long, int, int, char[], int);
descriptor: (JII[CI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=7, args_size=6
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
lload 1
iload 3
iload 4
aload 5
iload 6
invokevirtual com.sun.glass.ui.View$EventHandler.handleKeyEvent:(Lcom/sun/glass/ui/View;JII[CI)V
2: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 time J
0 3 3 action I
0 3 4 keyCode I
0 3 5 keyChars [C
0 3 6 modifiers I
MethodParameters:
Name Flags
time
action
keyCode
keyChars
modifiers
private void handleMouseEvent(long, int, int, int, int, int, int, int, boolean, boolean);
descriptor: (JIIIIIIIZZ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=13, locals=12, args_size=11
start local 0 start local 1 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 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
lload 1
iload 3
iload 4
iload 5
iload 6
iload 7
2: iload 8
iload 9
3: iload 10
iload 11
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleMouseEvent:(Lcom/sun/glass/ui/View;JIIIIIIIZZ)V
5: StackMap locals:
StackMap stack:
return
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 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 time J
0 6 3 type I
0 6 4 button I
0 6 5 x I
0 6 6 y I
0 6 7 xAbs I
0 6 8 yAbs I
0 6 9 modifiers I
0 6 10 isPopupTrigger Z
0 6 11 isSynthesized Z
MethodParameters:
Name Flags
time
type
button
x
y
xAbs
yAbs
modifiers
isPopupTrigger
isSynthesized
private void handleMenuEvent(int, int, int, int, boolean);
descriptor: (IIIIZ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, 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
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
invokevirtual com.sun.glass.ui.View$EventHandler.handleMenuEvent:(Lcom/sun/glass/ui/View;IIIIZ)V
2: StackMap locals:
StackMap stack:
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 x I
0 3 2 y I
0 3 3 xAbs I
0 3 4 yAbs I
0 3 5 isKeyboardTrigger Z
MethodParameters:
Name Flags
x
y
xAbs
yAbs
isKeyboardTrigger
public void handleBeginTouchEvent(com.sun.glass.ui.View, long, int, boolean, int);
descriptor: (Lcom/sun/glass/ui/View;JIZI)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 4
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
iload 5
2: iload 6
3: invokevirtual com.sun.glass.ui.View$EventHandler.handleBeginTouchEvent:(Lcom/sun/glass/ui/View;JIZI)V
4: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/glass/ui/View;
0 5 1 view Lcom/sun/glass/ui/View;
0 5 2 time J
0 5 4 modifiers I
0 5 5 isDirect Z
0 5 6 touchEventCount I
MethodParameters:
Name Flags
view
time
modifiers
isDirect
touchEventCount
public void handleNextTouchEvent(com.sun.glass.ui.View, long, int, long, int, int, int, int);
descriptor: (Lcom/sun/glass/ui/View;JIJIIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 4 start local 5 start local 7 start local 8 start local 9 start local 10 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
lload 5
iload 7
iload 8
iload 9
iload 10
invokevirtual com.sun.glass.ui.View$EventHandler.handleNextTouchEvent:(Lcom/sun/glass/ui/View;JIJIIII)V
2: StackMap locals:
StackMap stack:
return
end local 10 end local 9 end local 8 end local 7 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 view Lcom/sun/glass/ui/View;
0 3 2 time J
0 3 4 type I
0 3 5 touchId J
0 3 7 x I
0 3 8 y I
0 3 9 xAbs I
0 3 10 yAbs I
MethodParameters:
Name Flags
view
time
type
touchId
x
y
xAbs
yAbs
public void handleEndTouchEvent(com.sun.glass.ui.View, long);
descriptor: (Lcom/sun/glass/ui/View;J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
invokevirtual com.sun.glass.ui.View$EventHandler.handleEndTouchEvent:(Lcom/sun/glass/ui/View;J)V
2: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 view Lcom/sun/glass/ui/View;
0 3 2 time J
MethodParameters:
Name Flags
view
time
public void handleScrollGestureEvent(com.sun.glass.ui.View, long, int, int, boolean, boolean, int, int, int, int, int, double, double, double, double, double, double);
descriptor: (Lcom/sun/glass/ui/View;JIIZZIIIIIDDDDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=25, locals=25, args_size=18
start local 0 start local 1 start local 2 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 start local 13 start local 15 start local 17 start local 19 start local 21 start local 23 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
iload 5
iload 6
2: iload 7
iload 8
iload 9
iload 10
iload 11
iload 12
3: dload 13
dload 15
dload 17
dload 19
dload 21
dload 23
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleScrollGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIIDDDDDD)V
5: StackMap locals:
StackMap stack:
return
end local 23 end local 21 end local 19 end local 17 end local 15 end local 13 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 view Lcom/sun/glass/ui/View;
0 6 2 time J
0 6 4 type I
0 6 5 modifiers I
0 6 6 isDirect Z
0 6 7 isInertia Z
0 6 8 touchCount I
0 6 9 x I
0 6 10 y I
0 6 11 xAbs I
0 6 12 yAbs I
0 6 13 dx D
0 6 15 dy D
0 6 17 totaldx D
0 6 19 totaldy D
0 6 21 multiplierX D
0 6 23 multiplierY D
MethodParameters:
Name Flags
view
time
type
modifiers
isDirect
isInertia
touchCount
x
y
xAbs
yAbs
dx
dy
totaldx
totaldy
multiplierX
multiplierY
public void handleZoomGestureEvent(com.sun.glass.ui.View, long, int, int, boolean, boolean, int, int, int, int, double, double, double, double);
descriptor: (Lcom/sun/glass/ui/View;JIIZZIIIIDDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=20, locals=20, args_size=15
start local 0 start local 1 start local 2 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 start local 14 start local 16 start local 18 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 6
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
iload 5
iload 6
2: iload 7
iload 8
iload 9
iload 10
3: iload 11
dload 12
dload 14
dload 16
4: dload 18
5: invokevirtual com.sun.glass.ui.View$EventHandler.handleZoomGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIDDDD)V
6: StackMap locals:
StackMap stack:
return
end local 18 end local 16 end local 14 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/glass/ui/View;
0 7 1 view Lcom/sun/glass/ui/View;
0 7 2 time J
0 7 4 type I
0 7 5 modifiers I
0 7 6 isDirect Z
0 7 7 isInertia Z
0 7 8 originx I
0 7 9 originy I
0 7 10 originxAbs I
0 7 11 originyAbs I
0 7 12 scale D
0 7 14 expansion D
0 7 16 totalscale D
0 7 18 totalexpansion D
MethodParameters:
Name Flags
view
time
type
modifiers
isDirect
isInertia
originx
originy
originxAbs
originyAbs
scale
expansion
totalscale
totalexpansion
public void handleRotateGestureEvent(com.sun.glass.ui.View, long, int, int, boolean, boolean, int, int, int, int, double, double);
descriptor: (Lcom/sun/glass/ui/View;JIIZZIIIIDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=16, locals=16, args_size=13
start local 0 start local 1 start local 2 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 start local 14 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
iload 5
iload 6
2: iload 7
iload 8
iload 9
iload 10
3: iload 11
dload 12
dload 14
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleRotateGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIDD)V
5: StackMap locals:
StackMap stack:
return
end local 14 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 view Lcom/sun/glass/ui/View;
0 6 2 time J
0 6 4 type I
0 6 5 modifiers I
0 6 6 isDirect Z
0 6 7 isInertia Z
0 6 8 originx I
0 6 9 originy I
0 6 10 originxAbs I
0 6 11 originyAbs I
0 6 12 dangle D
0 6 14 totalangle D
MethodParameters:
Name Flags
view
time
type
modifiers
isDirect
isInertia
originx
originy
originxAbs
originyAbs
dangle
totalangle
public void handleSwipeGestureEvent(com.sun.glass.ui.View, long, int, int, boolean, boolean, int, int, int, int, int, int);
descriptor: (Lcom/sun/glass/ui/View;JIIZZIIIIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=14, locals=14, args_size=13
start local 0 start local 1 start local 2 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 start local 13 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 1
lload 2
iload 4
iload 5
iload 6
2: iload 7
iload 8
iload 9
iload 10
3: iload 11
iload 12
iload 13
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleSwipeGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIII)V
5: StackMap locals:
StackMap stack:
return
end local 13 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 view Lcom/sun/glass/ui/View;
0 6 2 time J
0 6 4 type I
0 6 5 modifiers I
0 6 6 isDirect Z
0 6 7 isInertia Z
0 6 8 touchCount I
0 6 9 dir I
0 6 10 originx I
0 6 11 originy I
0 6 12 originxAbs I
0 6 13 originyAbs I
MethodParameters:
Name Flags
view
time
type
modifiers
isDirect
isInertia
touchCount
dir
originx
originy
originxAbs
originyAbs
private void handleInputMethodEvent(long, java.lang.String, int[], int[], byte[], int, int);
descriptor: (JLjava/lang/String;[I[I[BII)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=9, args_size=8
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
lload 1
aload 3
aload 4
2: aload 5
aload 6
3: iload 7
iload 8
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleInputMethodEvent:(JLjava/lang/String;[I[I[BII)V
5: StackMap locals:
StackMap stack:
return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 time J
0 6 3 text Ljava/lang/String;
0 6 4 clauseBoundary [I
0 6 5 attrBoundary [I
0 6 6 attrValue [B
0 6 7 commitCount I
0 6 8 cursorPos I
MethodParameters:
Name Flags
time
text
clauseBoundary
attrBoundary
attrValue
commitCount
cursorPos
public void enableInputMethodEvents(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
iload 1
invokevirtual com.sun.glass.ui.View._enableInputMethodEvents:(JZ)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
0 4 1 enable Z
MethodParameters:
Name Flags
enable
public void finishInputMethodComposition();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._finishInputMethodComposition:(J)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
private double[] getInputMethodCandidatePos(int);
descriptor: (I)[D
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
iload 1
invokevirtual com.sun.glass.ui.View$EventHandler.getInputMethodCandidatePos:(I)[D
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 offset I
MethodParameters:
Name Flags
offset
private void handleDragStart(int, int, int, int, int, com.sun.glass.ui.ClipboardAssistance);
descriptor: (IIIIILcom/sun/glass/ui/ClipboardAssistance;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=7, 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: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 6
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragStart:(Lcom/sun/glass/ui/View;IIIIILcom/sun/glass/ui/ClipboardAssistance;)V
2: StackMap locals:
StackMap stack:
return
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 button I
0 3 2 x I
0 3 3 y I
0 3 4 xAbs I
0 3 5 yAbs I
0 3 6 dropSourceAssistant Lcom/sun/glass/ui/ClipboardAssistance;
MethodParameters:
Name Flags
button
x
y
xAbs
yAbs
dropSourceAssistant
private void handleDragEnd(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragEnd:(Lcom/sun/glass/ui/View;I)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 performedAction I
MethodParameters:
Name Flags
performedAction
private int handleDragEnter(int, int, int, int, int, com.sun.glass.ui.ClipboardAssistance);
descriptor: (IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=7, 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: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 6
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragEnter:(Lcom/sun/glass/ui/View;IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
ireturn
2: StackMap locals:
StackMap stack:
iload 5
ireturn
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 x I
0 3 2 y I
0 3 3 xAbs I
0 3 4 yAbs I
0 3 5 recommendedDropAction I
0 3 6 dropTargetAssistant Lcom/sun/glass/ui/ClipboardAssistance;
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
dropTargetAssistant
private int handleDragOver(int, int, int, int, int, com.sun.glass.ui.ClipboardAssistance);
descriptor: (IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=7, 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: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 6
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragOver:(Lcom/sun/glass/ui/View;IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
ireturn
2: StackMap locals:
StackMap stack:
iload 5
ireturn
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 x I
0 3 2 y I
0 3 3 xAbs I
0 3 4 yAbs I
0 3 5 recommendedDropAction I
0 3 6 dropTargetAssistant Lcom/sun/glass/ui/ClipboardAssistance;
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
dropTargetAssistant
private void handleDragLeave(com.sun.glass.ui.ClipboardAssistance);
descriptor: (Lcom/sun/glass/ui/ClipboardAssistance;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
aload 1
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragLeave:(Lcom/sun/glass/ui/View;Lcom/sun/glass/ui/ClipboardAssistance;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 dropTargetAssistant Lcom/sun/glass/ui/ClipboardAssistance;
MethodParameters:
Name Flags
dropTargetAssistant
private int handleDragDrop(int, int, int, int, int, com.sun.glass.ui.ClipboardAssistance);
descriptor: (IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=7, 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: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 2
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 6
invokevirtual com.sun.glass.ui.View$EventHandler.handleDragDrop:(Lcom/sun/glass/ui/View;IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 x I
0 3 2 y I
0 3 3 xAbs I
0 3 4 yAbs I
0 3 5 recommendedDropAction I
0 3 6 dropTargetAssistant Lcom/sun/glass/ui/ClipboardAssistance;
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
dropTargetAssistant
protected abstract void _scheduleRepaint(long);
descriptor: (J)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public void scheduleRepaint();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._scheduleRepaint:(J)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
protected abstract void _begin(long);
descriptor: (J)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public void lock();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
1: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._begin:(J)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
protected abstract void _end(long);
descriptor: (J)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public void unlock();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
1: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._end:(J)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
protected abstract int _getNativeFrameBuffer(long);
descriptor: (J)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
public int getNativeFrameBuffer();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._getNativeFrameBuffer:(J)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/View;
protected abstract void _uploadPixels(long, com.sun.glass.ui.Pixels);
descriptor: (JLcom/sun/glass/ui/Pixels;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
pixels
public void uploadPixels(com.sun.glass.ui.Pixels);
descriptor: (Lcom/sun/glass/ui/Pixels;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
invokevirtual com.sun.glass.ui.View.lock:()V
3: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
aload 1
invokevirtual com.sun.glass.ui.View._uploadPixels:(JLcom/sun/glass/ui/Pixels;)V
4: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 2
6: aload 0
invokevirtual com.sun.glass.ui.View.unlock:()V
7: aload 2
athrow
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.glass.ui.View.unlock:()V
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/glass/ui/View;
0 10 1 pixels Lcom/sun/glass/ui/Pixels;
Exception table:
from to target type
3 5 5 any
MethodParameters:
Name Flags
pixels
protected abstract boolean _enterFullscreen(long, boolean, boolean, boolean);
descriptor: (JZZZ)Z
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
animate
keepRatio
hideCursor
public boolean enterFullscreen(boolean, boolean, boolean);
descriptor: (ZZZ)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
iload 1
iload 2
iload 3
invokevirtual com.sun.glass.ui.View._enterFullscreen:(JZZZ)Z
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
0 3 1 animate Z
0 3 2 keepRatio Z
0 3 3 hideCursor Z
MethodParameters:
Name Flags
animate
keepRatio
hideCursor
protected abstract void _exitFullscreen(long, boolean);
descriptor: (JZ)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
ptr
animate
public void exitFullscreen(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
iload 1
invokevirtual com.sun.glass.ui.View._exitFullscreen:(JZ)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
0 4 1 animate Z
MethodParameters:
Name Flags
animate
public boolean isInFullscreen();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
getfield com.sun.glass.ui.View.inFullscreen:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
public boolean toggleFullscreen(boolean, boolean, boolean);
descriptor: (ZZZ)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: aload 0
getfield com.sun.glass.ui.View.inFullscreen:Z
ifne 5
3: aload 0
iload 1
iload 2
iload 3
invokevirtual com.sun.glass.ui.View.enterFullscreen:(ZZZ)Z
pop
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.sun.glass.ui.View.exitFullscreen:(Z)V
6: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.glass.ui.View.ptr:J
invokevirtual com.sun.glass.ui.View._scheduleRepaint:(J)V
7: aload 0
getfield com.sun.glass.ui.View.inFullscreen:Z
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/glass/ui/View;
0 8 1 animate Z
0 8 2 keepRatio Z
0 8 3 hideCursor Z
MethodParameters:
Name Flags
animate
keepRatio
hideCursor
public void updateLocation();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
sipush 423
invokevirtual com.sun.glass.ui.View.notifyView:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
protected void notifyView(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: iload 1
sipush 421
if_icmpne 4
1: aload 0
getfield com.sun.glass.ui.View.isValid:Z
ifeq 28
2: aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
invokevirtual com.sun.glass.ui.View.handleViewEvent:(JI)V
3: goto 28
4: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 5: iload 1
lookupswitch { // 6
411: 9
412: 6
422: 22
423: 22
431: 12
432: 17
default: 23
}
6: StackMap locals: int
StackMap stack:
aload 0
iconst_0
putfield com.sun.glass.ui.View.isValid:Z
7: iconst_1
istore 2
8: goto 25
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.glass.ui.View.isValid:Z
10: iconst_1
istore 2
11: goto 25
12: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.glass.ui.View.inFullscreen:Z
13: iconst_1
istore 2
14: aload 0
invokevirtual com.sun.glass.ui.View.getWindow:()Lcom/sun/glass/ui/Window;
ifnull 25
15: aload 0
invokevirtual com.sun.glass.ui.View.getWindow:()Lcom/sun/glass/ui/Window;
iconst_1
invokevirtual com.sun.glass.ui.Window.notifyFullscreen:(Z)V
16: goto 25
17: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.sun.glass.ui.View.inFullscreen:Z
18: iconst_1
istore 2
19: aload 0
invokevirtual com.sun.glass.ui.View.getWindow:()Lcom/sun/glass/ui/Window;
ifnull 25
20: aload 0
invokevirtual com.sun.glass.ui.View.getWindow:()Lcom/sun/glass/ui/Window;
iconst_0
invokevirtual com.sun.glass.ui.Window.notifyFullscreen:(Z)V
21: goto 25
22: StackMap locals:
StackMap stack:
goto 25
23: StackMap locals:
StackMap stack:
getstatic java.lang.System.err:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Unknown view event type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
24: return
25: StackMap locals:
StackMap stack:
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
invokevirtual com.sun.glass.ui.View.handleViewEvent:(JI)V
26: iload 2
ifeq 28
27: aload 0
invokestatic java.lang.System.nanoTime:()J
sipush 423
invokevirtual com.sun.glass.ui.View.handleViewEvent:(JI)V
end local 2 28: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lcom/sun/glass/ui/View;
0 29 1 type I
5 28 2 synthesizeMOVE Z
MethodParameters:
Name Flags
type
protected void notifyResize(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.glass.ui.View.width:I
iload 1
if_icmpne 2
aload 0
getfield com.sun.glass.ui.View.height:I
iload 2
if_icmpne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield com.sun.glass.ui.View.width:I
3: aload 0
iload 2
putfield com.sun.glass.ui.View.height:I
4: aload 0
invokestatic java.lang.System.nanoTime:()J
sipush 422
invokevirtual com.sun.glass.ui.View.handleViewEvent:(JI)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 width I
0 6 2 height I
MethodParameters:
Name Flags
width
height
protected void notifyRepaint(int, int, int, int);
descriptor: (IIII)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
sipush 421
invokevirtual com.sun.glass.ui.View.notifyView:(I)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/glass/ui/View;
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
protected void (int, int, int, int, boolean);
descriptor: (IIIIZ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, 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
iload 5
invokevirtual com.sun.glass.ui.View.handleMenuEvent:(IIIIZ)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/glass/ui/View;
0 2 1 x I
0 2 2 y I
0 2 3 xAbs I
0 2 4 yAbs I
0 2 5 isKeyboardTrigger Z
MethodParameters:
Name Flags
x
y
xAbs
yAbs
isKeyboardTrigger
protected void notifyMouse(int, int, int, int, int, int, int, boolean, boolean);
descriptor: (IIIIIIIZZ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=13, args_size=10
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 0: aload 0
getfield com.sun.glass.ui.View.window:Lcom/sun/glass/ui/Window;
ifnull 3
1: aload 0
getfield com.sun.glass.ui.View.window:Lcom/sun/glass/ui/Window;
iload 1
iload 2
iload 3
iload 4
iload 5
iload 6
invokevirtual com.sun.glass.ui.Window.handleMouseEvent:(IIIIII)Z
ifeq 3
2: return
3: StackMap locals:
StackMap stack:
invokestatic java.lang.System.nanoTime:()J
lstore 10
start local 10 4: iload 1
sipush 221
if_icmpne 21
5: getstatic com.sun.glass.ui.View.lastClickedView:Ljava/lang/ref/WeakReference;
ifnonnull 6
aconst_null
goto 7
StackMap locals: long
StackMap stack:
6: getstatic com.sun.glass.ui.View.lastClickedView:Ljava/lang/ref/WeakReference;
invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
checkcast com.sun.glass.ui.View
StackMap locals:
StackMap stack: com.sun.glass.ui.View
7: astore 12
start local 12 8: aload 12
aload 0
if_acmpne 15
9: getstatic com.sun.glass.ui.View.lastClickedButton:I
iload 2
if_icmpne 15
10: lload 10
getstatic com.sun.glass.ui.View.lastClickedTime:J
lsub
ldc 1000000
invokestatic com.sun.glass.ui.View.getMultiClickTime:()J
lmul
lcmp
ifgt 15
11: iload 3
getstatic com.sun.glass.ui.View.lastClickedX:I
isub
invokestatic java.lang.Math.abs:(I)I
invokestatic com.sun.glass.ui.View.getMultiClickMaxX:()I
if_icmpgt 15
12: iload 4
getstatic com.sun.glass.ui.View.lastClickedY:I
isub
invokestatic java.lang.Math.abs:(I)I
invokestatic com.sun.glass.ui.View.getMultiClickMaxY:()I
if_icmpgt 15
13: getstatic com.sun.glass.ui.View.clickCount:I
iconst_1
iadd
putstatic com.sun.glass.ui.View.clickCount:I
14: goto 20
15: StackMap locals: com.sun.glass.ui.View
StackMap stack:
iconst_1
putstatic com.sun.glass.ui.View.clickCount:I
16: new java.lang.ref.WeakReference
dup
aload 0
invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
putstatic com.sun.glass.ui.View.lastClickedView:Ljava/lang/ref/WeakReference;
17: iload 2
putstatic com.sun.glass.ui.View.lastClickedButton:I
18: iload 3
putstatic com.sun.glass.ui.View.lastClickedX:I
19: iload 4
putstatic com.sun.glass.ui.View.lastClickedY:I
20: StackMap locals:
StackMap stack:
lload 10
putstatic com.sun.glass.ui.View.lastClickedTime:J
end local 12 21: StackMap locals:
StackMap stack:
aload 0
lload 10
iload 1
iload 2
iload 3
iload 4
iload 5
iload 6
22: iload 7
iload 8
iload 9
23: invokevirtual com.sun.glass.ui.View.handleMouseEvent:(JIIIIIIIZZ)V
24: iload 1
sipush 223
if_icmpne 29
25: getstatic com.sun.glass.ui.View.dragProcessed:Z
ifne 30
26: aload 0
iload 2
iload 3
iload 4
iload 5
iload 6
invokevirtual com.sun.glass.ui.View.notifyDragStart:(IIIII)V
27: iconst_1
putstatic com.sun.glass.ui.View.dragProcessed:Z
28: goto 30
29: StackMap locals:
StackMap stack:
iconst_0
putstatic com.sun.glass.ui.View.dragProcessed:Z
30: StackMap locals:
StackMap stack:
return
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 31 0 this Lcom/sun/glass/ui/View;
0 31 1 type I
0 31 2 button I
0 31 3 x I
0 31 4 y I
0 31 5 xAbs I
0 31 6 yAbs I
0 31 7 modifiers I
0 31 8 isPopupTrigger Z
0 31 9 isSynthesized Z
4 31 10 now J
8 21 12 lastClickedView Lcom/sun/glass/ui/View;
MethodParameters:
Name Flags
type
button
x
y
xAbs
yAbs
modifiers
isPopupTrigger
isSynthesized
protected void notifyScroll(int, int, int, int, double, double, int, int, int, int, int, double, double);
descriptor: (IIIIDDIIIIIDD)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=21, locals=18, args_size=14
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 7 start local 9 start local 10 start local 11 start local 12 start local 13 start local 14 start local 16 0: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
ifnull 5
1: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
aload 0
invokestatic java.lang.System.nanoTime:()J
2: iload 1
iload 2
iload 3
iload 4
dload 5
dload 7
iload 9
iload 10
iload 11
3: iload 12
iload 13
dload 14
dload 16
4: invokevirtual com.sun.glass.ui.View$EventHandler.handleScrollEvent:(Lcom/sun/glass/ui/View;JIIIIDDIIIIIDD)V
5: StackMap locals:
StackMap stack:
return
end local 16 end local 14 end local 13 end local 12 end local 11 end local 10 end local 9 end local 7 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 6 0 this Lcom/sun/glass/ui/View;
0 6 1 x I
0 6 2 y I
0 6 3 xAbs I
0 6 4 yAbs I
0 6 5 deltaX D
0 6 7 deltaY D
0 6 9 modifiers I
0 6 10 lines I
0 6 11 chars I
0 6 12 defaultLines I
0 6 13 defaultChars I
0 6 14 xMultiplier D
0 6 16 yMultiplier D
MethodParameters:
Name Flags
x
y
xAbs
yAbs
deltaX
deltaY
modifiers
lines
chars
defaultLines
defaultChars
xMultiplier
yMultiplier
protected void notifyKey(int, int, char[], int);
descriptor: (II[CI)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
aload 3
iload 4
invokevirtual com.sun.glass.ui.View.handleKeyEvent:(JII[CI)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/glass/ui/View;
0 2 1 type I
0 2 2 keyCode I
0 2 3 keyChars [C
0 2 4 modifiers I
MethodParameters:
Name Flags
type
keyCode
keyChars
modifiers
protected void notifyInputMethod(java.lang.String, int[], int[], byte[], int, int, int);
descriptor: (Ljava/lang/String;[I[I[BIII)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokestatic java.lang.System.nanoTime:()J
aload 1
aload 2
1: aload 3
aload 4
iload 5
iload 6
2: invokevirtual com.sun.glass.ui.View.handleInputMethodEvent:(JLjava/lang/String;[I[I[BII)V
3: 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 4 0 this Lcom/sun/glass/ui/View;
0 4 1 text Ljava/lang/String;
0 4 2 clauseBoundary [I
0 4 3 attrBoundary [I
0 4 4 attrValue [B
0 4 5 committedTextLength I
0 4 6 caretPos I
0 4 7 visiblePos I
MethodParameters:
Name Flags
text
clauseBoundary
attrBoundary
attrValue
committedTextLength
caretPos
visiblePos
protected double[] notifyInputMethodCandidatePosRequest(int);
descriptor: (I)[D
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.sun.glass.ui.View.getInputMethodCandidatePos:(I)[D
astore 2
start local 2 1: aload 2
ifnonnull 5
2: iconst_2
newarray 7
astore 2
3: aload 2
iconst_0
dconst_0
dastore
4: aload 2
iconst_1
dconst_0
dastore
5: StackMap locals: double[]
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/glass/ui/View;
0 6 1 offset I
1 6 2 ret [D
MethodParameters:
Name Flags
offset
protected void notifyDragStart(int, int, int, int, int);
descriptor: (IIIII)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, 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
new com.sun.glass.ui.View$1
dup
aload 0
ldc "DND"
invokespecial com.sun.glass.ui.View$1.<init>:(Lcom/sun/glass/ui/View;Ljava/lang/String;)V
putfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
1: aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 0
getfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.View.handleDragStart:(IIIIILcom/sun/glass/ui/ClipboardAssistance;)V
2: aload 0
getfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
ifnull 5
3: aload 0
getfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.ClipboardAssistance.close:()V
4: aload 0
aconst_null
putfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
5: StackMap locals:
StackMap stack:
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 6 0 this Lcom/sun/glass/ui/View;
0 6 1 button I
0 6 2 x I
0 6 3 y I
0 6 4 xAbs I
0 6 5 yAbs I
MethodParameters:
Name Flags
button
x
y
xAbs
yAbs
protected void notifyDragEnd(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.sun.glass.ui.View.handleDragEnd:(I)V
1: aload 0
getfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
ifnull 4
2: aload 0
getfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.ClipboardAssistance.close:()V
3: aload 0
aconst_null
putfield com.sun.glass.ui.View.dropSourceAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/glass/ui/View;
0 5 1 performedAction I
MethodParameters:
Name Flags
performedAction
protected int notifyDragEnter(int, int, int, int, int);
descriptor: (IIIII)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, 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
new com.sun.glass.ui.View$2
dup
aload 0
ldc "DND"
invokespecial com.sun.glass.ui.View$2.<init>:(Lcom/sun/glass/ui/View;Ljava/lang/String;)V
putfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
1: aload 0
iload 1
iload 2
iload 3
iload 4
iload 5
aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.View.handleDragEnter:(IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
ireturn
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/glass/ui/View;
0 2 1 x I
0 2 2 y I
0 2 3 xAbs I
0 2 4 yAbs I
0 2 5 recommendedDropAction I
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
protected int notifyDragOver(int, int, int, int, int);
descriptor: (IIIII)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, 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
iload 5
aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.View.handleDragOver:(IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
ireturn
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 1 0 this Lcom/sun/glass/ui/View;
0 1 1 x I
0 1 2 y I
0 1 3 xAbs I
0 1 4 yAbs I
0 1 5 recommendedDropAction I
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
protected void notifyDragLeave();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.View.handleDragLeave:(Lcom/sun/glass/ui/ClipboardAssistance;)V
1: aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.ClipboardAssistance.close:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/glass/ui/View;
protected int notifyDragDrop(int, int, int, int, int);
descriptor: (IIIII)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=7, 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
iload 5
aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.View.handleDragDrop:(IIIIILcom/sun/glass/ui/ClipboardAssistance;)I
istore 6
start local 6 1: aload 0
getfield com.sun.glass.ui.View.dropTargetAssistant:Lcom/sun/glass/ui/ClipboardAssistance;
invokevirtual com.sun.glass.ui.ClipboardAssistance.close:()V
2: iload 6
ireturn
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 3 0 this Lcom/sun/glass/ui/View;
0 3 1 x I
0 3 2 y I
0 3 3 xAbs I
0 3 4 yAbs I
0 3 5 recommendedDropAction I
1 3 6 performedAction I
MethodParameters:
Name Flags
x
y
xAbs
yAbs
recommendedDropAction
public void notifyBeginTouchEvent(int, boolean, int);
descriptor: (IZI)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
1: iload 3
2: invokevirtual com.sun.glass.ui.View.handleBeginTouchEvent:(Lcom/sun/glass/ui/View;JIZI)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
0 4 1 modifiers I
0 4 2 isDirect Z
0 4 3 touchEventCount I
MethodParameters:
Name Flags
modifiers
isDirect
touchEventCount
public void notifyNextTouchEvent(int, long, int, int, int, int);
descriptor: (IJIIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
lload 2
iload 4
iload 5
iload 6
1: iload 7
2: invokevirtual com.sun.glass.ui.View.handleNextTouchEvent:(Lcom/sun/glass/ui/View;JIJIIII)V
3: return
end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/glass/ui/View;
0 4 1 type I
0 4 2 touchId J
0 4 4 x I
0 4 5 y I
0 4 6 xAbs I
0 4 7 yAbs I
MethodParameters:
Name Flags
type
touchId
x
y
xAbs
yAbs
public void notifyEndTouchEvent();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
invokevirtual com.sun.glass.ui.View.handleEndTouchEvent:(Lcom/sun/glass/ui/View;J)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/View;
public void notifyScrollGestureEvent(int, int, boolean, boolean, int, int, int, int, int, double, double, double, double, double, double);
descriptor: (IIZZIIIIIDDDDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=25, locals=22, args_size=16
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 12 start local 14 start local 16 start local 18 start local 20 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
1: iload 3
iload 4
iload 5
iload 6
iload 7
iload 8
2: iload 9
dload 10
dload 12
dload 14
dload 16
dload 18
dload 20
3: invokevirtual com.sun.glass.ui.View.handleScrollGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIIDDDDDD)V
4: return
end local 20 end local 18 end local 16 end local 14 end local 12 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 5 0 this Lcom/sun/glass/ui/View;
0 5 1 type I
0 5 2 modifiers I
0 5 3 isDirect Z
0 5 4 isInertia Z
0 5 5 touchCount I
0 5 6 x I
0 5 7 y I
0 5 8 xAbs I
0 5 9 yAbs I
0 5 10 dx D
0 5 12 dy D
0 5 14 totaldx D
0 5 16 totaldy D
0 5 18 multiplierX D
0 5 20 multiplierY D
MethodParameters:
Name Flags
type
modifiers
isDirect
isInertia
touchCount
x
y
xAbs
yAbs
dx
dy
totaldx
totaldy
multiplierX
multiplierY
public void notifyZoomGestureEvent(int, int, boolean, boolean, int, int, int, int, double, double, double, double);
descriptor: (IIZZIIIIDDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=20, locals=17, 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 11 start local 13 start local 15 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
1: iload 3
iload 4
iload 5
iload 6
iload 7
2: iload 8
dload 9
dload 11
dload 13
3: dload 15
4: invokevirtual com.sun.glass.ui.View.handleZoomGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIDDDD)V
5: return
end local 15 end local 13 end local 11 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 6 0 this Lcom/sun/glass/ui/View;
0 6 1 type I
0 6 2 modifiers I
0 6 3 isDirect Z
0 6 4 isInertia Z
0 6 5 originx I
0 6 6 originy I
0 6 7 originxAbs I
0 6 8 originyAbs I
0 6 9 scale D
0 6 11 expansion D
0 6 13 totalscale D
0 6 15 totalexpansion D
MethodParameters:
Name Flags
type
modifiers
isDirect
isInertia
originx
originy
originxAbs
originyAbs
scale
expansion
totalscale
totalexpansion
public void notifyRotateGestureEvent(int, int, boolean, boolean, int, int, int, int, double, double);
descriptor: (IIZZIIIIDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=16, locals=13, args_size=11
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 11 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
1: iload 3
iload 4
iload 5
iload 6
2: iload 7
iload 8
dload 9
dload 11
3: invokevirtual com.sun.glass.ui.View.handleRotateGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIDD)V
4: return
end local 11 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 5 0 this Lcom/sun/glass/ui/View;
0 5 1 type I
0 5 2 modifiers I
0 5 3 isDirect Z
0 5 4 isInertia Z
0 5 5 originx I
0 5 6 originy I
0 5 7 originxAbs I
0 5 8 originyAbs I
0 5 9 dangle D
0 5 11 totalangle D
MethodParameters:
Name Flags
type
modifiers
isDirect
isInertia
originx
originy
originxAbs
originyAbs
dangle
totalangle
public void notifySwipeGestureEvent(int, int, boolean, boolean, int, int, int, int, int, int);
descriptor: (IIZZIIIIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=14, locals=11, args_size=11
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 0: aload 0
aload 0
invokestatic java.lang.System.nanoTime:()J
iload 1
iload 2
1: iload 3
iload 4
iload 5
iload 6
iload 7
2: iload 8
iload 9
iload 10
3: invokevirtual com.sun.glass.ui.View.handleSwipeGestureEvent:(Lcom/sun/glass/ui/View;JIIZZIIIIII)V
4: return
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 5 0 this Lcom/sun/glass/ui/View;
0 5 1 type I
0 5 2 modifiers I
0 5 3 isDirect Z
0 5 4 isInertia Z
0 5 5 touchCount I
0 5 6 dir I
0 5 7 originx I
0 5 8 originy I
0 5 9 originxAbs I
0 5 10 originyAbs I
MethodParameters:
Name Flags
type
modifiers
isDirect
isInertia
touchCount
dir
originx
originy
originxAbs
originyAbs
long getAccessible();
descriptor: ()J
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: invokestatic com.sun.glass.ui.Application.checkEventThread:()V
1: aload 0
invokevirtual com.sun.glass.ui.View.checkNotClosed:()V
2: getstatic com.sun.glass.ui.View.accessible:Z
ifeq 7
3: aload 0
getfield com.sun.glass.ui.View.eventHandler:Lcom/sun/glass/ui/View$EventHandler;
invokevirtual com.sun.glass.ui.View$EventHandler.getSceneAccessible:()Lcom/sun/glass/ui/Accessible;
astore 1
start local 1 4: aload 1
ifnull 7
5: aload 1
aload 0
invokevirtual com.sun.glass.ui.Accessible.setView:(Lcom/sun/glass/ui/View;)V
6: aload 1
invokevirtual com.sun.glass.ui.Accessible.getNativeAccessible:()J
lreturn
end local 1 7: StackMap locals:
StackMap stack:
lconst_0
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/glass/ui/View;
4 7 1 acc Lcom/sun/glass/ui/Accessible;
private static java.lang.Boolean lambda$0();
descriptor: ()Ljava/lang/Boolean;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=5, args_size=0
0: ldc "glass.accessible.force"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
astore 0
start local 0 1: aload 0
ifnull 2
aload 0
invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
2: StackMap locals: java.lang.String
StackMap stack:
invokestatic com.sun.glass.ui.Platform.determinePlatform:()Ljava/lang/String;
astore 1
start local 1 3: ldc "os.version"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
ldc "(\\d+)\\.\\d+.*"
ldc "$1"
invokevirtual java.lang.String.replaceFirst:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 4: ldc "os.version"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
ldc "\\d+\\.(\\d+).*"
ldc "$1"
invokevirtual java.lang.String.replaceFirst:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
astore 3
start local 3 5: aload 2
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
bipush 100
imul
aload 3
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
iadd
istore 4
start local 4 6: aload 1
ldc "Mac"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 7
iload 4
sipush 1009
if_icmpge 10
7: StackMap locals: java.lang.String java.lang.String java.lang.String java.lang.String int
StackMap stack:
aload 1
ldc "Win"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 9
iload 4
sipush 601
8: if_icmpge 10
StackMap locals:
StackMap stack:
9: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
StackMap locals:
StackMap stack:
10: iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
11: areturn
end local 4 end local 3 end local 2 end local 1 12: StackMap locals: java.lang.String
StackMap stack: java.lang.Exception
pop
13: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 14 0 force Ljava/lang/String;
3 12 1 platform Ljava/lang/String;
4 12 2 major Ljava/lang/String;
5 12 3 minor Ljava/lang/String;
6 12 4 v I
Exception table:
from to target type
2 11 12 Class java.lang.Exception
}
SourceFile: "View.java"
NestMembers:
com.sun.glass.ui.View$1 com.sun.glass.ui.View$2 com.sun.glass.ui.View$Capability com.sun.glass.ui.View$EventHandler
InnerClasses:
com.sun.glass.ui.View$1
com.sun.glass.ui.View$2
public final Capability = com.sun.glass.ui.View$Capability of com.sun.glass.ui.View
public EventHandler = com.sun.glass.ui.View$EventHandler of com.sun.glass.ui.View
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles