| Paket | com.adobe.livecycle.assetmanager.client.handler |
| Sınıf | public class AssetHandlerRegistry |
| Miras Alma | AssetHandlerRegistry EventDispatcher Object |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
![]() | 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]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
![]() |
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 | |
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
![]() |
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 | ||
| An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
![]() | [broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | 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 | |||
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [statik]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
| ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [statik]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry | ||
AssetHandlerRegistry | () | Yapıcı |
public function AssetHandlerRegistry()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
getInstance | () | yöntem |
public static function getInstance():AssetHandlerRegistry| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton that retrieves an AssetHandlerRegistry event.
DöndürürAssetHandlerRegistry —
|
isRegistered | () | yöntem |
public function isRegistered(assetType:String):Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Checks whether a handler is registered for a specified assetType.
Parametreler
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | yöntem |
public function lookup(assetType:String):IAssetHandler| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the assetHandler that corresponds to the specified assetType.
Parametreler
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | yöntem |
public function register(handler:IAssetHandler):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton registry that is used to register an asset handler.
Parametreler
handler:IAssetHandler — The handler to register.
|
start | () | yöntem |
public function start():void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Olay |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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 | Olay |
mx.events.FlexEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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 | Olay |
mx.events.FlexEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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 | Olay |
mx.events.FlexEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Manager Building Block 9.5 |
| Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster