О КОПИРАЙТАХ |
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом. |
|
|
|
|
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
- key.
Variable in class java.awt.Event
-
The key code of the key that was pressed in a keyboard event.
- 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
- Marks the first integer id for the range of key event ids.
- KEY_LAST.
Static variable in class java.awt.event.KeyEvent
- Marks the last integer id for the range of key event ids.
- 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 type.
- 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 type.
- KEY_TYPED.
Static variable in class java.awt.event.KeyEvent
- The key typed event type.
- KeyAdapter().
Constructor for class java.awt.event.KeyAdapter
-
- keyDown(Event, int).
Method in class java.awt.Component
-
- KeyEvent(Component, int, long, int, int).
Constructor for class java.awt.event.KeyEvent
-
- KeyEvent(Component, int, long, int, int, char).
Constructor for class java.awt.event.KeyEvent
- Constructs a KeyEvent object with the specified source component,
type, modifiers, and key.
- 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.
- 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(PublicKey, PrivateKey).
Constructor for class java.security.KeyPair
- Constructs a key with the specified public key and private key.
- KeyPairGenerator(String).
Constructor for class java.security.KeyPairGenerator
- Creates a KeyPairGenerator object for the specified algorithm.
- 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
-
- keyPressed(KeyEvent).
Method in interface java.awt.event.KeyListener
- 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 class java.awt.event.KeyAdapter
-
- keyReleased(KeyEvent).
Method in interface java.awt.event.KeyListener
- Invoked when a key has been released.
- 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.
- 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
-
- keyTyped(KeyEvent).
Method in interface java.awt.event.KeyListener
- Invoked when a key has been typed.
- keyUp(Event, int).
Method in class java.awt.Component
-
- 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
Submit a bug or feature
|