Package | com.adobe.incopy |
Class | public class EditingState |
Inheritance | EditingState ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
editingConflict : EditingState [static] [read-only] Alias for EDITING_CONFLICT. | EditingState | ||
EDITING_CONFLICT : EditingState [static] [read-only]
The file was modified locally or remotely while it was locked and therefore two versions exist. | EditingState | ||
editingLocally : EditingState [static] [read-only] Alias for EDITING_LOCALLY. | EditingState | ||
EDITING_LOCALLY : EditingState [static] [read-only]
The file has been modified locally and not locked. | EditingState | ||
editingLocallyLocked : EditingState [static] [read-only] Alias for EDITING_LOCALLY_LOCKED. | EditingState | ||
EDITING_LOCALLY_LOCKED : EditingState [static] [read-only]
The file has been locked locally and may be modified. | EditingState | ||
editingNowhere : EditingState [static] [read-only] Alias for EDITING_NOWHERE. | EditingState | ||
EDITING_NOWHERE : EditingState [static] [read-only]
The file is not currently in use and is not locked. | EditingState | ||
editingRemotely : EditingState [static] [read-only] Alias for EDITING_REMOTELY. | EditingState | ||
EDITING_REMOTELY : EditingState [static] [read-only]
Lock held but not usable. | EditingState | ||
editingUnknown : EditingState [static] [read-only] Alias for EDITING_UNKNOWN. | EditingState | ||
EDITING_UNKNOWN : EditingState [static] [read-only]
The editing status is not known. | EditingState | ||
enumCache : CSEnumSharedCache [static] [read-only] | EditingState | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
EditingState(ho:HostObject = null, enum:Number)
Constructor
| EditingState | ||
![]() | 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 |
EDITING_CONFLICT | property |
EDITING_CONFLICT:EditingState
[read-only] Since : | CS5 |
The file was modified locally or remotely while it was locked and therefore two versions exist.
public static function get EDITING_CONFLICT():EditingState
EDITING_LOCALLY | property |
EDITING_LOCALLY:EditingState
[read-only] Since : | CS5 |
The file has been modified locally and not locked.
public static function get EDITING_LOCALLY():EditingState
EDITING_LOCALLY_LOCKED | property |
EDITING_LOCALLY_LOCKED:EditingState
[read-only] Since : | CS5 |
The file has been locked locally and may be modified.
public static function get EDITING_LOCALLY_LOCKED():EditingState
EDITING_NOWHERE | property |
EDITING_NOWHERE:EditingState
[read-only] Since : | CS5 |
The file is not currently in use and is not locked.
public static function get EDITING_NOWHERE():EditingState
EDITING_REMOTELY | property |
EDITING_REMOTELY:EditingState
[read-only] Since : | CS5 |
Lock held but not usable.
public static function get EDITING_REMOTELY():EditingState
EDITING_UNKNOWN | property |
EDITING_UNKNOWN:EditingState
[read-only] Since : | CS5 |
The editing status is not known.
public static function get EDITING_UNKNOWN():EditingState
editingConflict | property |
editingConflict:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_CONFLICT. The file was modified locally or remotely while it was locked and therefore two versions exist.
public static function get editingConflict():EditingState
editingLocally | property |
editingLocally:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_LOCALLY. The file has been modified locally and not locked.
public static function get editingLocally():EditingState
editingLocallyLocked | property |
editingLocallyLocked:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_LOCALLY_LOCKED. The file has been locked locally and may be modified.
public static function get editingLocallyLocked():EditingState
editingNowhere | property |
editingNowhere:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_NOWHERE. The file is not currently in use and is not locked.
public static function get editingNowhere():EditingState
editingRemotely | property |
editingRemotely:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_REMOTELY. Lock held but not usable.
public static function get editingRemotely():EditingState
editingUnknown | property |
editingUnknown:EditingState
[read-only] Since : | CS5 |
Alias for EDITING_UNKNOWN. The editing status is not known.
public static function get editingUnknown():EditingState
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
EditingState | () | Constructor |
public function EditingState(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|