Paket | com.adobe.livecycle.assetmanager.client.handler |
Klasse | public class AssetHandlerRegistry |
Vererbung | AssetHandlerRegistry EventDispatcher Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
Methode | Definiert von | ||
---|---|---|---|
Constructor. | AssetHandlerRegistry | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
[statisch]
A singleton that retrieves an AssetHandlerRegistry event. | AssetHandlerRegistry | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Checks whether a handler is registered for a specified assetType. | AssetHandlerRegistry | ||
Returns the assetHandler that corresponds to the specified assetType. | AssetHandlerRegistry | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
A singleton registry that is used to register an asset handler. | AssetHandlerRegistry | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Starts the registry that calls the initialize function of individual handlers. | AssetHandlerRegistry | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Ereignis | Übersicht | Definiert von | ||
---|---|---|---|---|
[broadcast event] Wird ausgelöst, wenn Flash Player oder eine AIR-Anwendung den Betriebssystemfokus erhält und aktiv wird. | EventDispatcher | |||
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | AssetHandlerRegistry | |||
[broadcast event] Wird ausgelöst, wenn Flash Player- oder die AIR-Anwendung den Fokus verliert und inaktiv wird. | 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 |
Konstante | Definiert von | ||
---|---|---|---|
DISABLE_USER_INTERACTION_EVENT : String = "disableUserInteraction" [statisch]
Defines a constant for an event type that disables user interaction with the application. | AssetHandlerRegistry | ||
ENABLE_USER_INTERACTION_EVENT : String = "enableUserInteraction" [statisch]
Defines a constant for an event type that enables users to interact with the application. | AssetHandlerRegistry |
AssetHandlerRegistry | () | Konstruktor |
public function AssetHandlerRegistry()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
getInstance | () | Methode |
public static function getInstance():AssetHandlerRegistry
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton that retrieves an AssetHandlerRegistry event.
RückgabewerteAssetHandlerRegistry —
|
isRegistered | () | Methode |
public function isRegistered(assetType:String):Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
Checks whether a handler is registered for a specified assetType.
Parameter
assetType:String — The asset to check.
|
Boolean — Specifies whether the handler is registered. If the value is true, it is registered.
|
lookup | () | Methode |
public function lookup(assetType:String):IAssetHandler
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns the assetHandler that corresponds to the specified assetType.
Parameter
assetType:String — The asset type for which the assetHandler is required.
|
IAssetHandler — An interface implemented by all asset handlers.
|
register | () | Methode |
public function register(handler:IAssetHandler):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
A singleton registry that is used to register an asset handler.
Parameter
handler:IAssetHandler — The handler to register.
|
start | () | Methode |
public function start():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Player 10 |
Starts the registry that calls the initialize function of individual handlers.
assetActionComplete | Ereignis |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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 | Ereignis |
mx.events.FlexEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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 | Ereignis |
mx.events.FlexEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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 | Ereignis |
mx.events.FlexEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const DISABLE_USER_INTERACTION_EVENT:String = "disableUserInteraction"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const ENABLE_USER_INTERACTION_EVENT:String = "enableUserInteraction"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Manager“ 9.5 |
Laufzeitversionen: | 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, 10:04 AM Z