| パッケージ | mx.automation.air | 
| クラス | public class AirDragManagerAutomationHandler | 
| 継承 | AirDragManagerAutomationHandler  Object | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
|  | constructor : Object 
	 指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
| lastClipBoardObject : Clipboard [静的] [読み取り専用] 
		  最後のドラッグイベントのクリップボードインスタンスを返します
		 
		   | AirDragManagerAutomationHandler | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		  コンストラクター
		 
		   | AirDragManagerAutomationHandler | ||
| [静的] 
		  最後のドラッグ開始イベントのターゲットを返します
		 
		   | AirDragManagerAutomationHandler | ||
|  | 
	 オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
|  | 
	 Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
|  | 
	 指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
| [静的] 
		  ドラッグキャンセルイベントを再生します
		   | AirDragManagerAutomationHandler | ||
| [静的] 
		  ドラッグ&ドロップイベントを再生します
		   | AirDragManagerAutomationHandler | ||
| [静的] 
		  マーシャリングされたアプリケーションでドラッグ&ドロップイベントを再生します
		   | AirDragManagerAutomationHandler | ||
| replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [静的] 
		  ドラッグ開始イベントを再生します
		   | AirDragManagerAutomationHandler | ||
|  | 
     ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
| [静的] 
		  現在のドラッグソースの詳細を保存します
		   | AirDragManagerAutomationHandler | ||
|  | 
	 ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのプリミティブな値を返します。 | Object | |
プロパティの詳細
| lastClipBoardObject | プロパティ | 
コンストラクターの詳細
| AirDragManagerAutomationHandler | () | コンストラクター | 
public function AirDragManagerAutomationHandler()| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
コンストラクター
メソッドの詳細
| getlastDragStartObj | () | メソッド | 
 public static function getlastDragStartObj():IAutomationObject| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
最後のドラッグ開始イベントのターゲットを返します
戻り値| IAutomationObject | 
| replayAIRDragCancelEvent | () | メソッド | 
 public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
ドラッグキャンセルイベントを再生します
パラメーター
| realTarget:EventDispatcher— イベントが送出されるオブジェクトです | |
| dragEvent:AutomationDragEvent— ドラッグキャンセルイベントの構築に必要な情報を保持する AutomationDragEvent オブジェクトです | 
| replayAIRDragDropEvent | () | メソッド | 
 public static function replayAIRDragDropEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
ドラッグ&ドロップイベントを再生します
パラメーター
| realTarget:EventDispatcher— イベントが送出されるオブジェクトです | |
| dragEvent:AutomationDragEvent— ドラッグ&ドロップイベントの構築に必要な情報を保持する AutomationDragEvent オブジェクトです | 
| replayAIRDragDropMarshalledEvent | () | メソッド | 
 public static function replayAIRDragDropMarshalledEvent(realTarget:Object, dragEvent:Object):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
マーシャリングされたアプリケーションでドラッグ&ドロップイベントを再生します
パラメーター
| realTarget:Object— イベントが送出されるオブジェクトです | |
| dragEvent:Object— ドラッグ&ドロップイベントの構築に必要な情報を保持する AutomationDragEvent オブジェクトです | 
| replayAIRDragStartEvent | () | メソッド | 
 public static function replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
ドラッグ開始イベントを再生します
パラメーター
| realTarget:EventDispatcher— イベントが送出されるオブジェクトです | |
| dragEvent:AutomationDragEvent— ドラッグ開始イベントの構築に必要な情報を保持する AutomationDragEvent オブジェクトです | |
| draggedItems:IAutomationObject— ドラッグされるオブジェクトです | 
| storeAIRDragSourceDetails | () | メソッド | 
 public static function storeAIRDragSourceDetails(dragSource:DragSource):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Flex 4.1 | 
| ランタイムバージョン: | Flash Player 10, AIR 2 | 
現在のドラッグソースの詳細を保存します
パラメーター
| dragSource:DragSource— DragSource オブジェクトです | 
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示