(Flex Data Visualization only)
The IAutomationEnvironment interface provides information about the
objects and properties of automatable components needed for communicating
with agents.
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
Returns the automation class corresponding to the given object.
Parameters
Returns
public function getAutomationClassByName(automationClass:String):IAutomationClass
Returns the automation class for the given name.
Parameters
| automationClass:String — A class name that corresponds to the value of
the AutomationClass.name property.
|
Returns
| IAutomationClass — Automation class corresponding to the given name,
or null if none was found.
|
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Fri Feb 15 2008, 2:47 AM GMT-08:00