blob: 76dda1e6c7db41957971c400e4c6a21b04442721 [file] [log] [blame]
{ "type": "interface",
"qname": "mx.core.IToolTip",
"baseInterfaceNames": [
"mx.core.IUIComponent"]
,
"description": "The IToolTip interface defines the API that tooltip-like components must implement in order to work with the ToolTipManager. The ToolTip class implements this interface.",
"tags": [
{ "tagName": "see",
"values": ["mx.controls.ToolTip", "mx.managers.ToolTipManager"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.geom.Rectangle",
"qname": "screen",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A Rectangle that specifies the size and position of the base drawing surface for this tooltip.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "text",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The text that appears in the tooltip.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}