| 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 |
| ICellRenderer — Interface, package qnx.ui.listClasses |
|
The ICellRenderer interface must be implemented by the cell renderer for the
List, TileList, SectionList, and SectionTileList components. |
| IconButton — class, package qnx.ui.buttons |
|
The IconButton class enables you to place an image at the center of a button:
|
| IconButton() — Constructor, class qnx.ui.buttons.IconButton |
|
Constructs an IconButton instance. |
| IconSkin — class, package qnx.ui.skins.buttons |
|
The IconSkin class is the base implementation for skins with an icon. |
| IconSkin() — Constructor, class qnx.ui.skins.buttons.IconSkin |
|
Creates a new IconSkin instance. |
| IContainable — Interface, package qnx.ui.core |
|
The IContainable interface provides the methods and properties that enable definitions for container layout. |
| id — Property, class qnx.dialog.BaseDialog |
|
The ID of the dialog, where each ID is unique to the client owner. |
| id — Property, class qnx.display.IowWindow |
|
Gets or sets the ID of the window. |
| id — Property, class qnx.events.IowWindowEvent |
|
A String representing the ID of the window. |
| id — Property, class qnx.events.IowWindowSnapshotEvent |
|
The ID that is passed to IowWindow.createSnapshot. |
| id — Property, class qnx.locale.Locale |
|
Gets the ID of the locale. |
| IDataProvider — Interface, package qnx.ui.data |
|
The interface for the DataProvider class. |
| IDataViewer — Interface, package qnx.ui.data |
|
Interface to be implemented by components that provide access to a DataProvider. |
| IDisplayObject — Interface, package qnx.ui.display |
|
An interface that provides many of the DisplayObject class properties. |
| idleMode — Property, class qnx.display.IowWindow |
|
Provides finer grain control than NativeApplication.systemIdleMode
for cases where there are multiple displays. |
| image — Property, class qnx.events.IowWindowSnapshotEvent |
|
A snapshot of a window. |
| Image — class, package qnx.ui.display |
|
The Image class displays an image. |
| Image() — Constructor, class qnx.ui.display.Image |
|
Constructs an Image instance. |
| IMAGE — Constant Static Property, class qnx.ui.core.InvalidationType |
|
The InvalidationType.IMAGE constant defines the property which indicates the image of the component is invalid. |
| ImageCache — class, package qnx.utils |
|
The ImageCache class provides image caching functionality for your application. |
| ImageCache() — Constructor, class qnx.utils.ImageCache |
|
Creates a new ImageCache instance. |
| ImageCacheEvent — class, package qnx.events |
|
The ImageCacheEvent class provides event functionality related to the caching and loading of images. |
| ImageCacheEvent(type:String, url_:String, error_:flash.errors:IOError) — Constructor, class qnx.events.ImageCacheEvent |
|
Creates a new ImageCacheEvent instance given an event type, a URL to the image, and an error type. |
| imageLoaded — Event, class qnx.utils.ImageCache |
| |
| IMAGE_LOADED — Constant Static Property, class qnx.events.ImageCacheEvent |
|
Dispatched when an image has loaded. |
| imageLoadError — Event, class qnx.utils.ImageCache |
| |
| IMAGE_LOAD_ERROR — Constant Static Property, class qnx.events.ImageCacheEvent |
|
Dispatched when an image has failed to load. |
| inactive — Event, class qnx.system.QNXSystem |
| |
| inactivePowerMode — Property, class qnx.system.QNXSystem |
|
Gets or sets the power mode setting to switch to when the application becomes
inactive. |
| index — Property, class qnx.display.DisplayMode |
|
The index of this display mode. |
| index — Property, class qnx.events.DisplayEvent |
|
An int representing the index of the display in the array of screens. |
| index — Property, class qnx.ui.events.ListEvent |
|
Returns the index of the cell renderer that was clicked in the list. |
| index — Property, class qnx.ui.listClasses.CellRenderer |
|
Gets or sets the index of the cell. |
| index — Property, interface qnx.ui.listClasses.ICellRenderer |
|
Gets or sets the index of the cell. |
| indexOf(item:Object) — method, class qnx.ui.data.DataProvider |
|
Returns the index of a given object. |
| indexOf(obj:Object) — method, interface qnx.ui.data.IDataProvider |
|
Returns the index of a given object. |
| indexOfChildAt(index:int, child:Object) — method, interface qnx.ui.data.ISectionDataProvider |
|
Returns the index of a child object, given the index of the item that contains the child and the child object. |
| indexOfChildAt(index:int, child:Object) — method, class qnx.ui.data.SectionDataProvider |
|
Returns the index of a child object, given the index of the item that contains the child and the child object. |
| infoChange — Event, class qnx.media.MediaPlayer |
| |
| INFO_CHANGE — Constant Static Property, class qnx.events.MediaPlayerEvent |
|
Dispatched to communicate some information and/or a warning about the media or its playback. |
| initializeStates() — method, class qnx.ui.skins.buttons.RadioButtonSkinBlack |
| |
| initializeStates() — method, class qnx.ui.skins.slider.VolumeThumbButtonSkin |
| |
| INPUT — Constant Static Property, class qnx.system.AudioInput |
|
A constant indicating the default audio input channel. |
| inputLevelChanged — Event, class qnx.system.AudioManager |
| |
| INPUT_LEVEL_CHANGED — Constant Static Property, class qnx.events.AudioManagerEvent |
|
Dispatched when an input level has changed. |
| inputMuteChanged — Event, class qnx.system.AudioManager |
| |
| INPUT_MUTE_CHANGED — Constant Static Property, class qnx.events.AudioManagerEvent |
|
Dispatched when an input mute control has changed. |
| interlaced — Property, class qnx.display.DisplayMode |
|
true if the mode is interlaced, false if progresssive. |
| INTERNAL — Constant Static Property, class qnx.display.DisplayType |
|
Display type representing the device's built-in display. |
| invalidate(property:String, invalidateNow:Boolean) — method, class qnx.ui.core.UIComponent |
|
Marks the property as invalid and the draw() method is called on the next frame or the next render, whichever comes first. |
| InvalidationType — class, package qnx.ui.core |
|
The InvalidationType object defines InvalidationType constants that are used to indicate which portions of a component are invalid. |
| ioError — Event, class qnx.locale.LocaleResourceBundle |
|
Dispatched if the specified file to load cannot be found. |
| ioError — Event, class qnx.ui.display.Image |
|
Dispatched when the image cannot be loaded. |
| IowWindow — class, package qnx.display |
|
The IowWindow class contains properties that define the appearance and behavior of your
application display window. |
| IowWindow() — Constructor, class qnx.display.IowWindow |
|
Creates an IowWindow instance. |
| IowWindowEvent — class, package qnx.events |
|
The IowWindowEvent defines events that are associated with composition manager windows (AIR and others). |
| IowWindowEvent(type:String, _pid:int, _id:String, _own:Boolean) — Constructor, class qnx.events.IowWindowEvent |
|
Creates an IowWindowEvent instance. |
| IowWindowSensitivity — final class, package qnx.display |
|
The IowWindowSensitivity class defines constants for the
sensitivity property of the
IowWindow object that is used to control composition manager windows. |
| IowWindowSnapshotEvent — class, package qnx.events |
|
The IowWindowSnapshotEvent class is used to notify listeners when IowWindow
snapshot operations occur. |
| IowWindowSnapshotEvent(type:String, _image:flash.display:BitmapData, _window:qnx.display:IowWindow, _id:String) — Constructor, class qnx.events.IowWindowSnapshotEvent |
|
Creates an IowWindowSnapshotEvent instance. |
| IowWindowState — final class, package qnx.display |
|
The IowWindowState class defines constants for the
state property of the IowWindow object. |
| IowWindowTransparency — final class, package qnx.display |
|
The IowWindowTransparency class defines constants for the
transparency property of the
IowWindow object that is used to control composition manager windows. |
| IProgress — Interface, package qnx.ui.progress |
|
The interface for components that show progress. |
| isAnimating() — method, class qnx.ui.progress.ActivityIndicator |
|
Returns a Boolean that indicates whether or not the animation is currently playing. |
| isAttached(displayIndex:int) — method, class qnx.display.Display |
|
Returns true if the display is currently attached, given the index of the display. |
| ISectionDataProvider — Interface, package qnx.ui.data |
|
The interface for the SectionDataProvider class. |
| isErrorBCMissing — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorBCMissing property. |
| isErrorBCNotCritical — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorBCNotCritical property. |
| isErrorBCPathLength — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorBCPathLength property. |
| isErrorCertExpiry — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorCertExpiry property. |
| isErrorCertRevoked — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorCertRevoked property. |
| isErrorConstraints — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorConstraints property. |
| isErrorHostMismatch — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorHostMismatch property. |
| isErrorInvalidIssuer — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorInvalidIssuer property. |
| isErrorInvalidSignature — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorInvalidSignature property. |
| isErrorKUInvalid — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorKUInvalid property. |
| isErrorKUMissing — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorKUMissing property. |
| isErrorNotCA — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorNotCA property. |
| isErrorNotTrusted — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorNotTrusted property. |
| isErrorUnknownCriticalExt — Property, class qnx.media.CertificateInfoFlags |
|
Retrieves the value of the isErrorUnknownCriticalExt property. |
| isHeader — Property, class qnx.ui.listClasses.CellRenderer |
|
Returns a Boolean indicating whether or not the cell is a header. |
| isHeader — Property, interface qnx.ui.listClasses.ICellRenderer |
|
Gets a Boolean that determines whether or not a row is a header. |
| isHistoryBackEnabled — Property, class qnx.media.QNXStageWebView |
|
Determines whether there is a previous page in the browsing history. |
| isHistoryForwardEnabled — Property, class qnx.media.QNXStageWebView |
|
Determines whether there is a next page in the browsing history. |
| isIdle — Property, class qnx.media.MediaPlayer |
|
Checks whether the MediaPlayer is idle, meaning prepare() must still be called. |
| isInvalid(property:String, ... rest) — method, class qnx.ui.core.UIComponent |
|
Checks to see if the property is invalid and returns true if it is. |
| ISizeable — Interface, package qnx.ui.display |
|
The ISizeable interface contains a single method (setSize) that is used to resize an item. |
| ISkin — Interface, package qnx.ui.skins |
|
The ISkin interface is the interface for component skins. |
| isOpen — Property, class qnx.ui.listClasses.DropDown |
|
Returns true if the list is open in the DropDown. |
| isOpen — Property, class qnx.ui.picker.Picker |
|
Gets or sets a value that determines if the picker is open, interactive, and by default showing all lists. |
| isPaused — Property, class qnx.media.MediaPlayer |
|
Checks whether the MediaPlayer is currently paused. |
| isPlaying — Property, class qnx.media.MediaPlayer |
|
Checks whether the MediaPlayer is playing. |
| isPost — Property, class qnx.media.HistoryItem |
|
Determines whether this page was the result of a post or not. |
| isPreferred — Property, class qnx.display.DisplayMode |
| true if this is the preferred mode, otherwise false. |
| isSupported — Static Property, class qnx.media.QNXStageWebView |
|
Determines whether the QNXStageWebView class is supported on the current device. |
| isTime24Hr() — method, class qnx.locale.Locale |
|
Returns whether the clock format should be displayed as 24hr format
|
| isTime24Hr() — method, class qnx.locale.LocaleManager |
|
Returns whether the clock format should be displayed as 24hr format based on the locale. |
| ITEM_CLICKED — Constant Static Property, class qnx.ui.events.ListEvent |
|
Dispatched when a cell renderer is clicked. |
| items — Property, class qnx.dialog.PopupList |
|
Sets the list item array. |
| items — Property, class qnx.ui.events.DataProviderEvent |
|
Gets the items that have been modified
|
|
| 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 |