Pacote | mx.automation |
Interface | public interface IAutomationEnvironment |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment |
Detalhes do método
getAutomationClassByInstance | () | método |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
Parâmetros
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj .
|
getAutomationClassByName | () | método |
public function getAutomationClassByName(automationClass:String):IAutomationClass
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
Parâmetros
automationClass:String — A class name that corresponds to the value of
the AutomationClass.name property.
|
IAutomationClass — Automation class corresponding to the given name,
or null if none was found.
|
Wed Jun 13 2018, 11:10 AM Z