| Package | org.springextensions.actionscript.utils |
| SVN browsing | ApplicationUtils.as |
| Fisheye | ApplicationUtils.as |
| Class | public final class ApplicationUtils |
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.
Implementation 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.
Parameterschild:Object |
| removeChild | () | method |
public static function removeChild(child:Object):voidRemoves the given child object of the main application.
Parameterschild:Object |