| Paket | com.adobe.icc.editors.managers |
| Sınıf | public class EditorConfigurationManager |
| Miras Alma | EditorConfigurationManager EventDispatcher Object |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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.
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| configProvider : XMLConfigProvider
The TBX config provider. | EditorConfigurationManager | ||
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| flexConfiguration : FlexConfiguration
The Flex configuration provider
| EditorConfigurationManager | ||
| postProcesses : IList
The List of Post Processes
| EditorConfigurationManager | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | |
![]() |
Olay akışına bir olay gönderir. | EventDispatcher | |
[statik]
Gets the single instance of the EditorConfigurationManager class. | EditorConfigurationManager | ||
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | 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 | ||
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher | |
| Olay | Özet | Tanımlayan: | ||
|---|---|---|---|---|
![]() | [broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | ||
| Dispatched when the Text Editor's configuration is successfully loaded from the server. | EditorConfigurationManager | |||
![]() | [broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | 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 | özellik |
configProvider:XMLConfigProvider| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The TBX config provider.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, configFetched olayını gönderir.
Uygulama
public function get configProvider():XMLConfigProvider public function set configProvider(value:XMLConfigProvider):voidflexConfiguration | özellik |
flexConfiguration:FlexConfiguration| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The Flex configuration provider
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, flexConfigurationFetched olayını gönderir.
Uygulama
public function get flexConfiguration():FlexConfiguration public function set flexConfiguration(value:FlexConfiguration):voidpostProcesses | özellik |
postProcesses:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The List of Post Processes
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, postProcessesFetched olayını gönderir.
Uygulama
public function get postProcesses():IList public function set postProcesses(value:IList):voidgetInstance | () | yöntem |
public static function getInstance(loadPostProcess:Boolean = true):EditorConfigurationManager| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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.
Parametreler
loadPostProcess:Boolean (default = true) — The boolean value specifying if any post process is loaded.
|
EditorConfigurationManager — An object of type EditorConfigurationManager.
|
loadFlexConfiguration | () | yöntem |
public function loadFlexConfiguration(reload:Boolean = false):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Loads the flex configuration from the server.
Parametreler
reload:Boolean (default = false) — The boolean value specifying if the letter is being reloaded or not.
|
loadPostProcesses | () | yöntem |
public function loadPostProcesses(reload:Boolean = false):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Loads list of processes for the Letter from the server.
Parametreler
reload:Boolean (default = false) — The flag indicating whether to reload the post processes from the server.
|
loadTBXConfiguration | () | yöntem |
public function loadTBXConfiguration():void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Loads the xml configuration required by the Text Editor.
configFetched | Olay |
flash.events.Eventözellik Event.type =
flash.events.Event| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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 | Olay |
flash.events.Eventözellik Event.type =
flash.events.Event| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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 | Olay |
flash.events.Eventözellik Event.type =
flash.events.Event| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster