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 |
SCREEN_MODE_CHANGED_EVENT — Constant Static Property, class com.adobe.photoshop.events.SubscriptionEvent |
|
Photoshop's screen mode (full screen, normal, etc.) was changed. |
sendDatagram(data:flash.utils:ByteArray) — method, class com.adobe.photoshop.connection.PhotoshopConnection |
|
Sends raw data to Photoshop, without encrypting it or wrapping it in a properly formatted message. |
sendMessage(message:com.adobe.photoshop.messages:IMessage) — method, class com.adobe.photoshop.dispatchers.MessageDispatcher |
|
Takes an IMessage and sends it to Photoshop. |
setTool(transactionID:int, toolType:String) — method, class com.adobe.photoshop.dispatchers.MessageDispatcher |
|
Dispatches a message instructing Photoshop to set the current tool to the toolType. |
SUBSCRIBED — Constant Static Property, class com.adobe.photoshop.events.SubscriptionEvent |
|
Used when a Subcription has been successfully registered. |
Subscription — class, package com.adobe.photoshop.subscriptions |
|
A Subscription contains some useful information regarding either a returned or dispatched request. |
Subscription(subscriptionType:int) — Constructor, class com.adobe.photoshop.subscriptions.Subscription |
|
Creates a new Subscription
|
SubscriptionEvent — class, package com.adobe.photoshop.events |
|
A SubscriptionEvent is dispatched by classes such as the SubscriptionManager, and will contain useful information regarding the user events in Photoshop. |
SubscriptionEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.adobe.photoshop.events.SubscriptionEvent |
|
Creates a new SubscriptionEvent. |
SUBSCRIPTION_EVENTS_ACTIVEVIEW_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_COLOR_BACKGROUND_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_COLOR_FOREGROUND_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_COLOR_SETTINGS_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_CURRENTDOCUMENT_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_DOCUMENT_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_DOCUMENT_CLOSED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_DOCUMENTVIEW_CREATED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_KEYBOARD_SHORTCUTS_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_PREFERENCES_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_QUICK_MASK_STATE_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_SCREEN_MODE_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
SUBSCRIPTION_EVENTS_TOOL_CHANGED — Constant Static Property, class com.adobe.photoshop.subscriptions.Subscription |
| |
subscriptionManager — Property, class com.adobe.photoshop.connection.PhotoshopConnection |
|
The SubscriptionManager that this connection should use when determining if a response is tied to a subscription. |
SubscriptionManager — class, package com.adobe.photoshop.subscriptions |
|
The SubscriptionManager gives you an easy way to get data from Photoshop that pertains to things like color changes, changed tools or settings, and other user events. |
SubscriptionManager(pc:com.adobe.photoshop.connection:PhotoshopConnection) — Constructor, class com.adobe.photoshop.subscriptions.SubscriptionManager |
|
Constructor. |
subscriptionType — Property, class com.adobe.photoshop.subscriptions.Subscription |
|
The Type of this subscription
|
|
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 |