套件 | com.adobe.icc.editors.managers |
類別 | public class EditorConfigurationManager |
繼承 | EditorConfigurationManager EventDispatcher Object |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
EditorConfigurationManager
is the one-stop singleton for
loading all kinds of configurations required for the CM Application to
run correctly.
屬性 | 定義自 | ||
---|---|---|---|
configProvider : XMLConfigProvider
The TBX config provider. | EditorConfigurationManager | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
flexConfiguration : FlexConfiguration
The Flex configuration provider
| EditorConfigurationManager | ||
postProcesses : IList
The List of Post Processes
| EditorConfigurationManager |
方法 | 定義自 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
[靜態]
Gets the single instance of the EditorConfigurationManager class. | EditorConfigurationManager | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
Loads the flex configuration from the server. | EditorConfigurationManager | ||
Loads list of processes for the Letter from the server. | EditorConfigurationManager | ||
Loads the xml configuration required by the Text Editor. | EditorConfigurationManager | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | |||
Dispatched when the Text Editor's configuration is successfully loaded from the server. | EditorConfigurationManager | |||
[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher | |||
Dispatched when the FlexConfiguration is successfully loaded from the server. | EditorConfigurationManager | |||
Dispatched when the Post Processes List is loaded from the server. | EditorConfigurationManager |
configProvider | 屬性 |
configProvider:XMLConfigProvider
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The TBX config provider.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 configFetched
事件。
實作
public function get configProvider():XMLConfigProvider
public function set configProvider(value:XMLConfigProvider):void
flexConfiguration | 屬性 |
flexConfiguration:FlexConfiguration
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The Flex configuration provider
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 flexConfigurationFetched
事件。
實作
public function get flexConfiguration():FlexConfiguration
public function set flexConfiguration(value:FlexConfiguration):void
postProcesses | 屬性 |
getInstance | () | 方法 |
public static function getInstance(loadPostProcess:Boolean = true):EditorConfigurationManager
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Gets the single instance of the EditorConfigurationManager class. This object helps you load various configuration required by the CM application.
參數
loadPostProcess:Boolean (default = true ) — The boolean value specifying if any post process is loaded.
|
EditorConfigurationManager — An object of type EditorConfigurationManager.
|
loadFlexConfiguration | () | 方法 |
public function loadFlexConfiguration(reload:Boolean = false):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Loads the flex configuration from the server.
參數
reload:Boolean (default = false ) — The boolean value specifying if the letter is being reloaded or not.
|
loadPostProcesses | () | 方法 |
public function loadPostProcesses(reload:Boolean = false):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Loads list of processes for the Letter from the server.
參數
reload:Boolean (default = false ) — The flag indicating whether to reload the post processes from the server.
|
loadTBXConfiguration | () | 方法 |
public function loadTBXConfiguration():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Loads the xml configuration required by the Text Editor.
configFetched | 事件 |
flash.events.Event
屬性 Event.type =
flash.events.Event
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the Text Editor's configuration is successfully
loaded from the server.
The load request can be made by invoking the loadTBXConfiguration()
method of this class. This event is dispatched when the asynchronous server
call completes.
flexConfigurationFetched | 事件 |
flash.events.Event
屬性 Event.type =
flash.events.Event
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the FlexConfiguration
is successfully
loaded from the server.
The load request can be made by invoking the loadFlexConfiguration()
method of this class. This event is dispatched when the asynchronous server
call completes.
postProcessesFetched | 事件 |
flash.events.Event
屬性 Event.type =
flash.events.Event
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the Post Processes List is
loaded from the server.
The load request can be made by invoking the loadPostProcesses()
method of this class. This event is dispatched when the asynchronous server
call completes.
Tue Jun 12 2018, 03:47 PM Z