Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS
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.Subset
Constant for the Unicode character block of the same name.
KANJI. Static variable in class java.lang.Character.Subset
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.Subset
Constant for the Unicode character block of the same name.
KATAKANA. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
KEY_ACTION. Static variable in class java.awt.Event
The user has pressed a non-ASCII action key.
KEY_ACTION_RELEASE. Static variable in class java.awt.Event
The user has released a non-ASCII action key.
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_PRESS. Static variable in class java.awt.Event
The user has pressed a normal key.
KEY_PRESSED. Static variable in class java.awt.event.KeyEvent
The "key pressed" event.
KEY_RELEASE. Static variable in class java.awt.Event
The user has released a normal key.
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.
KOREA. Static variable in class java.util.Locale
Useful constant for country.
KOREAN. Static variable in class java.util.Locale
Useful constant for language.
Kernel class java.awt.image.Kernel.
This class defines a Kernel object.
Kernel(int, int, float[]). Constructor for class java.awt.image.Kernel
Create a Kernel object from an array of floats.
Key interface java.security.Key.
The Key interface is the top-level interface for all keys.
KeyAdapter class java.awt.event.KeyAdapter.
An abstract adapter class for receiving keyboard events.
KeyEvent class java.awt.event.KeyEvent.
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.
KeyEvent(Component, int, long, int, int). Constructor for class java.awt.event.KeyEvent
KeyException exception java.security.KeyException.
This is the basic key exception.
KeyException(). Constructor for class java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String). Constructor for class java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyFactory class java.security.KeyFactory.
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 java.security.KeyFactorySpi.
This class defines the Service Provider Interface (SPI) for the KeyFactory class.
KeyListener interface java.awt.event.KeyListener.
The listener interface for receiving keyboard events (keystrokes).
KeyManagementException exception java.security.KeyManagementException.
This is the general key management exception, for all operations dealing with key management.
KeyManagementException(). Constructor for class java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String). Constructor for class java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyPair class java.security.KeyPair.

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 with the specified public key and private key.
KeyPairGenerator class java.security.KeyPairGenerator.
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 java.security.KeyPairGeneratorSpi.

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
KeySpec interface java.security.spec.KeySpec.
A specification of a cryptographic key.
KeyStore class java.security.KeyStore.
This abstract class represents an in-memory collection of private keys and associated certificate chains, for use in self-authentication.
KeyStoreException exception java.security.KeyStoreException.
This is the generic KeyStore exception.
KeyStoreException(). Constructor for class java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String). Constructor for class java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStroke class java.awt.swing.KeyStroke.
A KeyStroke instance represents a key being typed on the keyboard -- it contains both a char code for the key and a modifier (alt, shift, ctrl, meta, or a combination).
Keymap interface java.awt.swing.text.Keymap.
A collection of bindings of KeyStrokes to actions.
key. Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
key. Variable in class java.awt.accessibility.AccessibleBundle
The locale independent name of the state.
key. Variable in class java.awt.swing.text.JTextComponent.KeyBinding
The key.
keyDown(Event, int). Method in class java.awt.Component
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 interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyPressed(KeyEvent). Method in class java.awt.event.KeyAdapter
Invoked when a key has been pressed.
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 interface java.awt.event.KeyListener
Invoked when a key has been released.
keyReleased(KeyEvent). Method in class java.awt.event.KeyAdapter
Invoked when a key has been released.
keySelectionManager. Variable in class java.awt.swing.JComboBox
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 HashMap.
keySet(). Method in interface java.util.Map
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.TreeMap
Returns a Set view of the keys contained in this TreeMap.
keySet(). Method in class java.util.jar.Attributes
Returns a Set view of the attribute names (keys) contained in this Map.
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 interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyTyped(KeyEvent). Method in class java.awt.event.KeyAdapter
Invoked when a key has been typed.
keyUp(Event, int). Method in class java.awt.Component
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.
kind(). Method in interface org.omg.CORBA.PrimitiveDef
kind(). Method in class org.omg.CORBA.TypeCode
Retrieves the kind of this TypeCode object.
kind. Variable in class org.omg.CosNaming.NameComponent

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 _
Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.