Package | com.adobe.bridge |
Class | public class CacheElement |
Inheritance | CacheElement ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
badges : Infoset
Core data set. | CacheElement | ||
cameraRaw : Infoset
Core data set. | CacheElement | ||
children : Infoset
Core data set. | CacheElement | ||
fullsize : Infoset
Core data set. | CacheElement | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
icon : Infoset
Core data set. | CacheElement | ||
immediate : Infoset
Core data set. | CacheElement | ||
item : Infoset
Core data set. | CacheElement | ||
itemContent : Infoset
Core data set. | CacheElement | ||
linkTarget : Infoset
Core data set. | CacheElement | ||
metadata : Infoset
Core data set. | CacheElement | ||
path : String [read-only]
The path of the asset associated with this object. | CacheElement | ||
preview : Infoset
Core data set. | CacheElement | ||
quickMetadata : Infoset
Core data set. | CacheElement | ||
thumbnail : Infoset
Core data set. | CacheElement |
Method | Defined By | ||
---|---|---|---|
doAuthentication():void
Calls the authenticate() method defined in the ExtensionHandler object associated with this element. | CacheElement | ||
![]() | 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 |
badges | property |
badges:Infoset
Since : | CS5 |
Core data set.
public function get badges():Infoset
public function set badges(value:Infoset):void
cameraRaw | property |
cameraRaw:Infoset
Since : | CS5 |
Core data set.
public function get cameraRaw():Infoset
public function set cameraRaw(value:Infoset):void
children | property |
children:Infoset
Since : | CS5 |
Core data set.
public function get children():Infoset
public function set children(value:Infoset):void
fullsize | property |
fullsize:Infoset
Since : | CS5 |
Core data set.
public function get fullsize():Infoset
public function set fullsize(value:Infoset):void
icon | property |
icon:Infoset
Since : | CS5 |
Core data set.
public function get icon():Infoset
public function set icon(value:Infoset):void
immediate | property |
immediate:Infoset
Since : | CS5 |
Core data set.
public function get immediate():Infoset
public function set immediate(value:Infoset):void
item | property |
item:Infoset
Since : | CS5 |
Core data set.
public function get item():Infoset
public function set item(value:Infoset):void
itemContent | property |
itemContent:Infoset
Since : | CS5 |
Core data set.
public function get itemContent():Infoset
public function set itemContent(value:Infoset):void
linkTarget | property |
linkTarget:Infoset
Since : | CS5 |
Core data set.
public function get linkTarget():Infoset
public function set linkTarget(value:Infoset):void
metadata | property |
metadata:Infoset
Since : | CS5 |
Core data set.
public function get metadata():Infoset
public function set metadata(value:Infoset):void
path | property |
path:String
[read-only] Since : | CS5 |
The path of the asset associated with this object.
public function get path():String
preview | property |
preview:Infoset
Since : | CS5 |
Core data set.
public function get preview():Infoset
public function set preview(value:Infoset):void
quickMetadata | property |
quickMetadata:Infoset
Since : | CS5 |
Core data set.
public function get quickMetadata():Infoset
public function set quickMetadata(value:Infoset):void
thumbnail | property |
thumbnail:Infoset
Since : | CS5 |
Core data set.
public function get thumbnail():Infoset
public function set thumbnail(value:Infoset):void
doAuthentication | () | method |
public function doAuthentication():void
Since : | CS5 |
Calls the authenticate() method defined in the ExtensionHandler object associated with this element.