Packagesrc.main
Classpublic class CustomAutomationMethodDescriptor
Implementsmx.automation.IAutomationMethodDescriptor

Method descriptor class (Used with Adobe's approval).



Public Properties
 PropertyDefined by
  name : String
[read-only]
CustomAutomationMethodDescriptor
  returnType : String
[read-only]
CustomAutomationMethodDescriptor
Public Methods
 MethodDefined by
  
CustomAutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)
CustomAutomationMethodDescriptor
  
getArgDescriptors(obj:IAutomationObject):Array
CustomAutomationMethodDescriptor
  
record(target:IAutomationObject, event:Event):Array
CustomAutomationMethodDescriptor
  
replay(target:IAutomationObject, args:Array):Object
CustomAutomationMethodDescriptor
Property detail
nameproperty
name:String  [read-only]

Implementation
    public function get name():String
returnTypeproperty 
returnType:String  [read-only]

Implementation
    public function get returnType():String
Constructor detail
CustomAutomationMethodDescriptor()constructor
public function CustomAutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array)

Parameters
name:String
 
asMethodName:String
 
returnType:String
 
args:Array
Method detail
getArgDescriptors()method
public function getArgDescriptors(obj:IAutomationObject):Array

Parameters
obj:IAutomationObject

Returns
Array
record()method 
public function record(target:IAutomationObject, event:Event):Array

Parameters
target:IAutomationObject
 
event:Event

Returns
Array
replay()method 
public function replay(target:IAutomationObject, args:Array):Object

Parameters
target:IAutomationObject
 
args:Array

Returns
Object