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

Language Reference only       
G Index 
3D:
Context3D
Context3DBlendFactor
Context3DClearMask
Context3DCompareMode
Context3DProgramType
Context3DRenderMode
Context3DStencilAction
Context3DTextureFormat
Context3DTriangleFace
Context3DVertexBufferFormat
CubeTexture
IndexBuffer3D
Program3D
Stage3D
Texture
VertexBuffer3D
Air.net:
ServiceMonitor
SocketMonitor
URLMonitor
Air.update:
ApplicationUpdater
ApplicationUpdaterUI
DownloadErrorEvent
StatusFileUpdateErrorEvent
StatusFileUpdateEvent
StatusUpdateErrorEvent
StatusUpdateEvent
UpdateEvent
Data:
EncryptedLocalStore
SQLCollationType
SQLColumnNameStyle
SQLColumnSchema
SQLConnection
SQLError
SQLErrorEvent
SQLErrorOperation
SQLEvent
SQLIndexSchema
SQLMode
SQLResult
SQLSchema
SQLSchemaResult
SQLStatement
SQLTableSchema
SQLTransactionLockType
SQLTriggerSchema
SQLUpdateEvent
SQLViewSchema
Desktop:
Clipboard
ClipboardFormats
ClipboardTransferMode
DockIcon
Icon
InteractiveIcon
NativeApplication
NativeProcess
NativeProcessStartupInfo
NotificationType
SystemTrayIcon
Display:
BitmapData
NativeMenu
NativeMenuItem
Screen
Stage
StageDisplayState
StageQuality
Events:
ActivityEvent
AsyncErrorEvent
BrowserInvokeEvent
DataEvent
DatagramSocketDataEvent
DNSResolverEvent
DRMAuthenticateEvent
DRMStatusEvent
ErrorEvent
Event
EventDispatcher
FileListEvent
HTTPStatusEvent
InvokeEvent
InvokeEventReason
IOErrorEvent
LocationChangeEvent
MouseEvent
NativeProcessExitEvent
NetDataEvent
NetMonitorEvent
NetStatusEvent
OutputProgressEvent
ProgressEvent
SampleDataEvent
SecurityErrorEvent
ServerSocketConnectEvent
StatusEvent
StorageVolumeChangeEvent
TimerEvent
UncaughtErrorEvent
UncaughtErrorEvents
File:
File
FileMode
FileStream
StorageVolume
StorageVolumeInfo
Functions:
trace()
generateRandomBytes()
navigateToURL()
sendToURL()
Geom:
Matrix
Point
Rectangle
Media:
AudioDecoder
AudioPlaybackMode
H264Level
H264Profile
H264VideoStreamSettings
ID3Info
InputMediaStream
Microphone
MicrophoneEnhancedMode
MicrophoneEnhancedOptions
Sound
SoundChannel
SoundCodec
SoundLoaderContext
SoundMixer
SoundTransform
VideoCodec
VideoStatus
VideoStreamSettings
Native window:
NativeWindow
NativeWindowBoundsEvent
NativeWindowDisplayState
NativeWindowDisplayStateEvent
NativeWindowInitOptions
NativeWindowRenderMode
NativeWindowResize
NativeWindowSystemChrome
NativeWindowType
Net:
AAAARecord
ARecord
CertificateStatus
DatagramSocket
DNSResolver
FileFilter
InterfaceAddress
IPVersion
LocalConnection
MXRecord
NetConnection
NetMonitor
NetStreamAppendBytesAction
NetStreamMulticastInfo
NetworkInfo
NetworkInterface
ObjectEncoding
PTRRecord
ResourceRecord
Responder
SecureSocket
ServerSocket
SharedObject
SharedObjectFlushStatus
Socket
SRVRecord
URLLoader
URLLoaderDataFormat
URLRequest
URLRequestDefaults
URLRequestHeader
URLRequestMethod
URLStream
URLVariables
XMLSocket
Security:
ReferencesValidationSetting
RevocationCheckSettings
SignatureStatus
SignerTrustSettings
X500DistinguishedName
X509Certificate
XMLSignatureValidator
System:
Capabilities
Security
System
Updater
Ui:
Keyboard
KeyboardType
KeyLocation
Mouse
MouseCursorData
Utils:
Vector
ByteArray
Collator
CollatorMode
CompressionAlgorithm
CurrencyFormatter
CurrencyParseResult
DateTimeFormatter
DateTimeNameContext
DateTimeNameStyle
DateTimeStyle
Endian
HTMLLoader
HTMLPDFCapability
LastOperationStatus
LocaleID
NationalDigitsType
NumberFormatter
NumberParseResult
StringTools
Timer
  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  
