This method of the UIPermission Class sets the ability to access the system clipboard. If flag is set to true, the permission object will indicate that access to the Clipboard is allowed; otherwise, it will indicate that access to the Clipboard is not allowed.
public void setClipboardAccess(boolean flag);
flag | The flag that indicates whether access to the Clipboard should be allowed. |