Pakket | mx.automation |
Klasse | public class AutomationHelper |
Overerving | AutomationHelper Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Meer voorbeelden
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[statisch]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[statisch]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[statisch]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[statisch]
Returns the top level application. | AutomationHelper | ||
[statisch]
Returns the start point in screen coordinates. | AutomationHelper | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
[statisch]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[statisch]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
[statisch]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[statisch] | AutomationHelper | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
[statisch]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
AutomationHelper | () | Constructor |
public function AutomationHelper()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor
Methodedetails
getActiveWindow | () | methode |
getAirHelperClass | () | methode |
getAppTitle | () | methode |
getMainApplication | () | methode |
getStageStartPointInScreenCoords | () | methode |
isAirClassLoaded | () | methode |
isCurrentAppAir | () | methode |
isRequiredAirClassPresent | () | methode |
isRequiredSparkClassPresent | () | methode |
registerSystemManager | () | methode |
public static function registerSystemManager(sm1:ISystemManager):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
Parameters
sm1:ISystemManager |
Wed Jun 13 2018, 11:42 AM Z