G — class Keyboard
Constant associated with the key code value for the G key (71).
gain — class Microphone
The amount by which the microphone boosts the signal.
gc() — Static Method , class System
Forces the garbage collection process.
generalClipboard — class Clipboard
The operating system clipboard.
generateFilterRect(flash.geom:Rectangle sourceRect, flash.filters:BitmapFilter filter) — method, class BitmapData
Determines the destination rectangle that the applyFilter() method call affects, given a BitmapData object, a source rectangle, and a filter object.
generateRandomBytes(uint numberRandomBytes) — Package Function, flash.crypto
genre — class ID3Info
The genre of the song; corresponds to the ID3 2.0 tag TCON.
GET — class URLRequestMethod
Specifies that the URLRequest object is a GET.
getAvailableLocaleIDNames() — Static Method , class Collator
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class CurrencyFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class DateTimeFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class NumberFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class StringTools
Lists all of the locale ID names supported by this class.
getClassByAlias(String aliasName) — Package Function, flash.net
getColorBoundsRect(uint mask, uint color, Boolean findColor) — method, class BitmapData
Determines a rectangular region that either fully encloses all pixels of a specified color within the bitmap image (if the findColor parameter is set to true) or fully encloses all pixels that do not include the specified color (if the findColor parameter is set to false).
getData(String format, String transferMode) — method, class Clipboard
Gets the clipboard data if data in the specified format is present.
getDateStyle() — method, class DateTimeFormatter
Gets the date style for this instance of the DateTimeFormatter.
getDateTimePattern() — method, class DateTimeFormatter
Returns the pattern string used by this DateTimeFormatter object to format dates and times.
getDefaultApplication(String extension) — method, class NativeApplication
Gets the default application for opening files with the specified extension.
getDefinitionByName(String name) — Package Function, flash.utils
getDirectoryListing() — method, class File
Returns an array of File objects corresponding to files and directories in the directory represented by this File object.
getDirectoryListingAsync() — method, class File
Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented by this File object.
getEnhancedMicrophone(int index) — Static Method , class Microphone
Returns a reference to an enhanced Microphone object that can perform acoustic echo cancellation.
getFirstWeekday() — method, class DateTimeFormatter
Returns an integer corresponding to the first day of the week for this locale and calendar system.
getGetterInvocationCount(Object obj, QName qname) — Package Function, flash.sampler
getHistoryAt(uint position) — method, class HTMLLoader
Returns the history entry at the specified position.
getInvocationCount(Object obj, QName qname) — Package Function, flash.sampler
getItem(String name) — Static Method , class EncryptedLocalStore
The data corresponding to the specified name.
getItemAt(int index) — method, class NativeMenu
Gets the menu item at the specified index.
getItemByName(String name) — method, class NativeMenu
Gets the menu item with the specified name.
getItemIndex(flash.display:NativeMenuItem item) — method, class NativeMenu
Gets the position of the specified item.
getKeysAndValues() — method, class LocaleID
Returns an object containing all of the key and value pairs from the LocaleID object.
getLanguage() — method, class LocaleID
Returns the language code specified by the locale ID name.
getLexicalScopes(Function obj) — Package Function, flash.sampler
getLocal(String name, String localPath, Boolean secure) — Static Method , class SharedObject
Returns a reference to a locally persistent shared object that is only available to the current client.
getMasterString(String str) — Package Function, flash.sampler
getMemberNames(Object o, Boolean instanceNames) — Package Function, flash.sampler
getMicrophone(int index) — Static Method , class Microphone
Returns a reference to a Microphone object for capturing audio.
getMonthNames(String nameStyle, String context) — method, class DateTimeFormatter
Retrieves a list of localized strings containing the month names for the current calendar system.
getPixel(int x, int y) — method, class BitmapData
Returns an integer that represents an RGB pixel value from a BitmapData object at a specific point (x, y).
getPixel32(int x, int y) — method, class BitmapData
Returns an ARGB color value that contains alpha channel data and RGB data.
getPixels(flash.geom:Rectangle rect) — method, class BitmapData
Generates a byte array from a rectangular region of pixel data.
getQualifiedClassName(any value) — Package Function, flash.utils
getQualifiedSuperclassName(any value) — Package Function, flash.utils
getRegion() — method, class LocaleID
Returns the region code specified by the locale ID name.
getRelativePath(flash.net:FileReference ref, Boolean useDotDot) — method, class File
Finds the relative path between two File paths.
getRemote(String name, String remotePath, Object persistence, Boolean secure) — Static Method , class SharedObject
Returns a reference to a shared object on Flash Media Server that multiple clients can access.
getResult() — method, class SQLStatement
Provides access to a SQLResult object containing the results of the statement execution, including any result rows from a SELECT statement, and other information about the statement execution for all executed statements.
getRootDirectories() — Static Method , class File
Returns an array of File objects, listing the file system root directories.
getSampleCount() — Package Function, flash.sampler
_getSamples(Class cf) — Package Function, flash.sampler
getSamples() — Package Function, flash.sampler
getSavedThis(Function obj) — Package Function, flash.sampler
getSchemaResult() — method, class SQLConnection
Provides access to the result of a call to the loadSchema() method.
getScreensForRectangle(flash.geom:Rectangle rect) — Static Method , class Screen
Returns the (possibly empty) set of screens that intersect the provided rectangle.
getScript() — method, class LocaleID
Returns the script code specified by the locale ID name.
getSetterInvocationCount(Object obj, QName qname) — Package Function, flash.sampler
getSize(any o) — Package Function, flash.sampler
getStorageVolumes() — method, class StorageVolumeInfo
Returns vector of StorageVolume objects corresponding to the currently mounted storage volumes.
getTimer() — Package Function, flash.utils
getTimeStyle() — method, class DateTimeFormatter
Gets the time style for this instance of the DateTimeFormatter.
getVariant() — method, class LocaleID
Returns the language variant code specified by the locale ID name.
getVector(flash.geom:Rectangle rect) — method, class BitmapData
Generates a vector array from a rectangular region of pixel data.
getWeekdayNames(String nameStyle, String context) — method, class DateTimeFormatter
Retrieves a list of localized strings containing the names of weekdays for the current calendar system.
globalToScreen(flash.geom:Point globalPoint) — method, class NativeWindow
Converts a point in pixel coordinates relative to the origin of the window stage (a global point in terms of the display list), to a point on the virtual desktop.
GREATER — class Context3DCompareMode
Greater than (>).
GREATER_EQUAL — class Context3DCompareMode
Greater than or equal (>=).
GREEN — class Keyboard
Green function key button
groupingPattern — class CurrencyFormatter
Describes the placement of grouping separators within the formatted currency amount string.
groupingPattern — class NumberFormatter
Describes the placement of grouping separators within the formatted number string.
groupingSeparator — class CurrencyFormatter
The character or string used for the grouping separator.
groupingSeparator — class NumberFormatter
The character or string used for the grouping separator.
GUIDE — class Keyboard
Engage program guide
GUJARATI — class NationalDigitsType
Represents the Unicode value for the zero digit of the Gujarati digit set.
GURMUKHI — class NationalDigitsType
Represents the Unicode value for the zero digit of the Gurmukhi digit set.
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