Alphabetical Index: K

_ 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

KAKU_0 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #0 envelope size, 287 mm x 382 mm
KAKU_1 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #1 envelope size, 270 mm x 382 mm
KAKU_2 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #2 envelope size, 240 mm x 332 mm
KAKU_20 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #20 envelope size, 229 mm x 324 mm
KAKU_3 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #3 envelope size, 216 mm x 227 mm
KAKU_4 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #4 envelope size, 197 mm x 267 mm
KAKU_5 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #5 envelope size, 190 mm x 240 mm
KAKU_6 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #6 envelope size, 162 mm x 229 mm
KAKU_7 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #7 envelope size, 142 mm x 205 mm
KAKU_8 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku #8 envelope size, 119 mm x 197 mm
KAKU_A4 - static field in class javax.print.attribute.standard.MediaSize.JIS
JIS kaku A4 envelope size, 228 mm x 312 mm
KANBUN - static field in class java.lang.Character.UnicodeBlock
Kanbun.
KANGXI_RADICALS - static field in class java.lang.Character.UnicodeBlock
Kangxi Radicals.
KANJI - static field 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 field in class java.lang.Character.UnicodeBlock
Kannada.
KANNADA - static field in class java.awt.font.NumericShaper
KATAKANA - static field in class java.lang.Character.UnicodeBlock
Katakana.
KBD - static field in class javax.swing.text.html.HTML.Tag
The <kbd> tag
KEEP_CURRENT_RESULT - static field in class java.sql.Statement
Kernel - class java.awt.image.Kernel
Kernel represents an image processing kernel.
Kernel(int,int,float[]) - constructor for class java.awt.image.Kernel
Creates a new Kernel instance.
key - field in class javax.accessibility.AccessibleBundle
The locale independent name of the object.
key - field in class java.awt.Event
Key - interface java.security.Key
This interfaces models the base characteristics that all keys must have.
key - field in class javax.swing.text.JTextComponent.KeyBinding
The base class used to represent keys.
Key(int) - constructor for class java.awt.RenderingHints.Key
Creates a new key.
KEY_ACTION - static field in class java.awt.Event
KEY_ACTION_RELEASE - static field in class java.awt.Event
KEY_ALPHA_INTERPOLATION - static field in class java.awt.RenderingHints
A key for the 'alpha interpolation' hint.
KEY_ANTIALIASING - static field in class java.awt.RenderingHints
A key for the 'antialiasing' hint.
KEY_COLOR_RENDERING - static field in class java.awt.RenderingHints
A key for the 'color rendering' hint.
KEY_DITHERING - static field in class java.awt.RenderingHints
A key for the 'dithering' hint.
KEY_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for selecting keyboard events.
KEY_FIRST - static field in class java.awt.event.KeyEvent
This is the first id in the range of event ids used by this class.
KEY_FRACTIONALMETRICS - static field in class java.awt.RenderingHints
A key for the 'fractional metrics' hint.
KEY_INTERPOLATION - static field in class java.awt.RenderingHints
A key for the 'interpolation' hint.
KEY_LAST - static field in class java.awt.event.KeyEvent
This is the last id in the range of event ids used by this class.
KEY_LOCATION_LEFT - static field in class java.awt.event.KeyEvent
Indicates the key is on the left side of the keyboard, such as the left shift.
KEY_LOCATION_NUMPAD - static field in class java.awt.event.KeyEvent
Indicates the key is on the numeric pad, such as the numpad 0.
KEY_LOCATION_RIGHT - static field in class java.awt.event.KeyEvent
Indicates the key is on the right side of the keyboard, such as the right shift.
KEY_LOCATION_STANDARD - static field in class java.awt.event.KeyEvent
Indicates a standard key location, with no left/right variants and not on the numeric pad.
KEY_LOCATION_UNKNOWN - static field in class java.awt.event.KeyEvent
Indicates unknown or irrelavent key location.
KEY_PRESS - static field in class java.awt.Event
KEY_PRESSED - static field in class java.awt.event.KeyEvent
This event id indicates a key was pressed.
KEY_RELEASE - static field in class java.awt.Event
KEY_RELEASED - static field in class java.awt.event.KeyEvent
This event it indicates a key was released.
KEY_RENDERING - static field in class java.awt.RenderingHints
A key for the 'rendering' hint.
KEY_STROKE_CONTROL - static field in class java.awt.RenderingHints
A key for the 'stroke control' hint.
KEY_TEXT_ANTIALIASING - static field in class java.awt.RenderingHints
A key for the 'text antialiasing' hint.
KEY_TYPED - static field in class java.awt.event.KeyEvent
This event id indicates a key was typed, which is a key press followed by a key release to generate an actual Unicode character.
KeyAdapter - class java.awt.event.KeyAdapter
This class implements KeyListener and implements all methods with empty bodies.
KeyAdapter() - constructor for class java.awt.event.KeyAdapter
Do nothing default constructor for subclasses.
KeyAgreement - class javax.crypto.KeyAgreement
Key agreement is a method in which two or more parties may agree on a secret key for symmetric cryptography or message authentication without transmitting any secrets in the clear.
KeyAgreementSpi - class javax.crypto.KeyAgreementSpi
This is the Service Provider Interface (SPI) for the KeyAgreement class.
KeyAgreementSpi() - constructor for class javax.crypto.KeyAgreementSpi
Create a new KeyAgreementSpi instance.
Creates a new KeyBinding instance.
KEYBOARD_DIVIDER_MOVE_OFFSET - static field in class javax.swing.plaf.basic.BasicSplitPaneUI
The distance the divider is moved when moved by keyboard actions.
This is a deprecated class.
keyboardDownRightListener - field in class javax.swing.plaf.basic.BasicSplitPaneUI
This is a deprecated class.
keyboardEndListener - field in class javax.swing.plaf.basic.BasicSplitPaneUI
The KeyboardFocusManager handles the focusing of windows for receiving keyboard events.
KeyboardFocusManager() - constructor for class java.awt.KeyboardFocusManager
Construct a KeyboardFocusManager.
This is a deprecated class.
keyboardHomeListener - field in class javax.swing.plaf.basic.BasicSplitPaneUI
This is a deprecated class.
keyboardResizeToggleListener - field in class javax.swing.plaf.basic.BasicSplitPaneUI
This is a deprecated class.
keyboardUpLeftListener - field in class javax.swing.plaf.basic.BasicSplitPaneUI
keyDown(java.awt.Event,int) - method in class java.awt.Component
AWT 1.0 KEY_PRESS and KEY_ACTION event handler.
keyEqualsCharSet() - method in class javax.swing.text.ChangedCharSetException
Get the value of the second parameter, previously passed to the constructor.
KeyEvent - class java.awt.event.KeyEvent
This event is generated when a key is pressed or released.
KeyEvent(java.awt.Component,int,long,int,int) - constructor for class java.awt.event.KeyEvent
Initializes a new instance of KeyEvent with the specified information.
KeyEvent(java.awt.Component,int,long,int,int,char) - constructor for class java.awt.event.KeyEvent
Initializes a new instance of KeyEvent with the specified information.
Initializes a new instance of KeyEvent with the specified information.
An instance of this interface coordinates with a KeyboardFocusManager to target and dispatch all key events.
An instance of this interface coordinates with a KeyboardFocusManager to target and dispatch all key events that are otherwise unconsumed.
KeyException - exception java.security.KeyException
This exception is thrown when there is a problem with a key.
KeyException() - constructor for class java.security.KeyException
This method initializes a new instance of KeyException with no descriptive message.
KeyException(java.lang.String) - constructor for class java.security.KeyException
This method initializes a new instance of KeyException with a descriptive 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.

