Package | com.adobe.portfolio.properties |
Class | public class DefaultProperties |
Inheritance | DefaultProperties ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Method | Defined By | ||
---|---|---|---|
Constructor
| DefaultProperties | ||
![]() | getCardSize(sizeName:String):Number
Returns the size, in pixels, of cards with the specified size name
| CommonProperties | |
![]() | getCurrentContextByName(contextName:String):PropertyContext
Returns the current property context for the type of context specified by contextName. | CommonProperties | |
![]() | setCurrentContext(propertyContext:PropertyContext, id:Object, clearing:Boolean = false):void
Set the current propertyContext
| CommonProperties | |
![]() | setCurrentContextByName(contextName:String, id:Object):void
Sets the current property context to the one with the given name. | CommonProperties | |
![]() | unloadSkin(update:Boolean):void
Unloads the current skin. | CommonProperties |
Method | Defined By | ||
---|---|---|---|
createXMLList():Array [override]
Returns the property files used by this class as an XML List. | DefaultProperties | ||
![]() | getDefaultCurrentContextName():String
Returns the name of the default non-global property context. | CommonProperties | |
![]() | loadContext(context:PropertyContext):void
Loads known properties from a property context. | CommonProperties | |
![]() | loadSkin():void
Loads the current skin, as specified by the activeValue of skinList. | CommonProperties | |
![]() | onContextLoaded(event:PropertyManagerEvent):void
An event listener than is invoked when the PropertyManager
has finished loading a property context. | CommonProperties | |
![]() | onLoadXMLCompleteOrError(event:Event):void
An event listener than is invoked when a load XML command has
completed or has generated an error. | CommonProperties | |
![]() | onSkinModuleLoadError(moduleURL:String):void
Displays an error message to the user that the given skin resource could not be found. | CommonProperties | |
![]() | onValueChange(event:PropertyChangeEvent):void
A common event listener for handling changed properties. | CommonProperties |
DefaultProperties | () | Constructor |
public function DefaultProperties()
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor
createXMLList | () | method |
override protected function createXMLList():Array
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns the property files used by this class as an XML List. This class does not rely on any additional resource files, so this returns an empty array for property files.
ReturnsArray |