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 _

K

KANJI - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
KANNADA_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Kannada script.
KATAKANA_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Katakana script.
KEA - Static variable in class net.rim.device.api.crypto.oid.OIDs
KEA 2.16.840.1.101.2.1.1.22 Represents the KEA key agreement algorithm.
KEACryptoSystem - Class in net.rim.device.api.crypto
Represents the system of asymmetric cryptography which is based on the Discrete Logarithm Problem.
KEACryptoSystem() - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates the KEACryptoSystem object with the Fortezza parameters.
KEACryptoSystem(String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates the KEACryptoSystem object using the specified parameters.
KEACryptoSystem(KEACryptoToken, String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates the KEACryptoSystem object using the specified parameters.
KEACryptoSystem(byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptoSystem object with the specified p, q and g domain parameters.
KEACryptoSystem(byte[], byte[], byte[], String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptosystem object with the specified p, q and g domain parameters.
KEACryptoSystem(KEACryptoToken, byte[], byte[], byte[], String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptoSystem object with the specified p, q and g domain parameters.
KEACryptoSystem(KEACryptoToken, CryptoTokenCryptoSystemData) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptoSystem object with the specified crypto token and associated crypto token data.
KEACryptoToken - Class in net.rim.device.api.crypto
An interface for KEA cryptographic tokens to implement.
KEACryptoToken() - Constructor for class net.rim.device.api.crypto.KEACryptoToken
Creates a new KEACryptoToken object.
KEAKey - Interface in net.rim.device.api.crypto
Represents a key in a Key Exchange Algorithm (KEA) system.
KEAKeyAgreement - Class in net.rim.device.api.crypto
The KEAKeyAgreement class implements the key exchange algorithm (KEA).
KEAKeyPair - Class in net.rim.device.api.crypto
The KEAKeyPair object holds a Key Exchange Algorithm (KEA) public and private key.
KEAKeyPair(KEACryptoSystem) - Constructor for class net.rim.device.api.crypto.KEAKeyPair
Creates a new KEAKeyPair object with the given crypto system.
KEAKeyPair(KEAPublicKey, KEAPrivateKey) - Constructor for class net.rim.device.api.crypto.KEAKeyPair
Creates a new KEAKeyPair object with the given public and private keys.
KEAPrivateKey - Class in net.rim.device.api.crypto
Represents a private key in a Key Exchange Algorithm (KEA) system.
KEAPrivateKey(KEACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.KEAPrivateKey
Constructs a KEAPrivateKey object under the given crypto system using the given data as the private key's mathematical representation.
KEAPrivateKey(KEACryptoSystem, CryptoTokenPrivateKeyData) - Constructor for class net.rim.device.api.crypto.KEAPrivateKey
Constructs a KEAPrivateKey object under the given crypto system associated with the given crypto token.
KEAPublicKey - Class in net.rim.device.api.crypto
Represents a public key in a Key Exchange Algorithm (KEA) system.
KEAPublicKey(KEACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.KEAPublicKey
Constructs a KEAPublicKey object under the given crypto system using the given data as the public key's mathematical representation.
KEAPublicKey(KEACryptoSystem, CryptoTokenPublicKeyData) - Constructor for class net.rim.device.api.crypto.KEAPublicKey
Constructs a KEAPublicKey object under the given crypto system associated with the specified crypto token data.
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
Key - Interface in net.rim.device.api.crypto
Represents a symmetric, public, or private key.
key() - Method in exception net.rim.device.api.database.DatabaseOptionsSetException
 
key(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves the key portion of the specified keycode.
key(String) - Method in class org.json.me.JSONWriter
Append a key.
KEY_AGREEMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for key agreement.
KEY_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and key algorithm name strings, eg "RSA", "DSA", "DH", "EC".
KEY_ALT - Static variable in class net.rim.device.api.ui.Keypad
ALT key constant.
KEY_APPLICATION - Static variable in class net.rim.device.api.ui.Keypad
Deprecated. Use KEY_CONVENIENCE_2
KEY_BACKLIGHT - Static variable in class net.rim.device.api.ui.Keypad
Backlight key constant.
KEY_BACKSPACE - Static variable in class net.rim.device.api.ui.Keypad
Backspace key constant.
KEY_BACKWARD - Static variable in class net.rim.device.api.ui.Keypad
Multimedia skip backward key constant.
KEY_CAMERA_FOCUS - Static variable in class net.rim.device.api.ui.Keypad
Camera auto focus key constant.
KEY_CERT_SIGN - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for verifying a signature on certificates.
KEY_CONVENIENCE_1 - Static variable in class net.rim.device.api.ui.Keypad
Convenience Key 1 constant.
KEY_CONVENIENCE_2 - Static variable in class net.rim.device.api.ui.Keypad
Convenience key 2 constant.
KEY_DELETE - Static variable in class net.rim.device.api.ui.Keypad
Delete key constant.
KEY_DOWN - Static variable in class net.rim.device.api.system.EventInjector.KeyCodeEvent
Represents a constant indicating that the key is in the down position.
KEY_DOWN - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
Represents a constant indicating that the key is in the down position.
KEY_ENCIPHERMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for key transport.
KEY_END - Static variable in class net.rim.device.api.ui.Keypad
End key constant.
KEY_ENTER - Static variable in class net.rim.device.api.ui.Keypad
Enter key constant.
KEY_ESCAPE - Static variable in class net.rim.device.api.ui.Keypad
Escape key constant.
KEY_EXCHANGE_DISABLED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
To protect the outcome of the anonymous key exchange from being overriding by the undesirable subsequent anonymous key exchanges, key exchange is administratively disabled.
KEY_FORWARD - Static variable in class net.rim.device.api.ui.Keypad
Multimedia skip forward key constant.
KEY_GENERATION - Static variable in interface net.rim.device.api.crypto.AsymmetricCryptoToken
Use this value with the isSupported() method to query whether generating keys of a particular bit length is supported by this CryptoToken.
KEY_GENERATION_OPERATION - Static variable in class net.rim.device.api.smartcard.SmartCardSession
Indicates that this session will be used for a user key generation operation.
KEY_LOCK - Static variable in class net.rim.device.api.ui.Keypad
Lock device key constant.
KEY_MENU - Static variable in class net.rim.device.api.ui.Keypad
Menu key constant.
KEY_MIDDLE - Static variable in class net.rim.device.api.ui.Keypad
Middle key (between SEND and END) constant.
KEY_NAME - Static variable in class net.rim.device.api.ui.autotext.AutoText
 
KEY_NEXT - Static variable in class net.rim.device.api.ui.Keypad
Next key constant.
KEY_NUM0 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 0.
KEY_NUM1 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 1.
KEY_NUM2 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 2.
KEY_NUM3 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 3.
KEY_NUM4 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 4.
KEY_NUM5 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 5.
KEY_NUM6 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 6.
KEY_NUM7 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 7.
KEY_NUM8 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 8.
KEY_NUM9 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 9.
KEY_POUND - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "pound" (#).
KEY_PRESS - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key pressed events.
KEY_RELEASE - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key released events.
KEY_REPEAT - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key repeated events.
KEY_REPEAT - Static variable in class net.rim.device.api.system.EventInjector.KeyCodeEvent
Represents a constant indicating that the key is in the down position, repeating the character.
KEY_REPEAT - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
Represents a constant indicating that the key is in the down position, repeating the character.
KEY_RIGHT_3 - Static variable in class net.rim.device.api.ui.Keypad
Third right key constant.
KEY_SEND - Static variable in class net.rim.device.api.ui.Keypad
Send key constant.
KEY_SHIFT_LEFT - Static variable in class net.rim.device.api.ui.Keypad
Left-shift key constant.
KEY_SHIFT_RIGHT - Static variable in class net.rim.device.api.ui.Keypad
Right-shift key constant.
KEY_SHIFT_X - Static variable in class net.rim.device.api.ui.Keypad
Right-shift/0 key constant.
KEY_SPACE - Static variable in class net.rim.device.api.ui.Keypad
Space key constant.
KEY_SPEAKERPHONE - Static variable in class net.rim.device.api.ui.Keypad
Speakerphone toggle key constant.
KEY_STAR - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "star" (*).
KEY_UP - Static variable in class net.rim.device.api.system.EventInjector.KeyCodeEvent
Represents a constant indicating that the key is in the up position.
KEY_UP - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
Represents a constant indicating that the key is in the up position.
KEY_VOLUME_DOWN - Static variable in class net.rim.device.api.ui.Keypad
Volume down key constant.
KEY_VOLUME_UP - Static variable in class net.rim.device.api.ui.Keypad
Volume up key constant.
KEYBOARD_HIDE - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies default virtual keyboard visibility properties: hidden when this screen is initially focused or when programmatically set.
KEYBOARD_HIDE_FORCE - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies the default virtual keyboard visibility properties: always hidden when this screen is in focus.
KEYBOARD_ID_QWERTY - Static variable in class net.rim.device.api.i18n.Locale
Deprecated. Use Keypad.HW_LAYOUT_* equivalent.
KEYBOARD_ID_QWERTY_LEGACY - Static variable in class net.rim.device.api.i18n.Locale
Deprecated. Use Keypad.HW_LAYOUT_* equivalent.
KEYBOARD_ID_QWERTY_PHONE - Static variable in class net.rim.device.api.i18n.Locale
Deprecated. Use Keypad.HW_LAYOUT_* equivalent.
KEYBOARD_ID_QWERTY_REDUCED - Static variable in class net.rim.device.api.i18n.Locale
Deprecated. Use Keypad.HW_LAYOUT_* equivalent.
KEYBOARD_IGNORE - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies the default virtual keyboard visibility properties: always ignored when this screen is in focus, i.e. visibility not cached when this screen loses focus.
KEYBOARD_RESTORE - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies the default virtual keyboard visibility properties: the keyboard visibility should always be restored to its previous state when the screen is focus.
KEYBOARD_SHOW - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies the default virtual keyboard visibility properties: displayed when this screen is initially focused or when programmatically set.
KEYBOARD_SHOW_FORCE - Static variable in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Specifies the default virtual keyboard visibility properties: always displayed when this screen is in focus.
keyChar(char, int, int) - Method in class net.rim.device.api.input.AutoTextInputHelper
 
keyChar(char, int, int) - Method in class net.rim.device.api.input.EmailAddressInputHelper
Does special handling for SPACE character generation.
keyChar(char, int, int) - Method in class net.rim.device.api.input.InputHelperBase
Traps key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyChar(char, int, int) - Method in class net.rim.device.api.media.MediaKeyListener
 
keyChar(char, int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a sequence of zero or more keyDowns generates a character.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
 
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Traps key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ButtonField
Traps ENTER key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Traps SPACE key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Traps key events to seek to appropriate choice.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.DateField
Traps key events when modifying this field.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.Dialog
Traps key generation events for this dialog.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.EmailAddressEditField
Does special handling for SPACE character generation.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ListField
Traps key events when modifying this field.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Traps key events to seek to the appropriate choice.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Handles character generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Handles key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyChar(char,int,int).
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Handles key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.RadioButtonField
Traps ENTER or SPACE key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Traps character generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.SpinBoxField
Handles character generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Handles key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.table.TableController
Handles key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.TextField
Traps key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Handles character generation events.

This field's manager invokes this method to send this field a character event.

Special keystroke handling code should be implemented in the Field.keyDown method. However, this code checks for cut, copy, or paste keystrokes and dispatches to the appropriate field.

While selection mode is on, ESC cancels selection, and SHIFT+DEL cuts selection.

keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.TreeField
Handles character generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Displays the eyelids before delegating the key event to the focused field.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Field
Handles character generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Manager
Handles key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key generation event to the controlled field with focus.
keyCharUnhandled(char, int, int) - Method in class net.rim.device.api.ui.container.MainScreen
Invoked when a keyChar event is unhandled.
keyCharUnhandled(char, int, int) - Method in class net.rim.device.api.ui.Screen
Invoked when a keyChar event is unhandled.
keycode(char, int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves keycode, given base character and modifier key state.
keyControl(char, int, int) - Method in class net.rim.device.api.input.InputHelperBase
Handles control character generation events.
keyControl(char, int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
 
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Don't want left and right jumping, which is caused by automatically turning these into trackwheel events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.DateField
Performs special handling for control character events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.ListField
Traps control key events when modifying this field.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Traps control key events to seek to the appropriate choice.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Handles control character generation events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Sends key generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyControl(char,int,int).
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Sends key generation events to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Sends key generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.TextField
Handles control character generation events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Sends key-generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Field
Handles control character generation events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Manager
Sends key generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Screen
Delegates a key generation event to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.input.AutoTextInputHelper
 
keyDown(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyDown(int, int) - Method in class net.rim.device.api.media.MediaKeyListener
 
keyDown(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been pressed.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Handles symbol screen key sequences.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Handles key down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Handles symbol screen key sequences.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
keyDown(int, int) - Method in class net.rim.device.api.ui.component.ButtonField
Handles key down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Handles key down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles the key down event.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Handles key down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Sends key down event to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyDown(int,int).
keyDown(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Sends key down events to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.RadioButtonField
This method handles and consumes a key generation event, if it's the '5/GH' key (the 'Action' hotkey for Charm device) that's generated; otherwise, this method does nothing and does not consume the event.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Sends key down event to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Handles key-down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.Field
Handles key-down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key down event to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates a key down event to controlled field with focus.
KEYFRAME_COUNT_MAX - Static variable in class net.rim.device.api.animation.AnimationKeyframeSequence
Constant that specifies the maximum number of keyframes.
KEYFRAME_RELATIVE - Static variable in class net.rim.device.api.animation.AnimationKeyframeSequence
Constant that indicates that the sequence data is relative.
KeyHandlerRegistry - Class in net.rim.device.api.system
This class allows an application to register as a handler for global key events.
KeyHandlerRegistryException - Exception in net.rim.device.api.system
Indicates an error in the KeyHandlerRegistry API
KeyHandlerRegistryException(String) - Constructor for exception net.rim.device.api.system.KeyHandlerRegistryException
Creates a new KeyHandlerRegistryException object
KeyListener - Interface in net.rim.device.api.system
The listener interface for receiving keyboard events.
Keypad - Class in net.rim.device.api.ui
Provides keypad functionality.
KeypadListener - Interface in net.rim.device.api.system
This interface provides constant values for the modifier keycodes for use by extending interfaces (such as KeyListener and TrackwheelListener) and implementing classes.
KeypadUtil - Class in net.rim.device.api.ui
Provides keypad utility functionality.
KeyPair - Class in net.rim.device.api.crypto
The KeyPair class generically defines all key pairs (such as ECKeyPair, DSAKeyPair, etc.)
KeyPair() - Constructor for class net.rim.device.api.crypto.KeyPair
Creates a new KeyPair object.
KeyPair(KeyPair) - Constructor for class net.rim.device.api.crypto.KeyPair
Creates a new KeyPair object.
KeyPair(PublicKey, PrivateKey) - Constructor for class net.rim.device.api.crypto.KeyPair
Creates a new KeyPair object.
keyPressed(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is pressed.
keyPressed(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is pressed.
keyPressed(int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when a key was pressed while the component associated with the SVGAnimator had focus.
keyReleased(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is released.
keyReleased(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is released.
keyReleased(int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when a key was released while the component associated with the SVGAnimator had focus.
keyRepeat(int, int) - Method in class net.rim.device.api.input.AutoTextInputHelper
 
keyRepeat(int, int) - Method in class net.rim.device.api.input.PasswordInputHelper
Consumes key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyRepeat(int, int) - Method in class net.rim.device.api.media.MediaKeyListener
 
keyRepeat(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been repeated.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Sends key repeat event to the controlled field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.PasswordEditField
Consumes key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyRepeat(int,int).
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Sends key repeat events to the controlled field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Sends key repeat event to the field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Field
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key repeat event to the controlled field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates a key repeat event to controlled field with focus.
keyRepeated(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is repeated (held down).
keyRepeated(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is repeated.
keys() - Method in class java.util.Hashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntLongHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntMultiMap
Retrieves an enumeration of the keys in this map.
keys() - Method in class net.rim.device.api.util.LongHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.MultiMap
Retrieves an enumeration of the keys in this map.
keys() - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.ToLongHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class org.json.me.JSONObject
Get an enumeration of the keys of the JSONObject.
keyStatus(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyStatus(int, int) - Method in class net.rim.device.api.media.MediaKeyListener
 
keyStatus(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when the ALT or SHIFT status has changed.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.DateField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Sends key status event to the controlled field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyStatus(int,int).
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Sends key status event to the controlled field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Sends key status event to the field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.TextField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Field
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key status event to the controlled field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates a key status event to controlled field with focus.
keysToArray(int[]) - Method in class net.rim.device.api.util.IntHashtable
Extract keys into an array.
keysToArray(int[]) - Method in class net.rim.device.api.util.IntIntHashtable
Extract keys into an array.
keysToArray(int[]) - Method in class net.rim.device.api.util.IntLongHashtable
Extract keys into an array.
keysToArray(long[]) - Method in class net.rim.device.api.util.LongHashtable
Extract keys into an array.
keysToArray(long[]) - Method in class net.rim.device.api.util.LongIntHashtable
Extract keys into an array.
KeyStore - Interface in net.rim.device.api.crypto.keystore
A Keystore securely stores and protects access to a set of cryptographic keys and certificates.
KeyStoreCancelException - Exception in net.rim.device.api.crypto.keystore
An exception representing that the user cancelled the password entry and hence the password is unavailable.
KeyStoreCancelException() - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreCancelException
Creates a KeyStoreCancelException with no parameters.
KeyStoreCancelException(String) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreCancelException
Creates a KeyStoreCancelException with a description string.
KeyStoreData - Interface in net.rim.device.api.crypto.keystore
A container class used to store all of the key store information.
KeyStoreDataMap - Class in net.rim.device.api.crypto.keystore
This class implements the functionality of adding hashes to the key store according to the developers desires for what would be considered as the index or hash of the key store data.
KeyStoreDataMap(IntMultiMap) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreDataMap
Initializes the KeyStoreDataMap with the int multi map to be used to add items directly into the keystore.
KeyStoreDataTicket - Interface in net.rim.device.api.crypto.keystore
The KeyStoreData implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the KeyStoreData.
KeyStoreDecodeException - Exception in net.rim.device.api.crypto.keystore
An exception representing times when the key was unable to be decoded yet the user needs to be aware that it does exist.
KeyStoreDecodeException() - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreDecodeException
Creates a KeyStoreDecodeException with no parameters.
KeyStoreDecodeException(String) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreDecodeException
Creates a KeyStoreDecodeException with a description string.
KeyStoreDecodeRuntimeException - Exception in net.rim.device.api.crypto.keystore
An exception representing times when the key was unable to be decoded yet the user needs to be aware that it does exist.
KeyStoreDecodeRuntimeException() - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreDecodeRuntimeException
Creates a KeyStoreDecodeRuntimeException with no parameters.
KeyStoreDecodeRuntimeException(String) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreDecodeRuntimeException
Creates a KeyStoreDecodeRuntimeException with a description string.
KeyStoreException - Exception in net.rim.device.api.crypto.keystore
Thrown when a KeyStore error occurs.
KeyStoreException() - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreException
Constructs a KeyStoreException object.
KeyStoreException(String) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreException
Constructs a KeyStoreException object with a detailed message.
KeyStoreIndex - Interface in net.rim.device.api.crypto.keystore
Specifies the information that the key store will be indexed on.
KeyStoreManager - Class in net.rim.device.api.crypto.keystore
Coordinates all administrative tasks associated with each key store.
KeyStorePasswordManager - Class in net.rim.device.api.crypto.keystore
Provides all of the keystore password functionality for the keystore.
KeyStorePasswordTicket - Interface in net.rim.device.api.crypto.keystore
The KeyStore password implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the keystore password.
KeyStoreRegisterException - Exception in net.rim.device.api.crypto.keystore
An exception representing that the user has tried to register a class that threw an exception.
KeyStoreRegisterException() - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with no parameters.
KeyStoreRegisterException(String) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with a description string.
KeyStoreRegisterException(Exception) - Constructor for exception net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with an underlying exception so the developer can determine what caused the exception.
KeyStoreSyncFields - Class in net.rim.device.api.crypto.keystore
Allows a third party developer to register information that can be sent back and forth between the desktop software and the device for the key store.
KeyStoreTicket - Interface in net.rim.device.api.crypto.keystore
The keystore implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the keystore.
keyUp(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
keyUp(int, int) - Method in class net.rim.device.api.media.MediaKeyListener
 
keyUp(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been released.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.ButtonField
Handles key up events.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Sends key up event to the controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Sends key up event to the controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.keyUp(int,int).
keyUp(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Sends key up event to the controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Sends key up event to the row with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Handles key-up events.
keyUp(int, int) - Method in class net.rim.device.api.ui.Field
Handles key-up events.
keyUp(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key up event to the controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates a key up event to controlled field with focus.
KeyUsage - Class in net.rim.device.api.crypto.certificate
Defines several constants used to determine the purposes for which a key may be used.
KeyUsageResult - Interface in net.rim.device.api.crypto.certificate
Defines return codes for Certificate.queryKeyUsage().
KeywordFilterField - Class in net.rim.device.api.ui.component
Consists of a single keyword input field and a list of selectable elements.
KeywordFilterField() - Constructor for class net.rim.device.api.ui.component.KeywordFilterField
Creates a new KeywordFilterField.
KeywordProvider - Interface in net.rim.device.api.ui.component
Interface to define a provider of keywords.
KHAKI - Static variable in class net.rim.device.api.ui.Color
 
KHMER_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Khmer (Cambodian) script.
KIND_IN - Static variable in class net.rim.device.api.ui.TransitionContext
Value for the kind attribute that indicates the screen that is pushed or exposed is animated.
KIND_OUT - Static variable in class net.rim.device.api.ui.TransitionContext
Value for the kind attribute that indicates the screen that is popped or hidden is animated.

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 _

Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal