Bridge2021
Object

ModalOperator

An independant node-handling operation with its own user interface.

Properties

NameType AccessDescription
Boolean read/write When true, the user has requested that the operation be canceled.
String read/write A string describing the current file-system conflict that prevents the operation from being performed.
String read/write The type of the current file-system conflict encountered during the operation.
String read/write A description of the operation, suitable for display.
Thumbnail read/write When operationStatus is inError, the problematic thumbnail.
Function read/write Implement a method that returns a description of a file-system conflict that prevents the operation from being performed on the current thumbnail.
Function read/write Implement a method that returns the percentage of the operation that has currently been completed, for use in displaying the Progress dialog.
Function read/write Implement a method that returns the number of source nodes that have been processed so far.
Function read/write Implement a method that returns the current overall status of the operation with respect to Adobe Bridge.
Function read/write Implement a method that returns a message suitable for display in the Progress dialog.
Function read/write Implement a method that returns the current number of bytes that have been transferred to the target in the course of this operation.
Function read/write Implement a method that returns the total number of source nodes to be operated on.
Function read/write Implement a method that returns the subclass type of this operator.
Array read/write When sources has a value, an array of the same length containing the new name strings to be assigned to the source Thumbnail objects after they are transfered to the target.
String read/write The status of the operation with respect to the immediate action.
Number read/write How much of the operation has currently been completed, in the range [0..100].
String read/write The current overall status of the operation with respect to Adobe Bridge.
String read/write A description of the current state of the operation, suitable for display.
Function read/write Implement a method that resolves a file-system conflict, as identified by the conflictType and conflictMessage values.
String read/write How to resolve file-system conflicts.
String read/write How to apply the conflict-resolution method, applyForOneConflictOnly or applyToAllConflicts
Object read/write An optional result for an operation, such as the path that results from a createNewContainer() operation.
Function read/write Implement a method that restarts the operation after it has been stopped by user interaction.
Array read/write A set of Thumbnail objects that the operation acts upon.
Function read/write Implement a method that initiates the operation.
Function read/write Implement a method that terminates the operation.
Thumbnail read/write A target Thumbnail object for the operation.
Number read/write A number of milliseconds to wait before aborting the operation.