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  
bind(clazz:Class) — method, class potomac.inject.Injector
Starts the creation of a injection binding to the given class.
BROADCAST_TO_PARTS — Constant Static Property, class potomac.ui.PartEvent
The PartEvent.BROADCAST_TO_PARTS constant defines the value of the type property of the event object for a partBroadcastToParts event.
BundleDescriptor — class, package potomac.bundle
A BundleDescriptor describes an installed bundle.
bundleDescriptors — Property, class potomac.bundle.BundleService
Returns an array of BundleDescriptors for all installed bundles.
bundleDescriptors — Property, interface potomac.bundle.IBundleService
Returns an array of BundleDescriptors for all installed bundles.
bundleError — Event, class potomac.bundle.BundleService
Dispatched when an error is encountered during bundle installation or loading.
BundleError — class, package potomac.bundle
An error associated with bundle installation or loading.
BundleError(message:any, bundleID:String) — Constructor, class potomac.bundle.BundleError
Creates a new BundleError.
BUNDLE_ERROR — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLE_ERROR constant defines the value of the type property of the event object for a bundleError event.
BundleEvent — class, package potomac.bundle
BundleEvent represents events in response to bundle activities on the BundleService.
BundleEvent(type:String, bundleID:String, repeat:Boolean, url:String, bytesLoaded:uint, bytesTotal:uint, message:String) — Constructor, class potomac.bundle.BundleEvent
Callers should not construct instances of BundleEvent.
bundleID — Property, class potomac.bundle.BundleDescriptor
ID of the bundle.
bundleID — Property, class potomac.bundle.BundleEvent
The bundle ID relevant to the event.
bundleID — Property, class potomac.bundle.BundleInstallDescriptor
The bundle ID.
bundleID — Property, class potomac.bundle.Extension
The name of the bundle where the extension is declared.
BundleInstallDescriptor — class, package potomac.bundle
A parameter object containing the options necessary when installing bundles.
BundleInstallDescriptor(bundleID:String, preload:Boolean, url:String) — Constructor, class potomac.bundle.BundleInstallDescriptor
Creates a descriptor.
bundleLoading — Event, class potomac.bundle.BundleService
Dispatched when a bundle starts loading.
BUNDLE_LOADING — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLE_LOADING constant defines the value of the type property of the event object for a bundleLoading event.
bundleProgress — Event, class potomac.bundle.BundleService
Dispatched when a bundle file (either the assets.swf or the bundle.swf) is being downloaded.
BUNDLE_PROGRESS — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLE_PROGRESS constant defines the value of the type property of the event object for a bundleProgress event.
bundleReady — Event, class potomac.bundle.BundleService
Dispatched when a bundle is loaded.
BUNDLE_READY — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLE_READY constant defines the value of the type property of the event object for a bundleReady event.
bundles — Property, class potomac.core.LauncherManifest
The initial bundles of the application.
BundleService — class, package potomac.bundle
The BundleService is responsible for loading and managing bundles.
BundleService() — Constructor, class potomac.bundle.BundleService
Callers should not construct instances of BundleService.
bundlesInstalled — Event, class potomac.bundle.BundleService
Dispatched when a set of bundles is installed.
BUNDLES_INSTALLED — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLES_INSTALLED constant defines the value of the type property of the event object for a bundlesInstalled event.
bundlesInstalling — Event, class potomac.bundle.BundleService
Dispatched when a bundle installation is initiated.
BUNDLES_INSTALLING — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLES_INSTALLING constant defines the value of the type property of the event object for a bundlesInstalling event.
bundlesPreloading — Event, class potomac.bundle.BundleService
Dispatched when bundle preloading is initiated.
BUNDLES_PRELOADING — Constant Static Property, class potomac.bundle.BundleEvent
The BundleEvent.BUNDLES_PRELOADING constant defines the value of the type property of the event object for a bundlesPreloading event.
BUSY — Constant Static Property, class potomac.ui.PartEvent
The PartEvent.BUSY constant defines the value of the type property of the event object for a partBusy event.
busyText — Property, class potomac.ui.PartEvent
The text to be shown on the busy animation.
bytesLoaded — Property, class potomac.bundle.BundleEvent
The number of bytes currently loaded during a progress event.
bytesTotal — Property, class potomac.bundle.BundleEvent
The total bytes in the downloading file during a progress event.
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