Paket | mx.automation |
Klass | public class AutomationHelper |
Arv | AutomationHelper Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Fler exempel
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[statisk]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[statisk]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[statisk]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[statisk]
Returns the top level application. | AutomationHelper | ||
[statisk]
Returns the start point in screen coordinates. | AutomationHelper | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
[statisk]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[statisk]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
[statisk]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[statisk] | AutomationHelper | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
[statisk]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstruktordetaljer
AutomationHelper | () | Konstruktor |
public function AutomationHelper()
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Constructor
Metoddetaljer
getActiveWindow | () | metod |
getAirHelperClass | () | metod |
getAppTitle | () | metod |
getMainApplication | () | metod |
getStageStartPointInScreenCoords | () | metod |
isAirClassLoaded | () | metod |
isCurrentAppAir | () | metod |
isRequiredAirClassPresent | () | metod |
isRequiredSparkClassPresent | () | metod |
registerSystemManager | () | metod |
public static function registerSystemManager(sm1:ISystemManager):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
Parametrar
sm1:ISystemManager |
Tue Jun 12 2018, 01:40 PM Z