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 |
COLOR_SETTINGS_CHANGED_EVENT — Constant Static Property, class com.adobe.photoshop.events.SubscriptionEvent |
|
Photoshop's color settings were changed. |
com.adobe.photoshop.connection — package |
| Contains classes related to handling the low level connection with Photoshop. |
com.adobe.photoshop.dispatchers — package |
| Contains classes that are capable of dispatching events or other data, used in communication with Photoshop. |
com.adobe.photoshop.events — package |
| Contains events pertaining to communication, state management, and errors. |
com.adobe.photoshop.log — package |
| Contains classes that help with logging, standard output, and error reporting. |
com.adobe.photoshop.messages — package |
| Contains messages and support classes. These messages can be dispatched to and received from Photoshop. |
com.adobe.photoshop.subscriptions — package |
| Contains classes that allow the API to subscribe, unsubscribe, and otherwise manage the subscriptions that Photoshop supports. (E.g. color changes.) |
com.adobe.photoshop.tools — package |
| Contains classes that pertain to the Photoshop tools, such as the paintbrush, move tool, etc. |
com.adobe.photoshop.utils — package |
| Contains miscellaneous classes that are useful for both the internal API, and for developers' own Photoshop-related code. |
connect(serverName:String, serverPort:int) — method, class com.adobe.photoshop.connection.PhotoshopConnection |
|
Opens a Photoshop data connection to Photoshop. |
CONNECTED — Constant Static Property, class com.adobe.photoshop.events.PhotoshopEvent |
|
ConnectedEvent is dispatched after a connection was successfully established
|
ConnectedEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection |
|
Dispatched when the connection to Photoshop has been established
|
createNewDocument(transactionID:int, width:int, height:int, ppi:int) — method, class com.adobe.photoshop.dispatchers.MessageDispatcher |
|
Dispatches a message instructing Photoshop to create a new document with the specified parameters. |
CURRENTDOCUMENT_CHANGED_EVENT — Constant Static Property, class com.adobe.photoshop.events.SubscriptionEvent |
|
The current document was changed in Photoshop
|
|
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 |