Maia\UI\Library
CLASS Skin

CLASS dotr.Maia.UI.Library.Skin

skin manipulation class


Field Summary
SkinChanged PUBLIC
           declare an event to signify to the session that the skin as changed
 

Property Summary
CHARACTER CurrentSkin PUBLIC GET SET
           the current skin selected by the user
Skin Instance PUBLIC GET PRIVATE SET
           declare static property to enforce a singleton
CHARACTER SkinList PUBLIC GET PRIVATE SET
           list of available skins
 

Field Detail

SkinChanged

PUBLIC
declare an event to signify to the session that the skin as changed


Property Detail

CurrentSkin

CHARACTER PUBLIC GET SET
the current skin selected by the user


Instance

Skin PUBLIC GET PRIVATE SET
declare static property to enforce a singleton

this mechanism allows us to define a singleton instance without having to define the properties and methods as statics. This allows us to unload the instance if required

SkinList

CHARACTER PUBLIC GET PRIVATE SET
list of available skins