Skip navigation links
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

KAITHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kaithi" Unicode character block.
KANA_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kana Supplement" Unicode character block.
KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kanbun" Unicode character block.
KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kangxi Radicals" Unicode character block.
KANJI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Japanese, including a subset of the CJK unified ideographs as well as Japanese Han characters that may be defined as surrogate characters.
KANNADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kannada" Unicode character block.
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana" Unicode character block.
KATAKANA_PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana Phonetic Extensions" Unicode character block.
KAYAH_LI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kayah Li" Unicode character block.
KEEP - Static variable in interface java.util.jar.Pack200.Packer
The string "keep", a possible value for certain properties.
KEEP - Static variable in interface java.util.jar.Pack200.Unpacker
The string "keep", a possible value for certain properties.
KEEP_CURRENT_RESULT - Static variable in interface java.sql.Statement
The constant indicating that the current ResultSet object should not be closed when calling getMoreResults.
KEEP_FILE_ORDER - Static variable in interface java.util.jar.Pack200.Packer
If this property is set to Pack200.Packer.TRUE, the packer will transmit all elements in their original order within the source archive.
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
 
KERNING - Static variable in class java.awt.font.TextAttribute
Attribute key to request kerning.
KERNING_ON - Static variable in class java.awt.font.TextAttribute
Request standard kerning.
Key - Interface in java.security
The Key interface is the top-level interface for all keys.
KEY_FIRST - Static variable in class java.awt.event.KeyEvent
The first number in the range of ids used for key events.
KEY_LAST - Static variable in class java.awt.event.KeyEvent
The last number in the range of ids used for key events.
KEY_LOCATION_LEFT - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
KEY_LOCATION_NUMPAD - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
KEY_LOCATION_RIGHT - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
KEY_LOCATION_STANDARD - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
KEY_LOCATION_UNKNOWN - Static variable in class java.awt.event.KeyEvent
A constant indicating that the keyLocation is indeterminate or not relevant.
KEY_POUND - Static variable in class com.codename1.ui.Display
An attribute that encapsulates '#' int value.
KEY_POUND - Static variable in class com.sun.lwuit.Display
An attribute that encapsulates '#' int value.
KEY_PRESSED - Static variable in class java.awt.event.KeyEvent
The "key pressed" event.
KEY_RELEASED - Static variable in class java.awt.event.KeyEvent
The "key released" event.
KEY_TYPED - Static variable in class java.awt.event.KeyEvent
The "key typed" event.
KeyAdapter - Class in java.awt.event
An abstract adapter class for receiving keyboard events.
KeyAdapter() - Constructor for class java.awt.event.KeyAdapter
 
KeyAgreement - Class in javax.crypto
This class provides the functionality of a key agreement (or key exchange) protocol.
KeyAgreement(KeyAgreementSpi, Provider, String) - Constructor for class javax.crypto.KeyAgreement
Creates a KeyAgreement object.
KeyAgreementSpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the KeyAgreement class.
KeyAgreementSpi() - Constructor for class javax.crypto.KeyAgreementSpi
 
