blob: 5544cba42ef9b214dcc316b85388836897708fa9 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.textLayout.container.ISandboxSupport",
"description": "Interface to support TLF content in a sub-application. When an application is loaded in an untrusted context, mouse events that occur outside of the untrusted application's bounds are not delivered. Clients can handle this by implementing ISandboxSupport.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.container.ContainerController", "org.apache.royale.textLayout.container.TextContainerManager", "org.apache.royale.textLayout.edit.SelectionManager", "flash.system.SecurityDomain"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "beginMouseCapture",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called to request clients to begin the forwarding of mouseup and mousemove events from outside a security sandbox.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "endMouseCapture",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called to inform clients that the the forwarding of mouseup and mousemove events from outside a security sandbox is no longer needed.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "mouseUpSomewhere",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Client call to forward a mouseUp event from outside a security sandbox. Coordinates of the mouse up are not needed.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
,
{ "type": "method",
"qname": "mouseMoveSomewhere",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Client call to forward a mouseMove event from outside a security sandbox. Coordinates of the mouse move are not needed.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
]
}