| Package | org.springextensions.actionscript.utils |
| SVN browsing | Environment.as |
| Fisheye | Environment.as |
| Class | public class Environment |
This class should never be instantiated since all methods are static.
| Property | Defined by | ||
|---|---|---|---|
| isAIR : Boolean [static][read-only]
Returns whether or not the application is running in an AIR environment.
| Environment | ||
| isFlash : Boolean [static][read-only]
Returns whether or not the application is running in a Flash environment.
| Environment | ||
| isFlex : Boolean [static][read-only]
Returns whether or not the application is running in a Flex environment.
| Environment | ||
| Method | Defined by | ||
|---|---|---|---|
| Environment | |||
| isAIR | property |
isAIR:Boolean [read-only]Returns whether or not the application is running in an AIR environment.
Implementation public static function get isAIR():Boolean
| isFlash | property |
isFlash:Boolean [read-only]Returns whether or not the application is running in a Flash environment.
Implementation public static function get isFlash():Boolean
| isFlex | property |
isFlex:Boolean [read-only]Returns whether or not the application is running in a Flex environment.
Implementation public static function get isFlex():Boolean
| Environment | () | constructor |
public function Environment()