| Пакет | com.adobe.livecycle.assetmanager.client.handler |
| Класс | public class AssetHandlerRegistry |
| Наследование | AssetHandlerRegistry EventDispatcher Object |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
| Метод | Определено | ||
|---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | EventDispatcher | |
![]() |
Посылает событие в поток событий. | EventDispatcher | |
[статические]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
![]() |
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | EventDispatcher | |
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
![]() |
Удаляет прослушиватель из объекта EventDispatcher. | EventDispatcher | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object | |
![]() |
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | EventDispatcher | |
| Событие | Сводка | Определено | ||
|---|---|---|---|---|
![]() | [многоадресное событие] Отправляется, когда проигрыватель Flash Player или приложение AIR перемещается в фокус операционной системы и становится активным. | EventDispatcher | ||
| An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
![]() | [многоадресное событие] Отправляется, когда проигрыватель Flash Player или приложение AIR теряет фокус системы и становится неактивным. | EventDispatcher | ||
| An event that is thrown when the handler is processing and wants the application to disable user interaction. | AssetHandlerRegistry | |||
| An event thrown when the handler is done processing and wants the application to reenable user interaction. | AssetHandlerRegistry | |||
| The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor. | AssetHandlerRegistry | |||
| Константа | Определено | ||
|---|---|---|---|
| DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [статические]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
| ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [статические]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry | ||
AssetHandlerRegistry | () | Конструктор |
public function AssetHandlerRegistry()| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
getInstance | () | метод |
public static function getInstance():AssetHandlerRegistry| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton that retrieves an AssetHandlerRegistry event.
ВозвращаетAssetHandlerRegistry —
|
isRegistered | () | метод |
public function isRegistered(assetType:String):Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Checks whether a handler is registered for a specified assetType.
Параметры
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | метод |
public function lookup(assetType:String):IAssetHandler| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the assetHandler that corresponds to the specified assetType.
Параметры
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | метод |
public function register(handler:IAssetHandler):void| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton registry that is used to register an asset handler.
Параметры
handler:IAssetHandler — The handler to register.
|
start | () | метод |
public function start():void| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Событие |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface.
disableUserInteraction | Событие |
mx.events.FlexEvent| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event that is thrown when the handler is processing and wants the application to disable user interaction.
enableUserInteraction | Событие |
mx.events.FlexEvent| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
An event thrown when the handler is done processing and wants the application to reenable user interaction.
launchEditor | Событие |
mx.events.FlexEvent| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
The launchEditor event is thrown by the handler when the handler has prepared the working asset to be displayed in the corresponding editor.
DISABLE_USER_INTERACTION_EVENT | Константа |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines a constant for an event type that disables user interaction with the application.
ENABLE_USER_INTERACTION_EVENT | Константа |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Manager Building Block 9.5 |
| Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Defines a constant for an event type that enables users to interact with the application.
Tue Jun 12 2018, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства