패키지 | 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:17 PM Z