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  
PhotoshopConnection — class, package com.adobe.photoshop.connection
The Photoshop connection class sets up encryption and handles socket transmission of data and messages to and from Photoshop.
PhotoshopConnection() — Constructor, class com.adobe.photoshop.connection.PhotoshopConnection
Constructor.
PHOTOSHOP_CONNECTION_API_VERSION — Constant Static Property, class com.adobe.photoshop.connection.PhotoshopConnection
The Photoshop API version that this code supports
PhotoshopEvent — class, package com.adobe.photoshop.events
PhotoshopEvents may be dispatched at various points in this API, and can contain useful information for determining the status of the connection and encryption.
PhotoshopEvent(type:String) — Constructor, class com.adobe.photoshop.events.PhotoshopEvent
Constructor
PhotoshopMessageEvent — class, package com.adobe.photoshop.events
A PhotoshopMessageEvent is similar to PhotoshopEvent in that the API may choose to dispatch it during execution, however, it contains information specific to sending, receiving, and parsing Messages.
PhotoshopMessageEvent(type:String) — Constructor, class com.adobe.photoshop.events.PhotoshopMessageEvent
Constructor.
PREFERENCES_CHANGED_EVENT — Constant Static Property, class com.adobe.photoshop.events.SubscriptionEvent
Photoshop's preferences were changed
PROGRESS — Constant Static Property, class com.adobe.photoshop.events.PhotoshopEvent
ProgressEvent is dispatched when there has been progress made in sending, receiving, or parsing messages.
ProgressEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when there is progress in parsing a response or sending a message.
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