Packageorg.springextensions.actionscript.utils
SVN browsingApplicationUtils.as
FisheyeApplicationUtils.as
Classpublic final class ApplicationUtils

Flex SDK version ignorant utilities for working with Application objects.

See also

Template.initialized()
Template.complete_handler()
ObjectDefinition.initialized()
ObjectDefinition.complete_handler()
MXMLApplicationContext.initialized()
MXMLApplicationContext.complete_handler()
ApplicationPropertiesResolver.initProperties(


Public Properties
 PropertyDefined by
  application : Object
[static][read-only] The top level application.
ApplicationUtils
Public Methods
 MethodDefined by
  
addChild(child:Object):void
[static] Adds the given object as a child/element of the main application.
ApplicationUtils
  
removeChild(child:Object):void
[static] Removes the given child object of the main application.
ApplicationUtils
Property detail
applicationproperty
application:Object  [read-only]

The top level application.

Implementation
    public static function get application():Object
Method detail
addChild()method
public static function addChild(child:Object):void

Adds the given object as a child/element of the main application.

Parameters
child:Object
removeChild()method 
public static function removeChild(child:Object):void

Removes the given child object of the main application.

Parameters
child:Object