Key factories are bi-directional.

Creates a KeyFactory object.
KeyFactorySpi - class java.security.KeyFactorySpi
KeyFactorySpi is the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - constructor for class java.security.KeyFactorySpi
Constucts a new KeyFactorySpi.
keyFor(java.nio.channels.Selector) - method in class java.nio.channels.spi.AbstractSelectableChannel
Retrieves the key representing the channel's registration with the given selector.
keyFor(java.nio.channels.Selector) - method in class java.nio.channels.SelectableChannel
Retrieves the key representing the channel's registration with the given selector.
KeyGenerator - class javax.crypto.KeyGenerator
A generic producer of keys for symmetric cryptography.
Create a new key generator.
KeyGeneratorSpi - class javax.crypto.KeyGeneratorSpi
The Service Provider Interface (SPI) for the KeyGenerator class.
KeyGeneratorSpi() - constructor for class javax.crypto.KeyGeneratorSpi
Create a new key generator SPI.
KeyHandler handles key events occuring while JComboBox has focus.
BasicTableUI.KeyHandler - class javax.swing.plaf.basic.BasicTableUI.KeyHandler
Handles key events for the JTable.
BasicTreeUI.KeyHandler - class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
This is used to get multiple key down events to appropriately genereate events.
KeyHandler() - constructor for class javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler
The basic constructor.
KeyHandler() - constructor for class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Constructor
keyListener - field in class javax.swing.plaf.basic.BasicComboBoxUI
A listener listening to key events that occur while JComboBox has the focus.
keyListener - field in class javax.swing.plaf.basic.BasicComboPopup
This listener is not used
keyListener - field in class javax.swing.plaf.basic.BasicTableUI
KeyListener - interface java.awt.event.KeyListener
This interface is for classes that wish to receive keyboard events.
This exception is thrown whenever a problem related to the management of security keys is encountered.
KeyManagementException() - constructor for class java.security.KeyManagementException
Create a new instance with no descriptive error message.
Create a new instance with a descriptive error message.
KeyManager - interface javax.net.ssl.KeyManager
A marker interface for objects that serve as key managers in SSL communications.
KeyManagerFactory - class javax.net.ssl.KeyManagerFactory
A class that creates key manager implementations based on a requested algorithm.
Create a new key manager factory.
The Service Provider Interface (SPI) for key manager factories.
KeyManagerFactorySpi() - constructor for class javax.net.ssl.KeyManagerFactorySpi
Keymap - interface javax.swing.text.Keymap
KeyPair - class java.security.KeyPair
KeyPair serves as a simple container for public and private keys.
Initializes the KeyPair with a pubilc and private key.
KeyPairGenerator - class java.security.KeyPairGenerator
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(java.lang.String) - constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi is the interface used to generate key pairs for security algorithms.
KeyPairGeneratorSpi() - constructor for class java.security.KeyPairGeneratorSpi
Constructs a new KeyPairGeneratorSpi
keyPress(int) - method in class java.awt.Robot
Press a key.
keyPress(int) - method in class java.awt.peer.RobotPeer
Handles this event by dispatching it to the "a" and "b" listener instances.
keyPressed(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler
Invoked whenever key is pressed while JComboBox is in focus.
keyPressed(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
Receives notification that a key has been pressed.
keyPressed(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Invoked when a key has been pressed.
keyPressed(java.awt.event.KeyEvent) - method in class java.awt.event.KeyAdapter
Implements this method in the interface with an empty body.
keyPressed(java.awt.event.KeyEvent) - method in class java.awt.event.KeyListener
This method is called when a key is pressed.
keyRelease(int) - method in class java.awt.Robot
Release a key.
keyRelease(int) - method in class java.awt.peer.RobotPeer
Handles this event by dispatching it to the "a" and "b" listener instances.
keyReleased(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
Receives notification that a key has been released.
keyReleased(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Invoked when a key has been released
keyReleased(java.awt.event.KeyEvent) - method in class java.awt.event.KeyAdapter
Implements this method in the interface with an empty body.
keyReleased(java.awt.event.KeyEvent) - method in class java.awt.event.KeyListener
This method is called when a key is released.
keys() - method in class java.util.prefs.AbstractPreferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
keys() - method in class javax.swing.ActionMap
Returns all keys of entries in this ActionMap.
keys() - method in class java.util.Dictionary
Returns an Enumeration of the keys in this Dictionary
keys() - method in class java.util.Hashtable
Return an enumeration of the keys of this table.
keys() - method in class javax.swing.InputMap
Returns all keys of entries in this InputMap.
keys() - method in class java.util.prefs.Preferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
keys() - method in class java.nio.channels.Selector
Returns this selector's key set.
Classes implementing this interface are responsible for matching key characters typed by the user with combo box's items.
keySet() - method in class java.util.AbstractMap
Returns a set view of this map's keys.
keySet() - method in class java.util.jar.Attributes
Gives a Set of all the values of defined attribute names.
keySet() - method in class java.util.HashMap
Returns a "set view" of this HashMap's keys.
keySet() - method in class java.util.Hashtable
Returns a "set view" of this Hashtable's keys.
keySet() - method in class java.util.IdentityHashMap
Returns a "set view" of this Map's keys.
keySet() - method in class java.util.Map
Returns a set view of the keys in this Map.
keySet() - method in class java.awt.RenderingHints
Returns a set containing the keys from this collection.
keySet() - method in class java.util.TreeMap
Returns a "set view" of this TreeMap's keys.
keySet() - method in class java.util.WeakHashMap
Returns a set representation of the keys in this map.
KeySpec - interface java.security.spec.KeySpec
A transparent interface for Key Specifications.
keysSpi() - method in class java.util.prefs.AbstractPreferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
KeyStore - class java.security.KeyStore
Keystore represents an in-memory collection of keys and certificates.
Creates an instance of KeyStore
KeyStoreException - exception java.security.KeyStoreException
Indicates a problem with the key store.
KeyStoreException() - constructor for class java.security.KeyStoreException
Create a new instance detailed error message.
KeyStoreException(java.lang.String) - constructor for class java.security.KeyStoreException
Create a new instance with a detailed error message.
KeyStoreSpi - class java.security.KeyStoreSpi
KeyStoreSpi is the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - constructor for class java.security.KeyStoreSpi
Constructs a new KeyStoreSpi
KeyStroke - class javax.swing.KeyStroke
Handles this event by dispatching it to the "a" and "b" listener instances.
keyTyped(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
Receives notification that a key has been pressed and released.
keyTyped(java.awt.event.KeyEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Invoked when a key has been typed.
keyTyped(java.awt.event.KeyEvent) - method in class java.awt.event.KeyAdapter
Implements this method in the interface with an empty body.
keyTyped(java.awt.event.KeyEvent) - method in class java.awt.event.KeyListener
This method is called when a key is typed.
keyUp(java.awt.Event,int) - method in class java.awt.Component
AWT 1.0 KEY_RELEASE and KEY_ACTION_RELEASE event handler.
KHMER - static field in class java.lang.Character.UnicodeBlock
Khmer.
KHMER - static field in class java.awt.font.NumericShaper
kind - field in class org.omg.CosNaming.NameComponent
The name component kind (this conception is similar to the file type conception.
kind() - method in class org.omg.CORBA.TypeCode
Return the kind of this type code object.
KOREA - static field in class java.util.Locale
Locale which represents Korea.
KOREAN - static field in class java.util.Locale
Locale which represents the Korean language.