Package | com.adobe.bridge |
Class | public class FilterDescription |
Inheritance | FilterDescription ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
closedValueList : Array
The set of allowed values for the XMP property, if it has a closed value list. | FilterDescription | ||
displayName : String
A localized name for this filter, shown in the heading line for this filter in the Filter pane. | FilterDescription | ||
filterType : String
The data type of filter-property value, used in sorting the list of values. | FilterDescription | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
infosetMember : String
The name of the node property to use as a filter, as defined in the InfosetMemberDescription object. | FilterDescription | ||
isExclusive : Boolean
When true, only one of the filter values can be set at a time. | FilterDescription | ||
name : String
The unique identifying name of the filter. | FilterDescription | ||
xmpNamespace : String
The namespace of the XMP property used as a filter. | FilterDescription | ||
xmpProperty : String
The key name of the XMP property used as a filter. | FilterDescription |
Method | Defined By | ||
---|---|---|---|
FilterDescription(name:String = null, displayName:String = null, filterType:String = null, arg4:Object = null, arg5:Object = null, arg6:Object = null, arg7:Object = null) | FilterDescription | ||
![]() | 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 | |
![]() | 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 | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | 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 | |
![]() | 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 |
Method | Defined By | ||
---|---|---|---|
createWithArgs(args:Array):void [override] | FilterDescription | ||
![]() | hostCreate(args:Array):void | CSHostObject |
closedValueList | property |
closedValueList:Array
Since : | CS5 |
The set of allowed values for the XMP property, if it has a closed value list.
public function get closedValueList():Array
public function set closedValueList(value:Array):void
displayName | property |
displayName:String
Since : | CS5 |
A localized name for this filter, shown in the heading line for this filter in the Filter pane.
public function get displayName():String
public function set displayName(value:String):void
filterType | property |
filterType:String
Since : | CS5 |
The data type of filter-property value, used in sorting the list of values.
public function get filterType():String
public function set filterType(value:String):void
infosetMember | property |
infosetMember:String
Since : | CS5 |
The name of the node property to use as a filter, as defined in the InfosetMemberDescription object.
public function get infosetMember():String
public function set infosetMember(value:String):void
isExclusive | property |
isExclusive:Boolean
Since : | CS5 |
When true, only one of the filter values can be set at a time.
public function get isExclusive():Boolean
public function set isExclusive(value:Boolean):void
name | property |
name:String
Since : | CS5 |
The unique identifying name of the filter.
public function get name():String
public function set name(value:String):void
xmpNamespace | property |
xmpNamespace:String
Since : | CS5 |
The namespace of the XMP property used as a filter.
public function get xmpNamespace():String
public function set xmpNamespace(value:String):void
xmpProperty | property |
xmpProperty:String
Since : | CS5 |
The key name of the XMP property used as a filter.
public function get xmpProperty():String
public function set xmpProperty(value:String):void
FilterDescription | () | Constructor |
public function FilterDescription(name:String = null, displayName:String = null, filterType:String = null, arg4:Object = null, arg5:Object = null, arg6:Object = null, arg7:Object = null)
Since : | CS5 |
Parameters
name:String (default = null ) — (String)
| |
displayName:String (default = null ) — (String)
| |
filterType:String (default = null ) — (String)
| |
arg4:Object (default = null ) — (Object)
| |
arg5:Object (default = null ) — (Object)
| |
arg6:Object (default = null ) — (Object)
| |
arg7:Object (default = null ) — (Object)
|
createWithArgs | () | method |
override protected function createWithArgs(args:Array):void
Since : | CS5 |
Parameters
args:Array |