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  
GENERIC_ERROR — Constant static property in class com.adobe.csxs.error.CSXSError
Error ID for generic errors.
getApplicationId() — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves the unique identifier of the current host application.
getExtensionId() — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves the unique identifier of the extension.
getExtensions(extensionIds) — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves the list of extensions currently loaded in the current host application.
getHostEnvironment() — Method in class com.adobe.csxs.core.CSXSInterface
Provides information about the application in which the extension is currently running.
getInstance() — Static method in class com.adobe.csxs.core.CSXSInterface
Retrieves the singleton instance of the CSXSInterface class.
getNetworkPreferences() — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves network-related preferences.
getSystemPath(pathType) — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves a path for which a constant is defined in the system.
getWindowGeometry() — Method in class com.adobe.csxs.core.CSXSInterface
Retrieves the screen location and size of the extension window.
GLOBAL — Constant static property in class com.adobe.csxs.events.CSXSEventScope
CSXS events with this scope are dispatched to all listeners in all currently running applications that support CSXS.
GONE_ONLINE — Constant static property in class com.adobe.csxs.events.CSXSEvent
Type constant for the event sent when a component has gone online.
goOffline — Event in class com.adobe.csxs.core.CSXSInterface
Dispached by a host application when extensions should stop any network-related operations.
goOnline — Event in class com.adobe.csxs.core.CSXSInterface
Dispached by a host application when extensions can restart network-related operations.
GRADIENT — Constant static property in class com.adobe.csxs.types.ColorType
GradientColor — Class in package com.adobe.csxs.types
Stores gradient color information.
GradientColor(type, direction, gradientStopList) — Constructor in class com.adobe.csxs.types.GradientColor
Creates a gradient color object.
GradientStop — Class in package com.adobe.csxs.types
Stores gradient stop information.
GradientStop(offset, rgbColor:com.adobe.csxs.types:RGBColor) — Constructor in class com.adobe.csxs.types.GradientStop
Creates a gradient-stop object.
gradientStopList — Property in class com.adobe.csxs.types.GradientColor
Retrieves the stops that define the gradient.
green — Property in class com.adobe.csxs.types.RGBColor
Retrieves the green value.
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