| Pacchetto | mx.automation |
| Interfaccia | public interface IAutomationEnvironment |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment | ||
Descrizione dei metodi
getAutomationClassByInstance | () | metodo |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
Parametri
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj.
|
getAutomationClassByName | () | metodo |
public function getAutomationClassByName(automationClass:String):IAutomationClass| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
Parametri
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.
|
Tue Jun 12 2018, 02:44 PM Z