| Package | com.adobe.icc.editors.managers |
| Class | public class EditorConfigurationManager |
| Inheritance | EditorConfigurationManager EventDispatcher Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
EditorConfigurationManager is the one-stop singleton for
loading all kinds of configurations required for the CM Application to
run correctly.
| Property | Defined By | ||
|---|---|---|---|
| configProvider : XMLConfigProvider
The TBX config provider. | EditorConfigurationManager | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| flexConfiguration : FlexConfiguration
The Flex configuration provider
| EditorConfigurationManager | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | |
![]() |
Dispatches an event into the event flow. | EventDispatcher | |
[static]
Gets the single instance of the EditorConfigurationManager class. | EditorConfigurationManager | ||
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | |
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
Loads the flex configuration from the server. | EditorConfigurationManager | ||
Loads the xml configuration required by the Text Editor. | EditorConfigurationManager | ||
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | EventDispatcher | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
![]() | [broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active. | EventDispatcher | ||
| Dispatched when the Text Editor's configuration is successfully loaded from the server. | EditorConfigurationManager | |||
![]() | [broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive. | EventDispatcher | ||
| Dispatched when the FlexConfiguration is successfully loaded from the server. | EditorConfigurationManager | |||
configProvider | property |
configProvider:XMLConfigProvider| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The TBX config provider.
This property can be used as the source for data binding. When this property is modified, it dispatches the configFetched event.
Implementation
public function get configProvider():XMLConfigProvider public function set configProvider(value:XMLConfigProvider):voidflexConfiguration | property |
flexConfiguration:FlexConfiguration| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The Flex configuration provider
This property can be used as the source for data binding. When this property is modified, it dispatches the flexConfigurationFetched event.
Implementation
public function get flexConfiguration():FlexConfiguration public function set flexConfiguration(value:FlexConfiguration):voidgetInstance | () | method |
public static function getInstance():EditorConfigurationManager| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Gets the single instance of the EditorConfigurationManager class. This object helps you load various configuration required by the CM application.
ReturnsEditorConfigurationManager — An object of type EditorConfigurationManager.
|
loadFlexConfiguration | () | method |
public function loadFlexConfiguration(reload:Boolean = false):void| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the flex configuration from the server.
Parameters
reload:Boolean (default = false) — If the configuration is being reloaded, the value is true. If it is not being reloaded, the value is false.
|
loadTBXConfiguration | () | method |
public function loadTBXConfiguration():void| Language Version: | ActionScript 3.0 |
| Product Version: | Asset Composer Building Block 9.5 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the xml configuration required by the Text Editor.
configFetched | Event |
flash.events.Eventproperty Event.type =
mx.events.Event
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 | Event |
flash.events.Eventproperty Event.type =
mx.events.Event
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.
Wed Nov 21 2018, 06:34 AM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties