|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.uispec4j | Provides classes for handling user interface components. |
| org.uispec4j.utils | |
| Uses of Key in org.uispec4j |
|---|
| Fields in org.uispec4j declared as Key | |
|---|---|
static Key |
Key.A
|
static Key |
Key.ADD
|
static Key |
Key.ALT
|
static Key |
Key.ASTERISK
|
static Key |
Key.B
|
static Key |
Key.BACKSLASH
|
static Key |
Key.C
|
static Key |
Key.CONTROL
|
static Key |
Key.D
|
static Key |
Key.d0
|
static Key |
Key.d1
|
static Key |
Key.d2
|
static Key |
Key.d3
|
static Key |
Key.d4
|
static Key |
Key.d5
|
static Key |
Key.d6
|
static Key |
Key.d7
|
static Key |
Key.d8
|
static Key |
Key.d9
|
static Key |
Key.DELETE
|
static Key |
Key.DOLLAR
|
static Key |
Key.DOWN
|
static Key |
Key.E
|
static Key |
Key.ENTER
|
static Key |
Key.EQUALS
|
static Key |
Key.ESCAPE
|
static Key |
Key.F
|
static Key |
Key.G
|
static Key |
Key.H
|
static Key |
Key.I
|
static Key |
Key.J
|
static Key |
Key.K
|
static Key |
Key.L
|
static Key |
Key.LEFT
|
static Key |
Key.M
|
static Key |
Key.MINUS
|
static Key |
Key.N
|
static Key |
Key.O
|
static Key |
Key.P
|
static Key |
Key.PAGE_DOWN
|
static Key |
Key.PAGE_UP
|
static Key |
Key.Q
|
static Key |
Key.R
|
static Key |
Key.RIGHT
|
static Key |
Key.S
|
static Key |
Key.SHIFT
|
static Key |
Key.SLASH
|
static Key |
Key.T
|
static Key |
Key.U
|
static Key |
Key.UP
|
static Key |
Key.V
|
static Key |
Key.W
|
static Key |
Key.X
|
static Key |
Key.Y
|
static Key |
Key.Z
|
| Methods in org.uispec4j that return Key | |
|---|---|
static Key |
Key.alt(Key key)
|
static Key |
Key.control(Key key)
|
static Key |
Key.shift(Key key)
|
| Methods in org.uispec4j with parameters of type Key | |
|---|---|
static Key |
Key.alt(Key key)
|
static Key |
Key.control(Key key)
|
TextBox |
TextBox.pressKey(Key key)
Simulates pressing a key while the focus is in the text box. Warning: the default cursor position is 0. |
void |
ListBox.pressKey(Key key)
|
static Key |
Key.shift(Key key)
|
| Uses of Key in org.uispec4j.utils |
|---|
| Methods in org.uispec4j.utils with parameters of type Key | |
|---|---|
static void |
KeyUtils.pressKey(java.awt.Component component,
Key key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||