Package | com.adobe.indesign |
Class | public class IdleEvent |
Inheritance | IdleEvent ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
![]() | AFTER_ACTIVATE : String [static] [read-only]
Dispatched after the Event becomes active. | Event | |
![]() | AFTER_CLOSE : String [static] [read-only]
Dispatched when a Event is closing. | Event | |
![]() | AFTER_CONTEXT_CHANGED : String [static] [read-only]
Dispatched after the active context changes. | Event | |
![]() | AFTER_DELETE : String [static] [read-only]
Dispatched after a Event is deleted. | Event | |
![]() | AFTER_EMBED : String [static] [read-only]
Dispatched after a Event is embedded. | Event | |
![]() | AFTER_INVOKE : String [static] [read-only]
Dispatched after the Event is invoked. | Event | |
![]() | AFTER_LINKS_CHANGED : String [static] [read-only]
Dispatched after one or more links in the Event have been added, deleted, or modified. | Event | |
![]() | AFTER_MOVE : String [static] [read-only]
Dispatched after a Event is relocated from one object to another. | Event | |
![]() | AFTER_NEW : String [static] [read-only]
Dispatched after a Event is created. | Event | |
![]() | AFTER_OPEN : String [static] [read-only]
Dispatched after a Event is opened. | Event | |
![]() | AFTER_PLACE : String [static] [read-only]
Dispatched after a Event is placed. | Event | |
![]() | AFTER_QUIT : String [static] [read-only]
Dispatched when the Event is quitting. | Event | |
![]() | AFTER_SELECTION_ATTRIBUTE_CHANGED : String [static] [read-only]
Dispatched after an attribute on the active selection changes. | Event | |
![]() | AFTER_SELECTION_CHANGED : String [static] [read-only]
Dispatched after the active selection changes. | Event | |
![]() | AFTER_UNEMBED : String [static] [read-only]
Dispatched after a Event is unembedded. | Event | |
![]() | AFTER_UPDATE : String [static] [read-only]
Dispatched after a Event is updated. | Event | |
![]() | BEFORE_CLOSE : String [static] [read-only]
Dispatched before a Event is closed. | Event | |
![]() | BEFORE_DEACTIVATE : String [static] [read-only]
Dispatched before the Event becomes inactive. | Event | |
![]() | BEFORE_DELETE : String [static] [read-only]
Dispatched before a Event is deleted. | Event | |
![]() | BEFORE_DISPLAY : String [static] [read-only]
Dispatched before the Event is displayed. | Event | |
![]() | BEFORE_EMBED : String [static] [read-only]
Dispatched before a Event is embedded. | Event | |
![]() | BEFORE_INVOKE : String [static] [read-only]
Dispatched before the Event is invoked. | Event | |
![]() | BEFORE_MOVE : String [static] [read-only]
Dispatched before a Event is relocated from one object to another. | Event | |
![]() | BEFORE_PLACE : String [static] [read-only]
Dispatched before a Event is placed. | Event | |
![]() | BEFORE_QUIT : String [static] [read-only]
Dispatched before the Event is quit. | Event | |
![]() | BEFORE_UNEMBED : String [static] [read-only]
Dispatched before a Event is unembedded. | Event | |
![]() | BEFORE_UPDATE : String [static] [read-only]
Dispatched before a Event is updated. | Event | |
bubbles : Boolean [override] [read-only]
If true, the event supports the bubbling phase of propagation. | IdleEvent | ||
cancelable : Boolean [override] [read-only]
If true, the default behavior of the event on its target can be canceled. | IdleEvent | ||
currentTarget : Object [override] [read-only]
The current propagation target of the event. | IdleEvent | ||
defaultPrevented : Boolean [override] [read-only]
If true, the default behavior of the event on its target has been canceled. | IdleEvent | ||
eventPhase : EventPhases [override] [read-only]
The current propagation phase of the event. | IdleEvent | ||
eventType : String [override] [read-only]
The name of the event. | IdleEvent | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
id : Number [override] [read-only]
The unique ID of the IdleEvent. | IdleEvent | ||
index : Number [override] [read-only]
The index of the IdleEvent within its containing object. | IdleEvent | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | IdleEvent | ||
ON_IDLE : String [static] [read-only]
Dispatched at idle time for this IdleEvent. | IdleEvent | ||
![]() | ON_INVOKE : String [static] [read-only]
Dispatched when the Event is invoked. | Event | |
parent : Object [override] [read-only]
The parent of the IdleEvent (a IdleTask). | IdleEvent | ||
propagationStopped : Boolean [override] [read-only]
If true, propagation of the event beyond the current target has been stopped. | IdleEvent | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | IdleEvent | ||
target : Object [override] [read-only]
The target of the event. | IdleEvent | ||
timeAllocated : Number [read-only]
Amount of time allocated to this task at the time the event was dispatched. | IdleEvent | ||
timeStamp : Date [override] [read-only]
The time the event was initialized. | IdleEvent |
Method | Defined By | ||
---|---|---|---|
![]() | 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 | |
getElements():Object [override]
Resolves the object specifier, creating an array of object references. | IdleEvent | ||
![]() | 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 | |
preventDefault():void [override]
Cancels the default behavior of the event on its target. | IdleEvent | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
stopPropagation():void [override]
Stops propagation of the event beyond the current target. | IdleEvent | ||
toSpecifier():String [override]
Retrieves the object specifier. | IdleEvent | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
bubbles | property |
bubbles:Boolean
[read-only] [override] Since : | CS5 |
If true, the event supports the bubbling phase of propagation.
public function get bubbles():Boolean
cancelable | property |
cancelable:Boolean
[read-only] [override] Since : | CS5 |
If true, the default behavior of the event on its target can be canceled.
public function get cancelable():Boolean
currentTarget | property |
currentTarget:Object
[read-only] [override] Since : | CS5 |
The current propagation target of the event.
public function get currentTarget():Object
defaultPrevented | property |
defaultPrevented:Boolean
[read-only] [override] Since : | CS5 |
If true, the default behavior of the event on its target has been canceled.
public function get defaultPrevented():Boolean
eventPhase | property |
eventPhase:EventPhases
[read-only] [override] Since : | CS5 |
The current propagation phase of the event.
public function get eventPhase():EventPhases
eventType | property |
eventType:String
[read-only] [override] Since : | CS5 |
The name of the event.
public function get eventType():String
id | property |
id:Number
[read-only] [override] Since : | CS5 |
The unique ID of the IdleEvent.
public function get id():Number
index | property |
index:Number
[read-only] [override] Since : | CS5 |
The index of the IdleEvent within its containing object.
public function get index():Number
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
ON_IDLE | property |
ON_IDLE:String
[read-only] Since : | CS5 |
Dispatched at idle time for this IdleEvent. This event does not bubble. This event is not cancelable.
public static function get ON_IDLE():String
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the IdleEvent (a IdleTask).
public function get parent():Object
propagationStopped | property |
propagationStopped:Boolean
[read-only] [override] Since : | CS5 |
If true, propagation of the event beyond the current target has been stopped.
public function get propagationStopped():Boolean
properties | property |
properties:Object
[override] Since : | CS5 |
A property that allows setting of several properties at the same time.
public function get properties():Object
public function set properties(value:Object):void
target | property |
target:Object
[read-only] [override] Since : | CS5 |
The target of the event.
public function get target():Object
timeAllocated | property |
timeAllocated:Number
[read-only] Since : | CS5 |
Amount of time allocated to this task at the time the event was dispatched.
public function get timeAllocated():Number
timeStamp | property |
timeStamp:Date
[read-only] [override] Since : | CS5 |
The time the event was initialized.
public function get timeStamp():Date
getElements | () | method |
override public function getElements():Object
Since : | CS5 |
Resolves the object specifier, creating an array of object references.
ReturnsObject |
preventDefault | () | method |
override public function preventDefault():void
Since : | CS5 |
Cancels the default behavior of the event on its target.
stopPropagation | () | method |
override public function stopPropagation():void
Since : | CS5 |
Stops propagation of the event beyond the current target.
toSpecifier | () | method |
override public function toSpecifier():String
Since : | CS5 |
Retrieves the object specifier.
ReturnsString |