套件 | mx.automation |
類別 | public class AutomationHelper |
繼承 | AutomationHelper Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
更多範例
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[靜態]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[靜態]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[靜態]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[靜態]
Returns the top level application. | AutomationHelper | ||
[靜態]
Returns the start point in screen coordinates. | AutomationHelper | ||
指出物件是否有已定義的指定屬性。 | Object | ||
[靜態]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[靜態]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
[靜態]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[靜態] | AutomationHelper | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
[靜態]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
建構函式詳細資料
AutomationHelper | () | 建構函式 |
public function AutomationHelper()
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Constructor
方法詳細資訊
getActiveWindow | () | 方法 |
getAirHelperClass | () | 方法 |
getAppTitle | () | 方法 |
getMainApplication | () | 方法 |
getStageStartPointInScreenCoords | () | 方法 |
isAirClassLoaded | () | 方法 |
isCurrentAppAir | () | 方法 |
isRequiredAirClassPresent | () | 方法 |
isRequiredSparkClassPresent | () | 方法 |
registerSystemManager | () | 方法 |
public static function registerSystemManager(sm1:ISystemManager):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
參數
sm1:ISystemManager |
Tue Jun 12 2018, 03:47 PM Z