| 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 | |
| N — class Keyboard | |
| Constant associated with the key code value for the N key (78). | |
| name — class SQLColumnSchema | |
| Gets the name of the column. | |
| name — class SQLSchema | |
| The name of this schema object. | |
| name — class NativeMenuItem | |
| The name of this menu item. | |
| name — class StorageVolume | |
| The name of the volume. | |
| name — class LocaleID | |
| Returns a slightly more "canonical" locale identifier. | |
| name — class Microphone | |
| The name of the current sound capture device, as returned by the sound capture hardware. | |
| name — class NetworkInterface | |
| The name of this network interface. | |
| name — class URLRequestHeader | |
| An HTTP request header name (such as Content-Type or SOAPAction). | |
| name — class ResourceRecord | |
| The query string used to look up this resource record. | |
| names — class Microphone | |
| An array of strings containing the names of all available sound capture devices. | |
| NaN — Package Constant Property, Top Level | |
| NationalDigitsType — final class, package window.runtime.flash.globalization | |
| The NationalDigitsType class enumerates constants that indicate digit sets used by the NumberFormatter class. | |
| nativeApplication — class NativeApplication | |
| The singleton instance of the NativeApplication object. | |
| NativeApplication — final class, package window.runtime.flash.desktop | |
| The NativeApplication class represents this AIR application. | |
| NativeMenu — class, package window.runtime.flash.display | |
| The NativeMenu class contains methods and properties for defining native menus. | |
| NativeMenu() — Constructor, class NativeMenu | |
| Creates a new NativeMenu object. | |
| NativeMenuItem — class, package window.runtime.flash.display | |
| The NativeMenuItem class represents a single item in a menu. | |
| NativeMenuItem(String label, Boolean isSeparator) — Constructor, class NativeMenuItem | |
| Creates a new NativeMenuItem object. | |
| nativePath — class File | |
| The full path in the host operating system representation. | |
| NativeProcess — class, package window.runtime.flash.desktop | |
| The NativeProcess class provides command line integration and general launching capabilities. | |
| NativeProcess() — Constructor, class NativeProcess | |
| Constructs an uninitialized NativeProcess object. | |
| NativeProcessExitEvent — class, package window.runtime.flash.events | |
| This event is dispatched by the NativeProcess object when the process exits. | |
| NativeProcessExitEvent(String type, Boolean bubbles, Boolean cancelable, Number exitCode) — Constructor, class NativeProcessExitEvent | |
| Creates a NativeProcessExitEvent which contains specific information regarding a NativeProcess's exit code | |
| NativeProcessStartupInfo — class, package window.runtime.flash.desktop | |
| This class provides the basic information used to start a process on the host operating system. | |
| NativeProcessStartupInfo() — Constructor, class NativeProcessStartupInfo | |
| Constructs an empty NativeProcessStartupInfo object. | |
| nativeWindow — class Stage | |
| A reference to the NativeWindow object containing this Stage. | |
| NativeWindow — class, package window.runtime.flash.display | |
| The NativeWindow class provides an interface for creating and controlling native desktop windows. | |
| NativeWindow(flash.display:NativeWindowInitOptions initOptions) — Constructor, class NativeWindow | |
| Creates a new NativeWindow instance and a corresponding operating system window. | |
| NativeWindowBoundsEvent — class, package window.runtime.flash.events | |
| A NativeWindow object dispatches a NativeWindowBoundsEvent object when the size or location of the window changes. | |
| NativeWindowBoundsEvent(String type, Boolean bubbles, Boolean cancelable, flash.geom:Rectangle beforeBounds, flash.geom:Rectangle afterBounds) — Constructor, class NativeWindowBoundsEvent | |
| Creates an Event object with specific information relevant to window bounds events. | |
| NativeWindowDisplayState — final class, package window.runtime.flash.display | |
| The NativeWindowDisplayState class defines constants for the names of the window display states. | |
| NativeWindowDisplayStateEvent — class, package window.runtime.flash.events | |
| A NativeWindow object dispatches events of the NativeWindowDisplayStateEvent class when the window display state changes. | |
| NativeWindowDisplayStateEvent(String type, Boolean bubbles, Boolean cancelable, String beforeDisplayState, String afterDisplayState) — Constructor, class NativeWindowDisplayStateEvent | |
| Creates an Event object with specific information relevant to window display state events. | |
| NativeWindowInitOptions — class, package window.runtime.flash.display | |
| The NativeWindowInitOptions class defines the initialization options used to construct a new NativeWindow instance. | |
| NativeWindowInitOptions() — Constructor, class NativeWindowInitOptions | |
| Creates a new NativeWindowInitOptions object. | |
| NativeWindowRenderMode — final class, package window.runtime.flash.display | |
| The NativeWindowRenderMode class defines constants for the renderMode property of the NativeWindowInitOptions object used to create a native window. | |
| NativeWindowResize — final class, package window.runtime.flash.display | |
| The NativeWindowResize class defines constants for the possible values of the edgeOrCorner parameter of the NativeWindow startResize() method. | |
| NativeWindowSystemChrome — final class, package window.runtime.flash.display | |
| The NativeWindowSystemChrome class defines constants for the systemChrome property of the NativeWindowInitOptions object used to create a native window. | |
| NativeWindowType — final class, package window.runtime.flash.display | |
| The NativeWindowType class defines constants for the type property of the NativeWindowInitOptions object used to create a native window. | |
| navigateInSystemBrowser — class HTMLLoader | |
| Specifies whether navigation of the root frame of the HTML content (such as when the user clicks a link, when the window.location property is set, or when calling window.open()) results in navigation in the HTMLLoader object (false) or in the default system web browser (true). | |
| navigateToURL(flash.net:URLRequest request, String window) — Package Function, flash.net | |
| nearID — class NetConnection | |
| The identifier of this Flash Player or Adobe AIR instance for this NetConnection instance. | |
| nearNonce — class NetConnection | |
| A value chosen substantially by this Flash Player or Adobe AIR instance, unique to this connection. | |
| negativeCurrencyFormat — class CurrencyFormatter | |
| A numeric value that indicates a formatting pattern for negative currency amounts. | |
| negativeNumberFormat — class NumberFormatter | |
| A numeric value that indicates a formatting pattern for negative numbers. | |
| negativeSymbol — class CurrencyFormatter | |
| The negative symbol used when formatting negative currency amounts. | |
| negativeSymbol — class NumberFormatter | |
| The negative symbol to be used when formatting negative values. | |
| NELLYMOSER — class SoundCodec | |
| Specifies that the Nellymoser codec be used for compressing audio. | |
| NetConnection — class, package window.runtime.flash.net | |
| The NetConnection class creates a two-way connection between a client and a server. | |
| NetConnection() — Constructor, class NetConnection | |
| Creates a NetConnection object. | |
| NetDataEvent — class, package window.runtime.flash.events | |
| NetStream dispatches this event when message is processed. | |
| NetDataEvent(String type, Boolean bubbles, Boolean cancelable, Number timestamp, Object info) — Constructor, class NetDataEvent | |
| Creates an event object that contains information about media data events. | |
| NetMonitor — class, package window.runtime.flash.net | |
| The NetMonitor class has two functionality. | |
| NetMonitorEvent — class, package window.runtime.flash.events | |
| NetMonitorEvent object is dispatched whenever a new NetStream object is created. | |
| NetMonitorEvent(String type, Boolean bubbles, Boolean cancelable, flash.net:NetStream netStream) — Constructor, class NetMonitorEvent | |
| Creates an event object that contains information about netStreamCreate events. | |
| netStatus — Event, class NetConnection | |
| Dispatched when a NetConnection object is reporting its status or error condition. | |
| netStatus — Event, class SharedObject | |
| Dispatched when a SharedObject instance is reporting its status or error condition. | |
| NET_STATUS — class NetStatusEvent | |
| Defines the value of the type property of a netStatus event object. | |
| NetStatusEvent — class, package window.runtime.flash.events | |
| A NetConnection, NetStream, or SharedObject object dispatches NetStatusEvent objects when a it reports its status. | |
| NetStatusEvent(String type, Boolean bubbles, Boolean cancelable, Object info) — Constructor, class NetStatusEvent | |
| Creates an Event object that contains information about netStatus events. | |
| netstream — class DRMAuthenticateEvent | |
| The NetStream object that initiated this event. | |
| netStream — class NetMonitorEvent | |
| Retrieve NetStream object that just has been created. | |
| NetStreamAppendBytesAction — final class, package window.runtime.flash.net | |
| The NetStreamAppendBytesAction class is an enumeration of the constants you can pass to the NetStream.appendBytesAction() method. | |
| netStreamCreate — Event, class NetMonitor | |
| Dispatched when a new NetStream object is created. | |
| NET_STREAM_CREATE — class NetMonitorEvent | |
| The NetMonitorEvent.NET_STREAM_CREATE constant defines the value of the type property of an netStreamCreate event object. | |
| NetStreamMulticastInfo — final class, package window.runtime.flash.net | |
| The NetStreamMulticastInfo class specifies various Quality of Service (QoS) statistics related to a NetStream object's underlying RTMFP Peer-to-Peer and IP Multicast stream transport. | |
| networkChange — Event, class NativeApplication | |
| Dispatched when either a new network connection becomes available or an existing network connection is lost. | |
| networkChange — Event, class NetworkInfo | |
| Dispatched when the network interfaces have changed. | |
| NETWORK_CHANGE — class Event | |
| The Event.NETWORK_CHANGE constant defines the value of the type property of a networkChange event object. | |
| networkInfo — class NetworkInfo | |
| The singleton instance of the NetworkInfo object. | |
| NetworkInfo — class, package window.runtime.flash.net | |
| The NetworkInfo class provides information about the network interfaces on a computer. | |
| NetworkInterface — class, package window.runtime.flash.net | |
| The NetworkInterface class describes a network interface. | |
| NEVER — class Context3DCompareMode | |
| The comparison never evaluates as true. | |
| NEVER — class ReferencesValidationSetting | |
| Never check references. | |
| NEVER — class RevocationCheckSettings | |
| Do not check certificate revocation. | |
| NEW_TAI_LUE — class NationalDigitsType | |
| Represents the Unicode value for the zero digit of the New Tai Lue digit set. | |
| next(int prefetch, flash.net:Responder responder) — method, class SQLStatement | |
| Retrieves the next portion of a SELECT statement's result set. | |
| NEXT — class Keyboard | |
| Skip to next track or chapter | |
| NKO — class NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Nko digit set. | |
| NO_CASE — class SQLCollationType | |
| Indicates that the column is defined to use the NOCASE collation sequence. | |
| NO_ERROR — class LastOperationStatus | |
| Indicates that the last operation succeeded without any errors. | |
| noise(int randomSeed, uint low, uint high, uint channelOptions, Boolean grayScale) — method, class BitmapData | |
| Fills an image with pixels representing random noise. | |
| noiseSuppressionLevel — class Microphone | |
| Maximum attenuation of the noise in dB (negative number) used for Speex encoder. | |
| NONE — class NativeWindowResize | |
| Used for keyboard resizing on systems (such as Windows) that support keyboard resizing. | |
| NONE — class NativeWindowSystemChrome | |
| No system chrome. | |
| NONE — class Context3DTriangleFace | |
| Do not specify an orientation. | |
| NONE — class DateTimeStyle | |
| Specifies that the date or time should not be included in the formatted string. | |
| NONE — class KeyboardType | |
| No physical keyboard is supported. | |
| nonLinearProcessing — class MicrophoneEnhancedOptions | |
| Enable non-linear processing. | |
| NORMAL — class NativeWindowDisplayState | |
| The normal display state. | |
| NORMAL — class NativeWindowType | |
| A typical window. | |
| NORMAL — class StageDisplayState | |
| Specifies that the Stage is in normal mode. | |
| normalize(Number thickness) — method, class Point | |
| Scales the line segment between (0,0) and the current point to a set length. | |
| NOT_EQUAL — class Context3DCompareMode | |
| Not equal (!=). | |
| NotificationType — final class, package window.runtime.flash.desktop | |
| The NotificationType class defines constants for use in the priority parameter of the DockIcon bounce() method and the type parameter of the NativeWindow notifyUser() method. | |
| notifyUser(String type) — method, class NativeWindow | |
| Triggers a visual cue through the operating system that an event of interest has occurred. | |
| NOT_YET_VALID — class CertificateStatus | |
| The certificate is not yet valid. | |
| Number(Object expression) — Package Function, Top Level | |
| NUMBER_0 — class Keyboard | |
| Constant associated with the key code value for the 0 key (48). | |
| NUMBER_1 — class Keyboard | |
| Constant associated with the key code value for the 1 key (49). | |
| NUMBER_2 — class Keyboard | |
| Constant associated with the key code value for the 2 key (50). | |
| NUMBER_3 — class Keyboard | |
| Constant associated with the key code value for the 3 key (51). | |
| NUMBER_4 — class Keyboard | |
| Constant associated with the key code value for the 4 key (52). | |
| NUMBER_5 — class Keyboard | |
| Constant associated with the key code value for the 5 key (53). | |
| NUMBER_6 — class Keyboard | |
| Constant associated with the key code value for the 6 key (54). | |
| NUMBER_7 — class Keyboard | |
| Constant associated with the key code value for the 7 key (55). | |
| NUMBER_8 — class Keyboard | |
| Constant associated with the key code value for the 8 key (56). | |
| NUMBER_9 — class Keyboard | |
| Constant associated with the key code value for the 9 key (57). | |
| NumberFormatter — final class, package window.runtime.flash.globalization | |
| The NumberFormatter class provides locale-sensitive formatting and parsing of numeric values. | |
| NumberFormatter(String requestedLocaleIDName) — Constructor, class NumberFormatter | |
| Constructs a new NumberFormatter object to format numbers according to the conventions of a given locale. | |
| NUMBER_OVERFLOW_ERROR — class LastOperationStatus | |
| Indicates that an operation resulted a value that exceeds a specified numeric type. | |
| NumberParseResult — final class, package window.runtime.flash.globalization | |
| A data structure that holds information about a number that was extracted by parsing a string. | |
| NumberParseResult(Number value, int startIndex, int endIndex) — Constructor, class NumberParseResult | |
| Constructs a number parse result object. | |
| numChildren — class Stage | |
| Returns the number of children of this object. | |
| numericComparison — class Collator | |
| Controls how numeric values embedded in strings are handled during string comparison. | |
| numItems — class NativeMenu | |
| The number of NativeMenuItem objects in this menu. | |
| numLock — class Keyboard | |
| Specifies whether the Num Lock key is activated (true) or not (false). | |
| NUM_PAD — class KeyLocation | |
| Indicates the key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad. | |
| NUMPAD — class Keyboard | |
| Constant associated with the pseudo-key code for the the number pad (21). | |
| NUMPAD_0 — class Keyboard | |
| Constant associated with the key code value for the number 0 key on the number pad (96). | |
| NUMPAD_1 — class Keyboard | |
| Constant associated with the key code value for the number 1 key on the number pad (97). | |
| NUMPAD_2 — class Keyboard | |
| Constant associated with the key code value for the number 2 key on the number pad (98). | |
| NUMPAD_3 — class Keyboard | |
| Constant associated with the key code value for the number 3 key on the number pad (99). | |
| NUMPAD_4 — class Keyboard | |
| Constant associated with the key code value for the number 4 key on the number pad (100). | |
| NUMPAD_5 — class Keyboard | |
| Constant associated with the key code value for the number 5 key on the number pad (101). | |
| NUMPAD_6 — class Keyboard | |
| Constant associated with the key code value for the number 6 key on the number pad (102). | |
| NUMPAD_7 — class Keyboard | |
| Constant associated with the key code value for the number 7 key on the number pad (103). | |
| NUMPAD_8 — class Keyboard | |
| Constant associated with the key code value for the number 8 key on the number pad (104). | |
| NUMPAD_9 — class Keyboard | |
| Constant associated with the key code value for the number 9 key on the number pad (105). | |
| NUMPAD_ADD — class Keyboard | |
| Constant associated with the key code value for the addition key on the number pad (107). | |
| NUMPAD_DECIMAL — class Keyboard | |
| Constant associated with the key code value for the decimal key on the number pad (110). | |
| NUMPAD_DIVIDE — class Keyboard | |
| Constant associated with the key code value for the division key on the number pad (111). | |
| NUMPAD_ENTER — class Keyboard | |
| Constant associated with the key code value for the Enter key on the number pad (108). | |
| NUMPAD_MULTIPLY — class Keyboard | |
| Constant associated with the key code value for the multiplication key on the number pad (106). | |
| NUMPAD_SUBTRACT — class Keyboard | |
| Constant associated with the key code value for the subtraction key on the number pad (109). | |
| 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 | |
Thu Sep 29 2011, 02:35 AM -07:00
