| Package | org.puremvc.as3.utilities.air.desktopcitizen.model |
| Class | public class DesktopCitizenDBProxy |
| Inheritance | DesktopCitizenDBProxy org.puremvc.as3.utilities.air.xmldb.model.XMLDatabaseProxy |
It also implements the IProxy interface allowing it to be
accessed via the Model.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
Uses the inherited initXMLDatabase method to read or create the XML file on disk. | DesktopCitizenDBProxy | ||
|
onRegister():void
| DesktopCitizenDBProxy | ||
| Method | Defined by | ||
|---|---|---|---|
|
build():XML
Build a blank XML DesktopCitizen database
Currently just manages window size, position and display state TBD: Add elements (and corresponding sub-proxies) for handling multiple windows, transparency, drag/drop to/from desktop, etc. | DesktopCitizenDBProxy | ||
|
parse():void
Parse the XML database into Proxies.
| DesktopCitizenDBProxy | ||
| Constant | Defined by | ||
|---|---|---|---|
| NAME : String [static]
| DesktopCitizenDBProxy | ||
| DesktopCitizenDBProxy | () | constructor |
public function DesktopCitizenDBProxy()Constructor
Uses the inherited initXMLDatabase method to read or create the XML file on disk. If the file does not exist, buildXMLDatabase will be called. Otherwise, it will be read into the protected var dbXML.
| build | () | method |
protected override function build():XMLBuild a blank XML DesktopCitizen database
Currently just manages window size, position and display state
TBD: Add elements (and corresponding sub-proxies) for handling multiple windows, transparency, drag/drop to/from desktop, etc. ReturnsXML |
| onRegister | () | method |
public override function onRegister():void
| parse | () | method |
protected override function parse():voidParse the XML database into Proxies.
| NAME | constant |
public static const NAME:String