Package | com.adobe.incopy |
Class | public class UndoModes |
Inheritance | UndoModes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
autoUndo : UndoModes [static] [read-only] Alias for AUTO_UNDO. | UndoModes | ||
AUTO_UNDO : UndoModes [static] [read-only]
Automatically undo the entire script as part of the previous step. | UndoModes | ||
entireScript : UndoModes [static] [read-only] Alias for ENTIRE_SCRIPT. | UndoModes | ||
ENTIRE_SCRIPT : UndoModes [static] [read-only]
Undo the entire script as a single step. | UndoModes | ||
enumCache : CSEnumSharedCache [static] [read-only] | UndoModes | ||
fastEntireScript : UndoModes [static] [read-only] Alias for FAST_ENTIRE_SCRIPT. | UndoModes | ||
FAST_ENTIRE_SCRIPT : UndoModes [static] [read-only]
Fast undo the entire script as a single step. | UndoModes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
scriptRequest : UndoModes [static] [read-only] Alias for SCRIPT_REQUEST. | UndoModes | ||
SCRIPT_REQUEST : UndoModes [static] [read-only]
Undo each script request as a separate step. | UndoModes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
UndoModes(ho:HostObject = null, enum:Number)
Constructor
| UndoModes | ||
![]() | 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 |
AUTO_UNDO | property |
AUTO_UNDO:UndoModes
[read-only] Since : | CS5 |
Automatically undo the entire script as part of the previous step.
public static function get AUTO_UNDO():UndoModes
autoUndo | property |
autoUndo:UndoModes
[read-only] Since : | CS5 |
Alias for AUTO_UNDO. Automatically undo the entire script as part of the previous step.
public static function get autoUndo():UndoModes
ENTIRE_SCRIPT | property |
ENTIRE_SCRIPT:UndoModes
[read-only] Since : | CS5 |
Undo the entire script as a single step.
public static function get ENTIRE_SCRIPT():UndoModes
entireScript | property |
entireScript:UndoModes
[read-only] Since : | CS5 |
Alias for ENTIRE_SCRIPT. Undo the entire script as a single step.
public static function get entireScript():UndoModes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FAST_ENTIRE_SCRIPT | property |
FAST_ENTIRE_SCRIPT:UndoModes
[read-only] Since : | CS5 |
Fast undo the entire script as a single step.
public static function get FAST_ENTIRE_SCRIPT():UndoModes
fastEntireScript | property |
fastEntireScript:UndoModes
[read-only] Since : | CS5 |
Alias for FAST_ENTIRE_SCRIPT. Fast undo the entire script as a single step.
public static function get fastEntireScript():UndoModes
SCRIPT_REQUEST | property |
SCRIPT_REQUEST:UndoModes
[read-only] Since : | CS5 |
Undo each script request as a separate step.
public static function get SCRIPT_REQUEST():UndoModes
scriptRequest | property |
scriptRequest:UndoModes
[read-only] Since : | CS5 |
Alias for SCRIPT_REQUEST. Undo each script request as a separate step.
public static function get scriptRequest():UndoModes
UndoModes | () | Constructor |
public function UndoModes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|