| Package | org.springextensions.actionscript.util |
| Class | public final class ApplicationUtils |
| Inheritance | ApplicationUtils Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| application : Object [static] [read-only]
The top level application. | ApplicationUtils | ||
| Method | Defined 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 | ||
| application | property |
application:Object [read-only] The top level application.
public static function get application():Object| addChild | () | method |
public static function addChild(child:Object):voidAdds the given object as a child/element of the main application.
Parameters
child:Object |
| removeChild | () | method |
public static function removeChild(child:Object):voidRemoves the given child object of the main application.
Parameters
child:Object |