(Flex Data Visualization only)
Packagemx.automation
Classpublic class AutomationHelper
InheritanceAutomationHelper Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
  
AutomationHelper
  
[static]
AutomationHelper
  
[static]
AutomationHelper
  
[static]
AutomationHelper
  
[static]
AutomationHelper
 Inherited
Indicates whether an object has a specified property defined.
Object
  
[static]
AutomationHelper
  
[static]
AutomationHelper
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
[static]
AutomationHelper
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
[static]
AutomationHelper
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail
AutomationHelper()Constructor
public function AutomationHelper()

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Method Detail
getAirHelperClass()method
public static function getAirHelperClass(className:String):Class

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Parameters

className:String

Returns
Class
getAppTitle()method 
public static function getAppTitle():String

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns
String
getMainApplication()method 
public static function getMainApplication():Object

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns
Object
getStageStartPointInScreenCoords()method 
public static function getStageStartPointInScreenCoords(windowId:String):Point

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Parameters

windowId:String

Returns
Point
isAirClassLoaded()method 
public static function isAirClassLoaded():Boolean

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns
Boolean
isCurrentAppAir()method 
public static function isCurrentAppAir():Boolean

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns
Boolean
isRequiredAirClassPresent()method 
public static function isRequiredAirClassPresent():Boolean

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Returns
Boolean
registerSystemManager()method 
public static function registerSystemManager(sm1:ISystemManager):void

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Parameters

sm1:ISystemManager