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  
message — Property, class com.adobe.photoshop.events.PhotoshopMessageEvent
The IMessage that has been received, if applicable.
message — Property, class com.adobe.photoshop.messages.TextMessage
The text data that this TextMessage holds, though it can be blank.
Message — class, package com.adobe.photoshop.messages
A Message is the most generic type of Message that can be sent or received, though the API doesn't do either with Messages directly.
Message(apiVersion:int) — Constructor, class com.adobe.photoshop.messages.Message
Creates a new message.
MessageDispatcher — class, package com.adobe.photoshop.dispatchers
The MessageDispatcher is an abstraction layer on top of the PhotoshopConnection, which makes it easy to send properly formatted messages to Photoshop.
MessageDispatcher(pc:com.adobe.photoshop.connection:PhotoshopConnection) — Constructor, class com.adobe.photoshop.dispatchers.MessageDispatcher
Constructor.
messageLength — Property, interface com.adobe.photoshop.messages.IMessage
The message length of the Photoshop message.
messageLength — Property, class com.adobe.photoshop.messages.Message
The message length of the Photoshop message.
MESSAGE_RECEIVED — Constant Static Property, class com.adobe.photoshop.events.PhotoshopMessageEvent
A MessageReceivedEvent is dispatched when a service or connection has received an IMessage.
MessageReceivedEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when a message is received from Photoshop.
MESSAGE_SENT — Constant Static Property, class com.adobe.photoshop.events.PhotoshopMessageEvent
A PhotoshopMessageEvent with the MessageSentEvent is dispatched when a message has been successfully sent
MessageSentEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when a message is sent to Photoshop.
MESSAGE_TEXT_ACTIVEVIEW_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the active view changes
MESSAGE_TEXT_BRUSH_SIZE_SET — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
MESSAGE_TEXT_COLOR_BACKGROUND — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Instructs Photoshop to either subscribe or unsubcribe from background color changes
MESSAGE_TEXT_COLOR_FOREGROUND — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Instructs Photoshop to either subscribe or unsubscribe from foreground color changes
MESSAGE_TEXT_COLOR_SETTINGS_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the color settings change
MESSAGE_TEXT_CURRENTDOCUMENT_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the current document changes
MESSAGE_TEXT_DOCUMENT_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when a document is changed
MESSAGE_TEXT_DOCUMENT_CLOSED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when a document is closed
MESSAGE_TEXT_DOCUMENTS_ADD — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Creates a new document
MESSAGE_TEXT_DOCUMENTS_SEND_THUMBNAIL — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Requests that Photoshop send us a JPG of the current document
MESSAGE_TEXT_DOCUMENTVIEW_CREATED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when a new DocumentView is created
MESSAGE_TEXT_KEYBOARD_SHORTCUTS_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the keyboard shortcuts change
MESSAGE_TEXT_PREFERENCES_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the preferences change
MESSAGE_TEXT_QUICK_MASK_STATE_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the quick mask state changes
MESSAGE_TEXT_SCREEN_MODE_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the screen mode changes
MESSAGE_TEXT_TOOL_CHANGED — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Update us when the selected tool changes
MESSAGE_TEXT_TOOLS_SET — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Tells Photoshop to select a tool
MESSAGE_TEXT_TOOLS_WHICH — Constant Static Property, class com.adobe.photoshop.dispatchers.MessageDispatcher
Asks Photoshop to tell us what tool is currently selected
messageType — Property, interface com.adobe.photoshop.messages.IMessage
The type of message that IMessage represents.
messageType — Property, class com.adobe.photoshop.messages.Message
The type of message that IMessage represents.
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