Pacchetto | com.adobe.icomm.assetplacement.model |
Classe | public class NavigatorHostInstance |
Ereditarietà | NavigatorHostInstance Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
class MyNavigator extends Application, implements INavigator { import com.adobe.portfolio.api.INavigator; public function set host(val:INavigatorHost):void { if(val) { NavigatorHostInstance.initialize(val); //Other initialization... } else { NavigatorHostInstance.release(); //Other cleanup code... } } }
Elementi API correlati
com.adobe.portfolio.api.INavigator
com.adobe.portfolio.api.INavigatorHost
com.adobe.portfolio.api.INavigatorHost
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
value : INavigatorHost [statico] [sola lettura]
Access the single INavigatorHost for the application. | NavigatorHostInstance |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
initialize(val:INavigatorHost):void [statico]
Store the single INavigatorHost for the application
This should be called during the handshaking between the host
and the navigator. | NavigatorHostInstance | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
[statico]
Called during application shutdown to release the navigator host for this application. | NavigatorHostInstance | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
value | proprietà |
value:INavigatorHost
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Access the single INavigatorHost for the application.
Implementazione
public static function get value():INavigatorHost
Descrizione dei metodi
initialize | () | metodo |
public static function initialize(val:INavigatorHost):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Store the single INavigatorHost for the application This should be called during the handshaking between the host and the navigator. Failure to do so means objects in the library will not have access to it.
Parametri
val:INavigatorHost |
release | () | metodo |
public static function release():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called during application shutdown to release the navigator host for this application.
Tue Jun 12 2018, 02:44 PM Z