wt.security
Class AWTAccess_plugin.AWTAccessAction

java.lang.Object
  extended bywt.security.AWTAccess_plugin.AWTAccessAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
AWTAccess_plugin

class AWTAccess_plugin.AWTAccessAction
extends Object
implements PrivilegedAction


Field Summary
private  AWTAccess_plugin access
           
private  int actionType
           
protected  Applet applet
           
protected  AppletStub appletStub
           
protected  Component component
           
private  Exception exception
           
static int GET_HWND
           
static int GET_SYSTEMCLIPBOARD
           
private  Object ret
           
static int SET_APPLETSTUB
           
 
Constructor Summary
(package private) AWTAccess_plugin.AWTAccessAction(AWTAccess_plugin access, int actionType)
           
 
Method Summary
(package private)  Exception getException()
           
private  Integer getHWnd(Component c)
           
(package private)  Object getReturn()
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_SYSTEMCLIPBOARD

public static final int GET_SYSTEMCLIPBOARD
See Also:
Constant Field Values

GET_HWND

public static final int GET_HWND
See Also:
Constant Field Values

SET_APPLETSTUB

public static final int SET_APPLETSTUB
See Also:
Constant Field Values

access

private AWTAccess_plugin access

actionType

private int actionType

component

protected Component component

applet

protected Applet applet

appletStub

protected AppletStub appletStub

ret

private Object ret

exception

private Exception exception
Constructor Detail

AWTAccess_plugin.AWTAccessAction

AWTAccess_plugin.AWTAccessAction(AWTAccess_plugin access,
                                 int actionType)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction

getHWnd

private Integer getHWnd(Component c)

getReturn

Object getReturn()

getException

Exception getException()