| Package | mx.resources |
| Class | public class ResourceManager |
A single instance of an IResourceManager implementation manages all localized resources for a Flex application.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| ResourceManager | ||
|
[static]
Gets the single instance of the ResourceManager class.
| ResourceManager | ||
| ResourceManager | () | constructor |
public function ResourceManager()Constructor.
| getInstance | () | method |
public static function getInstance():IResourceManagerGets the single instance of the ResourceManager class. This object manages all localized resources for a Flex application.
ReturnsIResourceManager —
An object implementing IResourceManager.
|