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  
SequenceCommand — Class in package com.adobe.cairngorm.commands
The SequenceCommand is provided as a "psuedo-abstract" (since ActionScript has no real concept of abstract classes) base-class that can be extended when you wish to chain commands together for a single user-gesture, or establish some simple form of decision-based workflow.
SequenceCommand(nextEvent:com.adobe.cairngorm.control:CairngormEvent) — Constructor in class com.adobe.cairngorm.commands.SequenceCommand
Constructor, with optional nextEvent.
ServiceLocator — Class in package com.adobe.cairngorm.business
The ServiceLocator allows service to be located and security credentials to be managed.
ServiceLocator() — Constructor in class com.adobe.cairngorm.business.ServiceLocator
SERVICE_NOT_FOUND — Constant static property in class com.adobe.cairngorm.CairngormMessageCodes
setCredentials(username, password) — Method in class com.adobe.cairngorm.business.AbstractServices
Set the credentials for all registered services.
setCredentials(username, password) — Method in interface com.adobe.cairngorm.business.IServiceLocator
Set the credentials for all registered services.
setCredentials(username, password) — Method in interface com.adobe.cairngorm.business.IServices
Set the credentials for all registered services.
setCredentials(username, password) — Method in class com.adobe.cairngorm.business.ServiceLocator
Set the credentials for all registered services.
setRemoteCredentials(username, password) — Method in class com.adobe.cairngorm.business.AbstractServices
Set the remote credentials for all registered services.
setRemoteCredentials(username, password) — Method in interface com.adobe.cairngorm.business.IServiceLocator
Set the remote credentials for all registered services.
setRemoteCredentials(username, password) — Method in interface com.adobe.cairngorm.business.IServices
Set the remote credentials for all registered services.
setRemoteCredentials(username, password) — Method in class com.adobe.cairngorm.business.ServiceLocator
Set the remote credentials for all registered services.
SINGLETON_EXCEPTION — Constant static property in class com.adobe.cairngorm.CairngormMessageCodes
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