Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.assetmanager.client.managers 

AssetManager  - AS3 Asset Manager

パッケージcom.adobe.livecycle.assetmanager.client.managers
クラスpublic class AssetManager
継承AssetManager Inheritance EventDispatcher Inheritance Object
非推奨: Deprecated

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

The domain model that is used to load AssetDescriptors. It also loads permissions that are not set by the client application before initialization. Call the initialize method before using the model.



パブリックプロパティ
 プロパティ定義元
  assetDescriptors : IList
Returns the list of available AssetDescriptors.
AssetManager
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  userPermissions : IList
Specifies the permissions for the current user.
AssetManager
  userPermissionsPrefixMap : Object
[書き込み専用] Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}.
AssetManager
パブリックメソッド
 メソッド定義元
  
Constructor.
AssetManager
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
  
Loads AssetDescriptors.
AssetManager
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
  
Initialization is not required if the client explicitly sets UserPermissions and loads assets using fetchAssetDescriptors().
AssetManager
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
  
Resets the Asset Manager building block state to its state when assetDescriptors was created.
AssetManager
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
  Thrown when assetDescriptors are reset.AssetManager
  Thrown if an error occurs when AssetTypeDescriptor is loading.AssetManager
  Thrown if an error occurs when permissions are loading.AssetManager
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
パブリック定数
 定数定義元
  EVENT_ASSET_DESCRIPTORS_CHANGED : String = "assetDescriptorsChanged"
[静的] Defines the event type for an assetDescriptorsChanged event.
AssetManager
  EVENT_ASSET_LOAD_ERROR : String = "assetLoadError"
[静的] Defines the event type for an assetLoadError event.
AssetManager
  EVENT_ASSET_PERMISSION_LOAD_ERROR : String = "assetPermissionsLoadError"
[静的] Defines the event type for an assetPermissionsLoadError event.
AssetManager
プロパティの詳細

assetDescriptors

プロパティ
assetDescriptors:IList

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Returns the list of available AssetDescriptors.



実装
    public function get assetDescriptors():IList
    public function set assetDescriptors(value:IList):void

userPermissions

プロパティ 
userPermissions:IList

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the permissions for the current user.



実装
    public function get userPermissions():IList
    public function set userPermissions(value:IList):void

userPermissionsPrefixMap

プロパティ 
userPermissionsPrefixMap:Object  [書き込み専用]

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a map of asset permissions prefixes using the format {assetType1:prefix1, assetType2:prefix2}.



実装
    public function set userPermissionsPrefixMap(value:Object):void
コンストラクターの詳細

AssetManager

()コンストラクター
public function AssetManager()

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Constructor.

メソッドの詳細

fetchAssetDescriptors

()メソッド
public function fetchAssetDescriptors():void

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Loads AssetDescriptors.

initialize

()メソッド 
public function initialize():void

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Initialization is not required if the client explicitly sets UserPermissions and loads assets using fetchAssetDescriptors().

reset

()メソッド 
public function reset():void

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Resets the Asset Manager building block state to its state when assetDescriptors was created. That is, its initial state.

イベントの詳細

assetDescriptorsChanged

イベント
イベントオブジェクトの型: flash.events.Event

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Thrown when assetDescriptors are reset.

assetLoadError

イベント  
イベントオブジェクトの型: mx.rpc.events.FaultEvent

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Thrown if an error occurs when AssetTypeDescriptor is loading.

assetPermissionsLoadError

イベント  
イベントオブジェクトの型: mx.rpc.events.FaultEvent

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Thrown if an error occurs when permissions are loading.

定数の詳細

EVENT_ASSET_DESCRIPTORS_CHANGED

定数
public static const EVENT_ASSET_DESCRIPTORS_CHANGED:String = "assetDescriptorsChanged"

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Defines the event type for an assetDescriptorsChanged event.

EVENT_ASSET_LOAD_ERROR

定数 
public static const EVENT_ASSET_LOAD_ERROR:String = "assetLoadError"

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Defines the event type for an assetLoadError event.

EVENT_ASSET_PERMISSION_LOAD_ERROR

定数 
public static const EVENT_ASSET_PERMISSION_LOAD_ERROR:String = "assetPermissionsLoadError"

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Defines the event type for an assetPermissionsLoadError event.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。