KEYBOARD_TYPE_HALF_QWERTY - Static variable in class com.codename1.ui.Display
Half QWERTY which needs software assistance for completion
KEYBOARD_TYPE_HALF_QWERTY - Static variable in class com.sun.lwuit.Display
Half QWERTY which needs software assistance for completion
KEYBOARD_TYPE_NUMERIC - Static variable in class com.codename1.ui.Display
Numeric keypad keyboard type
KEYBOARD_TYPE_NUMERIC - Static variable in class com.sun.lwuit.Display
Numeric keypad keyboard type
KEYBOARD_TYPE_QWERTY - Static variable in class com.codename1.ui.Display
Full QWERTY keypad keyboard type, even if a numeric keyboard also exists
KEYBOARD_TYPE_QWERTY - Static variable in class com.sun.lwuit.Display
Full QWERTY keypad keyboard type, even if a numeric keyboard also exists
KEYBOARD_TYPE_UNKNOWN - Static variable in class com.codename1.ui.Display
Unknown keyboard type is the default indicating the software should try to detect the keyboard type if necessary
KEYBOARD_TYPE_UNKNOWN - Static variable in class com.sun.lwuit.Display
Unknown keyboard type is the default indicating the software should try to detect the keyboard type if necessary
KEYBOARD_TYPE_VIRTUAL - Static variable in class com.codename1.ui.Display
Touch device without a physical keyboard that should popup a keyboad
KEYBOARD_TYPE_VIRTUAL - Static variable in class com.sun.lwuit.Display
Touch device without a physical keyboard that should popup a keyboad
KeyEvent - Class in java.awt.event
An event which indicates that a keystroke occurred in a component.
KeyEvent(Component, int, long, int, int, char, int) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyEvent(Component, int, long, int, int) - Constructor for class java.awt.event.KeyEvent
Deprecated.
as of JDK1.1
KeyException - Exception in java.security
This is the basic key exception.
KeyException() - Constructor for exception java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String) - Constructor for exception java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyException(String, Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified detail message and cause.
KeyException(Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyFactory - Class in java.security
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
KeyFactory(KeyFactorySpi, Provider, String) - Constructor for class java.security.KeyFactory
Creates a KeyFactory object.
KeyFactorySpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - Constructor for class java.security.KeyFactorySpi
 
keyFor(Selector) - Method in class java.nio.channels.SelectableChannel
Retrieves the key representing the channel's registration with the given selector.
keyFor(Selector) - Method in class java.nio.channels.spi.AbstractSelectableChannel
 
KeyGenerator - Class in javax.crypto
This class provides the functionality of a secret (symmetric) key generator.
KeyGenerator(KeyGeneratorSpi, Provider, String) - Constructor for class javax.crypto.KeyGenerator
Creates a KeyGenerator object.
KeyGeneratorSpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the KeyGenerator class.
KeyGeneratorSpi() - Constructor for class javax.crypto.KeyGeneratorSpi
 
KeyListener - Interface in java.awt.event
The listener interface for receiving keyboard events (keystrokes).
KeyManagementException - Exception in java.security
This is the general key management exception for all operations dealing with key management.
KeyManagementException() - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyManagementException(String, Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified detail message and cause.
KeyManagementException(Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyManager - Interface in javax.net.ssl
This is the base interface for JSSE key managers.
KeyManagerFactory - Class in javax.net.ssl
This class acts as a factory for key managers based on a source of key material.
KeyManagerFactory(KeyManagerFactorySpi, Provider, String) - Constructor for class javax.net.ssl.KeyManagerFactory
Creates a KeyManagerFactory object.
KeyManagerFactorySpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyManagerFactorySpi() - Constructor for class javax.net.ssl.KeyManagerFactorySpi
 
KeyPair - Class in java.security
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - Class in java.security
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
 
keyPress(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
keyPress(int) - Static method in class com.codename1.testing.TestUtils
Simulates a device key press
keyPressed(int) - Method in class com.codename1.maps.MapComponent
 
keyPressed(int) - Method in class com.codename1.ui.AutoCompleteTextField
 
keyPressed(int) - Method in class com.codename1.ui.Button
 
keyPressed(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key pressed event will call this method
keyPressed(int) - Method in class com.codename1.ui.Container
 
keyPressed(int) - Method in class com.codename1.ui.Display
Pushes a key press event with the given keycode into Codename One
keyPressed(int) - Method in class com.codename1.ui.Form
 
keyPressed(int) - Method in class com.codename1.ui.List
 
keyPressed(int) - Method in class com.codename1.ui.MenuBar
 
keyPressed(int) - Method in class com.codename1.ui.PeerComponent
 
keyPressed(int) - Method in class com.codename1.ui.Slider
 
keyPressed(int) - Method in class com.codename1.ui.TextArea
 
keyPressed(int) - Method in class com.codename1.ui.TextField
 
keyPressed(int) - Method in class com.sun.lwuit.Button
 
keyPressed(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key pressed event will call this method
keyPressed(int) - Method in class com.sun.lwuit.Display
Pushes a key press event with the given keycode into LWUIT
keyPressed(int) - Method in class com.sun.lwuit.Form
 
keyPressed(int) - Method in class com.sun.lwuit.List
 
keyPressed(int) - Method in class com.sun.lwuit.spinner.Spinner
 
keyPressed(int) - Method in class com.sun.lwuit.TextArea
 
keyPressed(int) - Method in class com.sun.lwuit.TextField
 
keyPressed(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyRelease(int) - Method in class com.codename1.testing.AbstractTest
This method just invokes the test utils method, it is here for convenience
keyRelease(int) - Static method in class com.codename1.testing.TestUtils
Simulates a device key release
keyReleased(int) - Method in class com.codename1.components.Ads
 
keyReleased(int) - Method in class com.codename1.components.ImageViewer
 
keyReleased(int) - Method in class com.codename1.ui.AutoCompleteTextField
 
keyReleased(int) - Method in class com.codename1.ui.Button
 
keyReleased(int) - Method in class com.codename1.ui.ComboBox
 
keyReleased(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key released event will call this method
keyReleased(int) - Method in class com.codename1.ui.Container
 
keyReleased(int) - Method in class com.codename1.ui.Dialog
 
keyReleased(int) - Method in class com.codename1.ui.Display
Pushes a key release event with the given keycode into Codename One
keyReleased(int) - Method in class com.codename1.ui.Form
 
keyReleased(int) - Method in class com.codename1.ui.List
 
keyReleased(int) - Method in class com.codename1.ui.MenuBar
 
keyReleased(int) - Method in class com.codename1.ui.PeerComponent
 
keyReleased(int) - Method in class com.codename1.ui.SideMenuBar
 
keyReleased(int) - Method in class com.codename1.ui.Slider
 
keyReleased(int) - Method in class com.codename1.ui.TextArea
 
keyReleased(int) - Method in class com.codename1.ui.TextField
 
keyReleased(int) - Method in class com.sun.lwuit.Button
 
keyReleased(int) - Method in class com.sun.lwuit.ComboBox
 
keyReleased(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key released event will call this method
keyReleased(int) - Method in class com.sun.lwuit.Display
Pushes a key release event with the given keycode into LWUIT
keyReleased(int) - Method in class com.sun.lwuit.Form
 
keyReleased(int) - Method in class com.sun.lwuit.List
 
keyReleased(int) - Method in class com.sun.lwuit.spinner.Spinner
 
keyReleased(int) - Method in class com.sun.lwuit.TextArea
 
keyReleased(int) - Method in class com.sun.lwuit.TextField
 
keyReleased(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
KeyRep - Class in java.security
Standardized representation for serialized Key objects.
KeyRep(KeyRep.Type, String, String, byte[]) - Constructor for class java.security.KeyRep
Construct the alternate Key class.
KeyRep.Type - Enum in java.security
Key type.
keyRepeated(int) - Method in class com.codename1.ui.Button
 
keyRepeated(int) - Method in class com.codename1.ui.Component
If this Component is focused, the key repeat event will call this method.
keyRepeated(int) - Method in class com.codename1.ui.Form
 
keyRepeated(int) - Method in class com.codename1.ui.PeerComponent
 
keyRepeated(int) - Method in class com.codename1.ui.TextField
 
keyRepeated(int) - Method in class com.sun.lwuit.Button
 
keyRepeated(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key repeat event will call this method.
keyRepeated(int) - Method in class com.sun.lwuit.Form
 
keyRepeated(int) - Method in class com.sun.lwuit.TextField
 
keys() - Method in class java.nio.channels.Selector
Returns this selector's key set.
keys() - Method in class java.security.Provider
 
keys() - Method in class java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keySet() - Method in class java.security.Provider
Returns an unmodifiable Set view of the property keys contained in this provider.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class java.util.EnumMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.IdentityHashMap
Returns an identity-based set view of the keys contained in this map.
keySet() - Method in class java.util.jar.Attributes
Returns a Set view of the attribute names (keys) contained in this Map.
keySet() - Method in class java.util.LinkedHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.ResourceBundle
Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
keySet() - Method in interface java.util.SortedMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.WeakHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class javax.script.SimpleBindings
Returns a Set view of the keys contained in this map.
KeySpec - Interface in java.security.spec
A (transparent) specification of the key material that constitutes a cryptographic key.
KeyStore - Class in java.security
This class represents a storage facility for cryptographic keys and certificates.
KeyStore(KeyStoreSpi, Provider, String) - Constructor for class java.security.KeyStore
Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
KeyStore.Builder - Class in java.security
A description of a to-be-instantiated KeyStore object.
KeyStore.CallbackHandlerProtection - Class in java.security
A ProtectionParameter encapsulating a CallbackHandler.
KeyStore.Entry - Interface in java.security
A marker interface for KeyStore entry types.
KeyStore.Entry.Attribute - Interface in java.security
An attribute associated with a keystore entry.
KeyStore.LoadStoreParameter - Interface in java.security
A marker interface for KeyStore load and store parameters.
KeyStore.PasswordProtection - Class in java.security
A password-based implementation of ProtectionParameter.
KeyStore.PrivateKeyEntry - Class in java.security
A KeyStore entry that holds a PrivateKey and corresponding certificate chain.
KeyStore.ProtectionParameter - Interface in java.security
A marker interface for keystore protection parameters.
KeyStore.SecretKeyEntry - Class in java.security
A KeyStore entry that holds a SecretKey.
KeyStore.TrustedCertificateEntry - Class in java.security
A KeyStore entry that holds a trusted Certificate.
KeyStoreBuilderParameters - Class in javax.net.ssl
A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
KeyStoreBuilderParameters(KeyStore.Builder) - Constructor for class javax.net.ssl.KeyStoreBuilderParameters
Construct new KeyStoreBuilderParameters from the specified KeyStore.Builder.
KeyStoreBuilderParameters(List<KeyStore.Builder>) - Constructor for class javax.net.ssl.KeyStoreBuilderParameters
Construct new KeyStoreBuilderParameters from a List of KeyStore.Builders.
KeyStoreException - Exception in java.security
This is the generic KeyStore exception.
KeyStoreException() - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String) - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStoreException(String, Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified detail message and cause.
KeyStoreException(Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyStoreSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
 
keyTyped(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyValue(String, String) - Method in interface com.codename1.io.JSONParseCallback
This method is called when a string key/value pair is detected within the json it is essentially redundant when following string/numeric token.
keyValue(String, String) - Method in class com.codename1.io.JSONParser
 
KHAROSHTHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kharoshthi" Unicode character block.
KHMER - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer" Unicode character block.
KHMER_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer Symbols" Unicode character block.
kill() - Method in class com.codename1.io.ConnectionRequest
Kills this request if possible
killAndWait(ConnectionRequest) - Method in class com.codename1.io.NetworkManager
Kills the given request and waits until the request is killed if it is being processed by one of the threads.
killCurrentRequest() - Method in class com.codename1.facebook.FaceBookAccess
Kills the current request.
kind() - Method in interface java.nio.file.WatchEvent
Returns the event kind.
KOREA - Static variable in class java.util.Locale
Useful constant for country.
KOREAN - Static variable in class java.util.Locale
Useful constant for language.
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 _ 
Skip navigation links