包 | mx.automation |
接口 | public interface IAutomationEnvironment |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
返回对应于给定对象的自动化类。 | IAutomationEnvironment | ||
返回给定名称的自动化类。 | IAutomationEnvironment |
方法详细信息
getAutomationClassByInstance | () | 方法 |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
返回对应于给定对象的自动化类。
参数
obj:IAutomationObject — 可测试对象的委托实例。
|
IAutomationClass — obj 的自动化类。
|
getAutomationClassByName | () | 方法 |
public function getAutomationClassByName(automationClass:String):IAutomationClass
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
返回给定名称的自动化类。
参数
automationClass:String — 对应于 AutomationClass.name 属性的值的类名称。
|
IAutomationClass — 对应于给定名称的自动化类;或者,如果找不到名称,则为 null 。
|
Tue Jun 12 2018, 11:04 AM Z