Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| DesktopCitizenConstants
| org.puremvc.as3.utilities.air.desktopcitizen | Constants for the Desktop Citizen Utility | |
| DesktopCitizenDBProxy
| org.puremvc.as3.utilities.air.desktopcitizen.model |
Manages the XML Database for desktop window management
It also implements the |
|
| WindowCloseCommand
| org.puremvc.as3.utilities.air.desktopcitizen.controller |
Write the window metrics when the application exits
Persist the Desktop Citizen XML Database |
|
| WindowMediator
| org.puremvc.as3.utilities.air.desktopcitizen.view | A Mediator for interacting with the WindowedApplication Stage | |
| WindowMetricsProxy
| org.puremvc.as3.utilities.air.desktopcitizen.model | A proxy for the WindowMetrics data | |
| WindowOpenCommand
| org.puremvc.as3.utilities.air.desktopcitizen.controller |
Create and register proxy and mediator
Your application must invoke this command passing a reference to your application's stage property. |