public static interface

AWTAccessor.AWTEventAccessor

sun.awt.AWTAccessor.AWTEventAccessor

Summary

Public Methods
abstract AccessControlContext getAccessControlContext(AWTEvent ev)
abstract boolean isSystemGenerated(AWTEvent ev)
Indicates whether this AWTEvent was generated by the system.
abstract void setSystemGenerated(AWTEvent ev)
Sets the flag on this AWTEvent indicating that it was generated by the system.

Public Methods

public abstract AccessControlContext getAccessControlContext (AWTEvent ev)

public abstract boolean isSystemGenerated (AWTEvent ev)

Indicates whether this AWTEvent was generated by the system.

public abstract void setSystemGenerated (AWTEvent ev)

Sets the flag on this AWTEvent indicating that it was generated by the system.