| 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 |
| page — Property, class potomac.ui.Folder |
|
The page the folder resides in. |
| page — Property, class potomac.ui.PartEvent |
|
The part's parent page. |
| page — Property, class potomac.ui.PotomacEvent |
|
The relevant page. |
| page — Property, class potomac.ui.TemplateEvent |
|
The page to show or close. |
| Page — class, package potomac.ui |
|
A page is a high-level subsection of an application. |
| Page() — Constructor, class potomac.ui.Page |
|
Callers should not construct Page instances. |
| PAGE_CLOSED — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PAGE_CLOSED constant defines the value of the
type property of the event object
for a potomacPageClosed event. |
| PageDescriptor — class, package potomac.ui |
|
A structure containing descriptive information about a Page. |
| PageDescriptor(id:String, title:String, icon:Class, type:String, extension:potomac.bundle:Extension) — Constructor, class potomac.ui.PageDescriptor |
|
Callers should not construct PageDescriptors. |
| PAGE_DIRTY_CHANGE — Constant Static Property, class potomac.ui.TemplateEvent |
|
The TemplateEvent.PAGE_DIRTY_CHANGE constant defines the value of the
type property of the event object
for a templatePageDirtyChange event. |
| PageFactory — class, package potomac.ui |
|
A PageFactory creates Page instances. |
| PageFactory(injector:potomac.inject:Injector, bundleService:potomac.bundle:IBundleService) — Constructor, class potomac.ui.PageFactory |
|
Callers should not construct PageFactory instances. |
| pageInput — Property, class potomac.ui.Folder |
|
The input for the page the folder resides in. |
| pageInput — Property, class potomac.ui.PartEvent |
|
The part's parent page's input. |
| PageInput — Dynamic Class, package potomac.ui |
|
A PageInput is a lightweight argument passed to a Page. |
| PageInput() — Constructor, class potomac.ui.PageInput |
|
Creates an empty input. |
| PageOptions — Dynamic Class, package potomac.ui |
|
PageOptions is an extensibility mechanism that enables page type specific
options. |
| PAGE_SAVED — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PAGE_SAVED constant defines the value of the
type property of the event object
for a potomacPageSaved event. |
| PAGE_SAVE_ERROR — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PAGE_SAVE_ERROR constant defines the value of the
type property of the event object
for a potomacPageSaveError event. |
| parameters — Property, class potomac.ui.TemplateEvent |
|
The parameters associated with this template, as specified in the application's appManifest.xml. |
| PART_CLOSED — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PART_CLOSED constant defines the value of the
type property of the event object
for a potomacPartClosed event. |
| PART_DIRTY_CHANGE — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PART_DIRTY_CHANGE constant defines the value of the
type property of the event object
for a potomacPartDirtyChange event. |
| PartEvent — class, package potomac.ui |
|
PartEvents are the main mechanism of communication between Parts and the Potomac User Interface. |
| PartEvent(type:String, selection:Array, input:potomac.ui:PartInput, folder:potomac.ui:Folder, page:potomac.ui:Page, pageInput:potomac.ui:PageInput) — Constructor, class potomac.ui.PartEvent |
|
Parts are encouraged to use one of the static sendmethods rather than constructing the event manually. |
| PartExtensionManager — class, package potomac.ui |
|
PartExtensionManager helps Page instances gather part extensions for creation. |
| PartExtensionManager(bundleService:potomac.bundle:IBundleService, injector:potomac.inject:Injector) — Constructor, class potomac.ui.PartExtensionManager |
|
Callers should not construct PartExtensionManager instance. |
| PartInput — Dynamic Class, package potomac.ui |
|
A PartInput is a lightweight argument passed to a part. |
| PartInput() — Constructor, class potomac.ui.PartInput |
|
Creates an empty part input. |
| PartOptions — Dynamic Class, package potomac.ui |
|
PartOptions is an extensibility mechanism that enables part type specific
options. |
| partReference — Property, class potomac.ui.PotomacEvent |
|
The relevant part reference. |
| partReference — Property, class potomac.ui.SelectionEvent |
|
The reference to the part whose selection changed. |
| PartReference — class, package potomac.ui |
|
A reference to a part in a folder. |
| PartReference(id:String, input:potomac.ui:PartInput, control:mx.core:UIComponent) — Constructor, class potomac.ui.PartReference |
|
Callers should not construct PartReference instances. |
| PART_SAVED — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PART_SAVED constant defines the value of the
type property of the event object
for a potomacPartSaved event. |
| PART_SAVE_ERROR — Constant Static Property, class potomac.ui.PotomacEvent |
|
The PotomacEvent.PART_SAVE_ERROR constant defines the value of the
type property of the event object
for a potomacPartSaveError event. |
| pointID — Property, class potomac.bundle.Extension |
|
The id of the extension point of the extension. |
| POST_INJECTION — Constant Static Property, class potomac.inject.InjectionEvent |
|
The InjectionEvent.POST_INJECTION constant defines the value of the
type property of the event object
for a postInjection event. |
| potomac.bundle — package |
|
Classes associated with the core bundle/modularity services.
|
| potomac.core — package |
|
Core Potomac classes not otherwise associated with the bundle services or dependency injection.
|
| PotomacDispatcher — class, package potomac.core |
|
The PotomacDispatcher along with the [Handles] tag is the backbone
of the Potomac messaging system. |
| PotomacDispatcher() — Constructor, class potomac.core.PotomacDispatcher |
|
PotomacDispatcher should not be instantiated by clients. |
| PotomacEvent — class, package potomac.ui |
|
Potomac events are dispatched when high-level UI actions occur. |
| PotomacEvent(type:String, partRef:potomac.ui:PartReference, page:potomac.ui:Page) — Constructor, class potomac.ui.PotomacEvent |
|
Callers should not construct PotomacEvents. |
| POTOMAC_INITIALIZED — Constant Static Property, class potomac.core.StartupEvent |
|
The StartupEvent.POTOMAC_INITIALIZED constant defines the value of the
type property of the event object
for a potomacInitialized event. |
| potomac.inject — package |
|
Dependency injection classes.
|
| potomac.ui — package |
|
Classes for Potomac's user interface layer.
|
| PotomacUI — class, package potomac.ui |
|
PotomaUI is the main controller for the Potomac UI framework. |
| PotomacUI(bundleSrv:potomac.bundle:IBundleService, pageFactory:potomac.ui:PageFactory) — Constructor, class potomac.ui.PotomacUI |
|
Callers should not construct PotomacUI. |
| preload — Property, class potomac.bundle.BundleInstallDescriptor |
|
True if the bundle should be preloaded (loaded at immediately after installation). |
| PRELOADER_CLOSE_COMPLETE — Constant Static Property, class potomac.core.StartupEvent |
|
The StartupEvent.PRELOADER_CLOSE_COMPLETE constant defines the value of the
type property of the event object
for a preloaderCloseComplete event. |
| PRELOADER_CLOSE_START — Constant Static Property, class potomac.core.StartupEvent |
|
The StartupEvent.PRELOADER_CLOSE_START constant defines the value of the
type property of the event object
for a preloaderCloseStart event. |
| preloads — Property, class potomac.core.LauncherManifest |
|
The id's of bundles that should be preloaded. |
|
| 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 |