| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| Action — class, package potomac.ui |
|
An Action represents a runnable piece of logic that is typically represented on the
UI. |
| Action() — Constructor, class potomac.ui.Action |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class potomac.core.PotomacDispatcher |
| |
| addListener(type:String, listenerObject:Object, listenerName:String, priority:int) — method, class potomac.core.PotomacDispatcher |
|
Adds a message listener listening to messages of the given type. |
| airBundlesURL — Property, class potomac.bundle.BundleService |
|
The remote URL where the bundles will be downloaded when running inside AIR. |
| airBundlesURL — Property, class potomac.core.LauncherManifest |
|
The URL to pull bundles from when running in AIR. |
| airDisableCaching — Property, class potomac.bundle.BundleService |
|
If true, bundle caching in the local storage when running in AIR will be disabled. |
| Argument — class, package potomac.bundle |
|
Argument describes a method or constructor argument associated with an extension
declaration. |
| Argument(name:String, type:String, hasDefault:Boolean, metadata:String) — Constructor, class potomac.bundle.Argument |
|
Callers should not construct Argument instances. |
| arguments — Property, class potomac.bundle.Constructor |
|
The arguments of the constructor. |
| arguments — Property, class potomac.bundle.Method |
|
An array of Argument objects representing arguments for this method. |
| assetsSWFURL — Property, class potomac.bundle.BundleDescriptor |
|
URL where the assets.swf was loaded from. |
| asSingleton() — method, interface potomac.inject.IScoper |
|
Sets the injection binding as a singleton. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |