Pakiet | mx.automation |
Klasa | public class AutomationHelper |
Dziedziczenie | AutomationHelper Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[statyczny]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[statyczny]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[statyczny]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[statyczny]
Returns the top level application. | AutomationHelper | ||
[statyczny]
Returns the start point in screen coordinates. | AutomationHelper | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
[statyczny]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[statyczny]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
[statyczny]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[statyczny] | AutomationHelper | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
[statyczny]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
AutomationHelper | () | Konstruktor |
public function AutomationHelper()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor
Szczegół metody
getActiveWindow | () | metoda |
getAirHelperClass | () | metoda |
getAppTitle | () | metoda |
getMainApplication | () | metoda |
getStageStartPointInScreenCoords | () | metoda |
isAirClassLoaded | () | metoda |
isCurrentAppAir | () | metoda |
isRequiredAirClassPresent | () | metoda |
isRequiredSparkClassPresent | () | metoda |
registerSystemManager | () | metoda |
public static function registerSystemManager(sm1:ISystemManager):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
Parametry
sm1:ISystemManager |
Tue Jun 12 2018, 12:06 PM Z