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  
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.adobe.csxs.core.CSXSInterface
Registers an interest in a CSXSEvent of a particular type, and assigns the event handler.
addJob(job:com.adobe.csxs.types:Job) — Method in class com.adobe.csxs.service.JobManager
Add the given Job.
adminOnlinePreference — Property in class com.adobe.csxs.types.NetworkPreferences
Retrieves the online preference for administrative users.
alpha — Property in class com.adobe.csxs.types.RGBColor
Retrieves the alpha (transparency) value.
antiAliasLevel — Property in class com.adobe.csxs.types.UIColor
Retrieves the level of anti-aliasing.
AntiAliasLevel — Final class in package com.adobe.csxs.types
Stores the anti-alias level constants.
appBarBackgroundColor — Property in class com.adobe.csxs.types.AppSkinInfo
Retrieves the application bar background color.
appBarBackgroundColorSRGB — Property in class com.adobe.csxs.types.AppSkinInfo
Retrieves the application bar background color as sRGB.
appId — Property in class com.adobe.csxs.events.CSXSEvent
Retrieves the unique identifier of the application from which this event was dispatched.
appId — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves the unique identifier of the application in which this extension is loaded.
APPLICATION — Constant static property in class com.adobe.csxs.events.CSXSEventScope
CSXS events with this scope are dispatched only to listeners in the current application.
APPLICATION — Constant static property in class com.adobe.csxs.types.SystemPath
Identifies the path to hosting application's executable.
applicationReskin — Event in class com.adobe.csxs.core.CSXSInterface
Dispached when the window skin information changes.
APPLICATION_RESKIN — Constant static property in class com.adobe.csxs.events.AppReskinEvent
The event type constant.
appLocale — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves the license locale; that is, the language/country for which the application was purchased.
appName — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves the name of the application in which this extension is loaded.
APP_OFFLINE — Constant static property in class com.adobe.csxs.events.CSXSEvent
Type constant for the event sent when the host application has gone offline.
APP_ONLINE — Constant static property in class com.adobe.csxs.events.CSXSEvent
Type constant for the event sent when the host application has gone online.
AppReskinEvent — Class in package com.adobe.csxs.events
This event is dispatched when the application in which the extension is loaded changes the skin information.
AppReskinEvent(appSkinInfo:com.adobe.csxs.types:AppSkinInfo, bubbles, cancelable) — Constructor in class com.adobe.csxs.events.AppReskinEvent
Creates the event object.
appSkinInfo — Property in class com.adobe.csxs.events.AppReskinEvent
Retrieves the application skin information.
appSkinInfo — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves skin information settings for the hosting application.
appSkinInfo — Property in class com.adobe.csxs.types.StateInfo
Retrieves the skin information of the hosting application.
AppSkinInfo — Class in package com.adobe.csxs.types
Stores window-skin properties, such as color and font.
AppSkinInfo(baseFontFamily, baseFontSize, appBarBackgroundColor:com.adobe.csxs.types:UIColor, panelBackgroundColor:com.adobe.csxs.types:UIColor, appBarBackgroundColorSRGB:com.adobe.csxs.types:UIColor, panelBackgroundColorSRGB:com.adobe.csxs.types:UIColor, m_systemHighlightColor:com.adobe.csxs.types:RGBColor) — Constructor in class com.adobe.csxs.types.AppSkinInfo
Creates a window-skin properties object.
appUILocale — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves the UI locale setting of the hosting application.
appVersion — Property in class com.adobe.csxs.types.HostEnvironment
Retrieves the version of the application in which this extension is loaded.
AsyncRequestEvent — Class in package com.adobe.csxs.events
This event is dispatched when an asynchoronous request is completed.
AsyncRequestEvent(type, bubbles, cancelable) — Constructor in class com.adobe.csxs.events.AsyncRequestEvent
Creates the event object.
AsyncRequestResult — Class in package com.adobe.csxs.types
Stores the result information for an asynchronous call.
AsyncRequestResult(status, token) — Constructor in class com.adobe.csxs.types.AsyncRequestResult
Creates an asynchronous request result object.
autoVisible — Property in class com.adobe.csxs.types.Extension
True if this extension is visible on loading.
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