Package | com.adobe.livecycle.assetmanager.client.handler |
Classe | public class AssetHandlerRegistry |
Héritage | AssetHandlerRegistry EventDispatcher Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Méthode | Défini par | ||
---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | EventDispatcher | ||
Distribue un événement dans le flux d’événements. | EventDispatcher | ||
[statique]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Evénement | Synthèse | Défini par | ||
---|---|---|---|---|
[Evénement de diffusion] Distribué lorsque l’application Flash Player obtient le focus du système d’exploitation et devient active. | EventDispatcher | |||
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
[Evénement de diffusion] Distribué lorsque l’application Flash Player ou AIR perd le focus du système d’exploitation et devient inactive. | 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 |
Constante | Défini par | ||
---|---|---|---|
DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [statique]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [statique]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry |
AssetHandlerRegistry | () | Constructeur |
public function AssetHandlerRegistry()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
getInstance | () | méthode |
public static function getInstance():AssetHandlerRegistry
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton that retrieves an AssetHandlerRegistry event.
Valeur renvoyéeAssetHandlerRegistry —
|
isRegistered | () | méthode |
public function isRegistered(assetType:String):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Checks whether a handler is registered for a specified assetType.
Paramètres
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | méthode |
public function lookup(assetType:String):IAssetHandler
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the assetHandler that corresponds to the specified assetType.
Paramètres
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | méthode |
public function register(handler:IAssetHandler):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton registry that is used to register an asset handler.
Paramètres
handler:IAssetHandler — The handler to register.
|
start | () | méthode |
public function start():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 9, Flash Player 10 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Evénement |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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 | Evénement |
mx.events.FlexEvent
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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 | Evénement |
mx.events.FlexEvent
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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 | Evénement |
mx.events.FlexEvent
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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 | Constante |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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 | Constante |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Manager 9.5 |
Versions du moteur d’exécution: | 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, 09:30 AM Z