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

BundleConstants  - AS3 ADEP Client Component

パッケージcom.adobe.gravity.framework
クラスpublic class BundleConstants
継承BundleConstants Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Bundle state constants.



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
パブリックメソッド
 メソッド定義元
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  ACTIVE : int = 0x0020
[静的] The bundle has been started and is ready for use.
BundleConstants
  INSTALLED : int = 0x0002
[静的] The bundle has been installed but not resolved or started.
BundleConstants
  RESOLVED : int = 0x0004
[静的] The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.
BundleConstants
  STARTING : int = 0x0008
[静的] The bundle is in the process of starting (start() has been called but is not complete).
BundleConstants
  STOPPING : int = 0x0010
[静的] The bundle is in the process of stopping (stop() has been called but is not complete).
BundleConstants
  UNINSTALLED : int = 0x0001
[静的] The bundle has been uninstalled.
BundleConstants
定数の詳細

ACTIVE

定数
public static const ACTIVE:int = 0x0020

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle has been started and is ready for use.

INSTALLED

定数 
public static const INSTALLED:int = 0x0002

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle has been installed but not resolved or started.

RESOLVED

定数 
public static const RESOLVED:int = 0x0004

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle has been installed and resolved (all dependencies have been loaded) but has not yet been started.

STARTING

定数 
public static const STARTING:int = 0x0008

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle is in the process of starting (start() has been called but is not complete).

STOPPING

定数 
public static const STOPPING:int = 0x0010

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle is in the process of stopping (stop() has been called but is not complete).

UNINSTALLED

定数 
public static const UNINSTALLED:int = 0x0001

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

The bundle has been uninstalled. This state should never be visible; if this state is visible, a reference has been retained to a bundle after that bundle has been stopped.





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

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