Adobe® AIR® API Reference for HTML Developers
Home  |  Hide Classes List |  Index  |  Appendixes

Language Reference only       
E Index 
  Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
E — class Keyboard
Constant associated with the key code value for the E key (69).
echoPath — class MicrophoneEnhancedOptions
Specifies the echo path (in milliseconds) used for acoustic echo cancellation.
enabled — class NativeMenuItem
Controls whether this menu item is enabled.
enableErrorChecking — class Context3D
Specifies whether errors encountered by the renderer are reported to the application.
enableVAD — class Microphone
Enable Speex voice activity detection.
encoded — class X509Certificate
Provides the whole certificate in encoded form.
encodeQuality — class Microphone
The encoded speech quality when using the Speex codec.
encodeURI(String uri) — Package Function, Top Level
encodeURIComponent(String uri) — Package Function, Top Level
EncryptedLocalStore — class, package window.runtime.flash.data
The EncryptedLocalStore class provides a persistent, encrypted data storage mechanism.
END — class Keyboard
Constant associated with the key code value for the End key (35).
endian — class FileStream
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class.
endian — class Socket
Indicates the byte order for the data.
endian — class URLStream
Indicates the byte order for the data.
endian — class ByteArray
Changes or reads the byte order for the data; either Endian.BIG_ENDIAN or Endian.LITTLE_ENDIAN.
Endian — final class, package window.runtime.flash.utils
The Endian class contains values that denote the byte order used to represent multibyte numbers.
endIndex — class NumberParseResult
The index of the character after the last character of the numeric portion of the input string.
END_SEQUENCE — class NetStreamAppendBytesAction
Indicates that the media stream data is complete.
enhancedOptions — class Microphone
Controls enhanced microphone options.
ENTER — class Keyboard
Constant associated with the key code value for the Enter key (13).
ENTER_FRAME — class Event
The Event.ENTER_FRAME constant defines the value of the type property of an enterFrame event object.
EQUAL — class Context3DCompareMode
Equal (==).
EQUAL — class Keyboard
Constant associated with the key code value for the = key (187).
equals(flash.geom:Point toCompare) — method, class Point
Determines whether two points are equal.
equals(flash.geom:Rectangle toCompare) — method, class Rectangle
Determines whether the object specified in the toCompare parameter is equal to this Rectangle object.
equals(String string1, String string2) — method, class Collator
Compares two strings and returns a Boolean value indicating whether the strings are equal.
error — Event, class ApplicationUpdater
Dispatched when an error occurred either during initialization or during the update process (if something unexpected happens).
error — Event, class ApplicationUpdaterUI
Dispatched when an error occurred either during initialization or during the update process (if something unexpected happens).
error — Event, class SQLConnection
Dispatched when any of the SQLConnection object's asynchronous operations results in an error.
error — Event, class SQLStatement
Dispatched when an error occurs during an operation.
error — Event, class Stage3D
Dispatched when a request for a rendering context fails.
error — class AsyncErrorEvent
The exception that was thrown.
error — class SQLErrorEvent
A SQLError object containing detailed information about the cause of the error.
error — class UncaughtErrorEvent
The error object associated with the uncaught error.
error — Event, class DNSResolver
Dispatched when an error occurred during a DNS lookup.
error — Event, class XMLSignatureValidator
Dispatched if verification cannot complete because of errors.
ERROR — class ErrorEvent
Defines the value of the type property of an error event object.
ERROR — class SQLErrorEvent
The SQLErrorEvent.ERROR constant defines the value of the type property of an error event dispatched when a call to a method of a SQLConnection or SQLStatement instance completes with an error.
ERROR_CANNOT_LOAD_READER — class HTMLPDFCapability
An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.
ERROR_CODE_UNKNOWN — class LastOperationStatus
Indicates that the return error code is not known.
ErrorEvent — class, package window.runtime.flash.events
An object dispatches an ErrorEvent object when an error causes an asynchronous operation to fail.
ErrorEvent(String type, Boolean bubbles, Boolean cancelable, String text, int id) — Constructor, class ErrorEvent
Creates an Event object that contains information about error events.
errorID — class ErrorEvent
Contains the reference number associated with the specific error.
ERROR_INSTALLED_READER_NOT_FOUND — class HTMLPDFCapability
No version of Adobe Reader is detected.
ERROR_INSTALLED_READER_TOO_OLD — class HTMLPDFCapability
Adobe Reader is detected, but the version is too old.
ERROR_PREFERRED_READER_TOO_OLD — class HTMLPDFCapability
A sufficient version (8.1 or later) of Adobe Reader or Acrobat is detected, but the the version of Adobe Reader that is set up to handle PDF content is older than Adobe Reader or Acrobat 8.1.
escape(String str) — Package Function, Top Level
ESCAPE — class Keyboard
Constant associated with the key code value for the Escape key (27).
escapeMultiByte(String value) — Package Function, flash.utils
EUROPEAN — class NationalDigitsType
Represents the Unicode value for the zero digit of the Latin-1 (European) digit set.
Event — class, package window.runtime.flash.events
The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs.
Event(String type, Boolean bubbles, Boolean cancelable) — Constructor, class Event
Creates an Event object to pass as a parameter to event listeners.
EventDispatcher — class, package window.runtime.flash.events
The EventDispatcher class is the base class for all runtime classes that dispatch events.
EventDispatcher(flash.events:IEventDispatcher target) — Constructor, class EventDispatcher
Aggregates an instance of the EventDispatcher class.
eventPhase — class Event
The current phase in the event flow.
exactSettings — class Security
Determines how Flash Player or AIR chooses the domain to use for certain content settings, including settings for camera and microphone permissions, storage quotas, and storage of persistent shared objects.
exchange — class MXRecord
The host name of a mail exchange service.
EXCLUSIVE — class SQLTransactionLockType
Specifies the exclusive locking transaction option.
executable — class NativeProcessStartupInfo
The File object that references an executable on the host operating system.
execute(int prefetch, flash.net:Responder responder) — method, class SQLStatement
Executes the SQL in the text property against the database that is connected to the SQLConnection object in the sqlConnection property.
EXECUTE — class SQLErrorOperation
Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.
executing — class SQLStatement
Indicates whether the statement is currently executing.
exists — class File
Indicates whether the referenced file or directory exists.
exit(int errorCode) — method, class NativeApplication
Terminates this application.
exit — Event, class NativeProcess
Signals the native process has exited.
exit(Boolean force) — method, class NativeProcess
Attempts to exit the native process.
exit(uint code) — Static Method , class System
Closes Flash Player.
EXIT — class NativeProcessExitEvent
Defines the value of the type property of a exit event object.
EXIT — class Keyboard
Exits current application mode
exitCode — class NativeProcessExitEvent
The exit code that the native process returned to the host operating system when exiting.
EXIT_FRAME — class Event
The Event.EXIT_FRAME constant defines the value of the type property of an exitFrame event object.
exiting — Event, class NativeApplication
Dispatched when the application exit sequence is started.
EXITING — class Event
The Event.EXITING constant defines the value of the type property of an exiting event object.
EXPIRED — class CertificateStatus
The certificate is outside its valid period.
EXTENDED_ARABIC_INDIC — class NationalDigitsType
Represents the Unicode value for the zero digit of the Extended Arabic-Indic digit set.
extension — class FileFilter
A list of file extensions.
extract(flash.utils:ByteArray target, Number length, Number startPosition) — method, class Sound
Extracts raw sound data from a Sound object.
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z