blob: 40767b28fe9a25c401e5c0f00b8b2ae259822b6d [file] [log] [blame]
{ "type": "class",
"qname": "mx.managers.BrowserManager",
"baseClassname": ""
,
"description": "The BrowserManager is a Singleton manager that acts as a proxy between the browser and the application. It provides access to the URL in the browser address bar similar to accessing the <code>document.location</code> property in JavaScript. Events are dispatched when the <code>url</code> property is changed. Listeners can then respond, alter the URL, and/or block others from getting the event. <p>To use the BrowserManager, you call the <code>getInstance()</code> method to get the current instance of the manager, and call methods and listen to events on that manager. See the IBrowserManager class for the methods, properties, and events to use.</p>",
"tags": [
{ "tagName": "see",
"values": ["mx.managers.IBrowserManager", "mx.managers.HistoryManager"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "getInstance",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Returns the sole instance of this Singleton class; creates it if it does not already exist. creates it if it does not already exist.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["Returns the sole instance of this Singleton class;"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "mx.managers.IBrowserManager",
"params": []}
]
}