Paket | mx.automation |
Sınıf | public class AutomationHelper |
Miras Alma | AutomationHelper Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[statik]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[statik]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[statik]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[statik]
Returns the top level application. | AutomationHelper | ||
[statik]
Returns the start point in screen coordinates. | AutomationHelper | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
[statik]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[statik]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
[statik]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[statik] | AutomationHelper | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
[statik]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
AutomationHelper | () | Yapıcı |
public function AutomationHelper()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor
Yöntem Ayrıntısı
getActiveWindow | () | yöntem |
getAirHelperClass | () | yöntem |
getAppTitle | () | yöntem |
getMainApplication | () | yöntem |
getStageStartPointInScreenCoords | () | yöntem |
isAirClassLoaded | () | yöntem |
isCurrentAppAir | () | yöntem |
isRequiredAirClassPresent | () | yöntem |
isRequiredSparkClassPresent | () | yöntem |
registerSystemManager | () | yöntem |
public static function registerSystemManager(sm1:ISystemManager):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
Parametreler
sm1:ISystemManager |
Tue Jun 12 2018, 01:09 PM Z