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

KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
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 Unicode character block of the same name.
KANNADA - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character ranges (U+0C80..U+0CFF) and (U+200C..U+200D) as defined in ISO 10646-1(E) normative Annex A
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KATAKANA - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+30A0..U+30FF) as defined in ISO 10646-1(E) normative Annex A
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
Key - Interface in java.security
The Key interface is the top-level interface for all keys.
KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
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_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
 
KeyboardFocusManager - Class in java.awt
The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner.
KeyEvent - Class in java.awt.event
An event which indicates that a keystroke occurred in a component.
KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyEventDispatcher - Interface in java.awt
A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents.
KeyEventPostProcessor - Interface in java.awt
A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents.
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.
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.
KeyFactorySpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - Constructor for class java.security.KeyFactorySpi
 
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.
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.
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.
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
 
keyPressed(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
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.
keyPressed(KeyEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HKeyEvent by invoking the keyPressed methods on listener-a and listener-b.
keyReleased(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
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.
keyReleased(KeyEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HKeyEvent by invoking the keyReleased methods on listener-a and listener-b.
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.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 Hashtable.
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 interface java.util.Map
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.
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 an in-memory collection of keys and certificates.
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.
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.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
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.
keyTyped(KeyEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HKeyEvent by invoking the keyTyped methods on listener-a and listener-b.
KHMER - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
KILL - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "KILL" defined for the application_control_code in an AIT or a XAIT.
KILLED - Static variable in interface org.dvb.application.DVBHTMLProxy
The application is in the killed state.
KnownServiceReference - Class in org.dvb.spi.selection
A reference to a service that is reached with the mediation of a SelectionProvider.
KnownServiceReference(String, String, Locator) - Constructor for class org.dvb.spi.selection.KnownServiceReference
Create a ServiceReference for the given service identified by the combination of a transport independent and transport dependent identifiers.
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