Pacchetto | mx.automation |
Classe | public class AutomationHelper |
Ereditarietà | AutomationHelper Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Altri esempi
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| AutomationHelper | ||
[statico]
Returns the current active window in case of AIR app,
top level application otherwise. | AutomationHelper | ||
[statico]
Returns the helper class used for AIR automation (AirFunctionsHelper). | AutomationHelper | ||
[statico]
Returns the title in case of AIR app, empty string otherwise. | AutomationHelper | ||
[statico]
Returns the top level application. | AutomationHelper | ||
[statico]
Returns the start point in screen coordinates. | AutomationHelper | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[statico]
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | AutomationHelper | ||
[statico]
Returns true if the current application is an AIR app, false otherwise. | AutomationHelper | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
[statico]
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | AutomationHelper | ||
[statico] | AutomationHelper | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
[statico]
Sets the system manager using which the root application is determined. | AutomationHelper | ||
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 della funzione di costruzione
AutomationHelper | () | Funzione di costruzione |
public function AutomationHelper()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor
Descrizione dei metodi
getActiveWindow | () | metodo |
getAirHelperClass | () | metodo |
getAppTitle | () | metodo |
getMainApplication | () | metodo |
getStageStartPointInScreenCoords | () | metodo |
isAirClassLoaded | () | metodo |
isCurrentAppAir | () | metodo |
isRequiredAirClassPresent | () | metodo |
isRequiredSparkClassPresent | () | metodo |
registerSystemManager | () | metodo |
public static function registerSystemManager(sm1:ISystemManager):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Sets the system manager using which the root application is determined.
Parametri
sm1:ISystemManager |
Tue Jun 12 2018, 02:44 PM Z