Package | com.adobe.photoshop |
Class | public class ActionList |
Inheritance | ActionList ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
count : Number [read-only]
number of items in the list
| ActionList | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | parent : * [read-only] | PhotoshopHostObject |
Method | Defined By | ||
---|---|---|---|
clear():void
Clear the list
| ActionList | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
getBoolean(index:Number):Boolean
Get the value of an item of type boolean
| ActionList | ||
getClass(index:Number):Number
Get the value of an item of type class
| ActionList | ||
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
getData(index:Number):String
Get raw byte data as a String
| ActionList | ||
getDouble(index:Number):Number
Get the value of an item of type double
| ActionList | ||
getEnumerationType(index:Number):Number
Get the enumeration type of an item
| ActionList | ||
getEnumerationValue(index:Number):Number
Get the enumeration value of an item
| ActionList | ||
getInteger(index:Number):Number
Get the value of an item of type integer
| ActionList | ||
getList(index:Number):ActionList
Get the value of an item of type list
| ActionList | ||
getObjectType(index:Number):Number
Get the class ID of an object in an item of type object
| ActionList | ||
getObjectValue(index:Number):ActionDescriptor
Get the value of an item of type object
| ActionList | ||
getPath(index:Number):File
Get the value of an item of type Alias
| ActionList | ||
getReference(index:Number):ActionReference
Get the value of an item of type ActionReference
| ActionList | ||
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
getString(index:Number):String
Get the value of an item of type string
| ActionList | ||
getType(index:Number):DescValueType
Get the type of an item
| ActionList | ||
getUnitDoubleType(index:Number):Number
Get the unit type of an item of type UnitDouble
| ActionList | ||
getUnitDoubleValue(index:Number):Number
Get the value of anm item of type UnitDouble
| ActionList | ||
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
putBoolean(value:Boolean):void | ActionList | ||
putClass(value:Number):void | ActionList | ||
putData(value:String):void
Put raw byte data as a String
| ActionList | ||
putDouble(value:Number):void | ActionList | ||
putEnumerated(enumType:Number, value:Number):void | ActionList | ||
putInteger(value:Number):void | ActionList | ||
putList(value:ActionList):void | ActionList | ||
putObject(classID:Number, value:ActionDescriptor):void | ActionList | ||
putPath(value:File):void | ActionList | ||
putReference(value:ActionReference):void | ActionList | ||
putString(value:String):void | ActionList | ||
putUnitDouble(unitID:Number, value:Number):void | ActionList | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
count | property |
count:Number
[read-only] Since : | CS5 |
number of items in the list
public function get count():Number
clear | () | method |
public function clear():void
Since : | CS5 |
Clear the list
getBoolean | () | method |
public function getBoolean(index:Number):Boolean
Since : | CS5 |
Get the value of an item of type boolean
Parameters
index:Number — (Number)
|
Boolean |
getClass | () | method |
public function getClass(index:Number):Number
Since : | CS5 |
Get the value of an item of type class
Parameters
index:Number — (Number)
|
Number |
getData | () | method |
public function getData(index:Number):String
Since : | CS5 |
Get raw byte data as a String
Parameters
index:Number — (Number)
|
String |
getDouble | () | method |
public function getDouble(index:Number):Number
Since : | CS5 |
Get the value of an item of type double
Parameters
index:Number — (Number)
|
Number |
getEnumerationType | () | method |
public function getEnumerationType(index:Number):Number
Since : | CS5 |
Get the enumeration type of an item
Parameters
index:Number — (Number)
|
Number |
getEnumerationValue | () | method |
public function getEnumerationValue(index:Number):Number
Since : | CS5 |
Get the enumeration value of an item
Parameters
index:Number — (Number)
|
Number |
getInteger | () | method |
public function getInteger(index:Number):Number
Since : | CS5 |
Get the value of an item of type integer
Parameters
index:Number — (Number)
|
Number |
getList | () | method |
public function getList(index:Number):ActionList
Since : | CS5 |
Get the value of an item of type list
Parameters
index:Number — (Number)
|
ActionList |
getObjectType | () | method |
public function getObjectType(index:Number):Number
Since : | CS5 |
Get the class ID of an object in an item of type object
Parameters
index:Number — (Number)
|
Number |
getObjectValue | () | method |
public function getObjectValue(index:Number):ActionDescriptor
Since : | CS5 |
Get the value of an item of type object
Parameters
index:Number — (Number)
|
ActionDescriptor |
getPath | () | method |
public function getPath(index:Number):File
Since : | CS5 |
Get the value of an item of type Alias
Parameters
index:Number — (Number)
|
File |
getReference | () | method |
public function getReference(index:Number):ActionReference
Since : | CS5 |
Get the value of an item of type ActionReference
Parameters
index:Number — (Number)
|
ActionReference |
getString | () | method |
public function getString(index:Number):String
Since : | CS5 |
Get the value of an item of type string
Parameters
index:Number — (Number)
|
String |
getType | () | method |
public function getType(index:Number):DescValueType
Since : | CS5 |
Get the type of an item
Parameters
index:Number — (Number)
|
DescValueType |
getUnitDoubleType | () | method |
public function getUnitDoubleType(index:Number):Number
Since : | CS5 |
Get the unit type of an item of type UnitDouble
Parameters
index:Number — (Number)
|
Number |
getUnitDoubleValue | () | method |
public function getUnitDoubleValue(index:Number):Number
Since : | CS5 |
Get the value of anm item of type UnitDouble
Parameters
index:Number — (Number)
|
Number |
putBoolean | () | method |
public function putBoolean(value:Boolean):void
Since : | CS5 |
Parameters
value:Boolean — (Boolean)
|
putClass | () | method |
public function putClass(value:Number):void
Since : | CS5 |
Parameters
value:Number — (Number)
|
putData | () | method |
public function putData(value:String):void
Since : | CS5 |
Put raw byte data as a String
Parameters
value:String — (String)
|
putDouble | () | method |
public function putDouble(value:Number):void
Since : | CS5 |
Parameters
value:Number — (Number)
|
putEnumerated | () | method |
public function putEnumerated(enumType:Number, value:Number):void
Since : | CS5 |
Parameters
enumType:Number — (Number)
| |
value:Number — (Number)
|
putInteger | () | method |
public function putInteger(value:Number):void
Since : | CS5 |
Parameters
value:Number — (Number)
|
putList | () | method |
public function putList(value:ActionList):void
Since : | CS5 |
Parameters
value:ActionList — (com.adobe.photoshop.ActionList)
|
putObject | () | method |
public function putObject(classID:Number, value:ActionDescriptor):void
Since : | CS5 |
Parameters
classID:Number — (Number)
| |
value:ActionDescriptor — (com.adobe.photoshop.ActionDescriptor)
|
putPath | () | method |
public function putPath(value:File):void
Since : | CS5 |
Parameters
value:File — (flash.filesystem.File)
|
putReference | () | method |
public function putReference(value:ActionReference):void
Since : | CS5 |
Parameters
value:ActionReference — (com.adobe.photoshop.ActionReference)
|
putString | () | method |
public function putString(value:String):void
Since : | CS5 |
Parameters
value:String — (String)
|
putUnitDouble | () | method |
public function putUnitDouble(unitID:Number, value:Number):void
Since : | CS5 |
Parameters
unitID:Number — (Number)
| |
value:Number — (Number)
|