Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
AntiAliasLevel
| com.adobe.csxs.types | Stores the anti-alias level constants. | |
AppReskinEvent
| com.adobe.csxs.events | This event is dispatched when the application in which the extension is loaded changes the skin information. | |
AppSkinInfo
| com.adobe.csxs.types | Stores window-skin properties, such as color and font. | |
AsyncRequestEvent
| com.adobe.csxs.events | This event is dispatched when an asynchoronous request is completed. | |
AsyncRequestResult
| com.adobe.csxs.types | Stores the result information for an asynchronous call. | |
ColorType
| com.adobe.csxs.types | Stores the color-type constants. | |
CSXSError
| com.adobe.csxs.error | Base class for CSXS errors. | |
CSXSEvent
| com.adobe.csxs.events | Defines event types specific to the CSXS library, and allows you to work with these events. | |
CSXSEventScope
| com.adobe.csxs.events | Defines possible scopes of a CSXS event. | |
CSXSInterface
| com.adobe.csxs.core | This is the entry point to the CSXS infrastructure. | |
CSXSWindowedApplication
| com.adobe.csxs.core |
CSXSWindowedApplication is a replacement for the AIR SDK class
mx.core.WindowedApplication in the context of CSXS if AIR functionality
is used by an extension. |
|
CSXSWindowType
| com.adobe.csxs.types | Stores constants for the window types supported by the CSXS infrastructure. | |
Extension
| com.adobe.csxs.types | Stores properties specific to an extension. | |
GradientColor
| com.adobe.csxs.types | Stores gradient color information. | |
GradientStop
| com.adobe.csxs.types | Stores gradient stop information. | |
HostEnvironment
| com.adobe.csxs.types | Stores information about the environment in which the extension is loaded. | |
InvokeEvent
| com.adobe.csxs.events | This event is dispatched to an extension if it has been invoked with startup parameters. | |
Job
| com.adobe.csxs.types | Representation of a job (long running operation). | |
JobManager
| com.adobe.csxs.service |
Through the JobManager an extension can add and remove Job s. |
|
LocalConnectionTarget
| com.adobe.csxs.logging.targets | Defines event log settings, and allows you to send log messages using a local connection (the logging target). | |
MenuClickEvent
| com.adobe.csxs.events | This event is dispatched when a panel menu command is clicked. | |
NetworkPreferences
| com.adobe.csxs.types | Stores preferences related to network connection. | |
RequestError
| com.adobe.csxs.error | Defines errors in the context of requests posted against PlugPlug. | |
RGBColor
| com.adobe.csxs.types | Stores an RGB color with red, green, blue, and alpha values. | |
StateChangeEvent
| com.adobe.csxs.events | This event is dispatched when the window in which the extension is loaded changes its state. | |
StateInfo
| com.adobe.csxs.types | Stores current state information for the window in which the extension runs. | |
SyncRequestResult
| com.adobe.csxs.types | Contains the result information for a synchronous call. | |
SystemPath
| com.adobe.csxs.types |
Static class stores operating-system-specific location constants for use
in the CSXSInterface.getSystemPath() method. |
|
UIColor
| com.adobe.csxs.types | Stores color information, including the type, anti-alias level, and specific color values in a color object of an appropriate type. | |
WindowGeometry
| com.adobe.csxs.types | Stores the dimensions of the window in which the extension is loaded. |