|
||||||||||
| 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.AMPERSAND
|
static Key |
Key.ASTERISK
|
static Key |
Key.AT
|
static Key |
Key.B
|
static Key |
Key.BACKQUOTE
|
static Key |
Key.BACKSLASH
|
static Key |
Key.BACKSPACE
|
static Key |
Key.C
|
static Key |
Key.CAPS_LOCK
|
static Key |
Key.CARAT
|
static Key |
Key.CLOSE_BRACKET
|
static Key |
Key.COLON
|
static Key |
Key.COMMA
|
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.DECIMAL
|
static Key |
Key.DELETE
|
static Key |
Key.DOLLAR
|
static Key |
Key.DOUBLE_QUOTE
|
static Key |
Key.DOWN
|
static Key |
Key.E
|
static Key |
Key.END
|
static Key |
Key.ENTER
|
static Key |
Key.EQUALS
|
static Key |
Key.ESCAPE
|
static Key |
Key.EXCLAMATION
|
static Key |
Key.F
|
static Key |
Key.F1
|
static Key |
Key.F10
|
static Key |
Key.F11
|
static Key |
Key.F12
|
static Key |
Key.F13
|
static Key |
Key.F14
|
static Key |
Key.F15
|
static Key |
Key.F16
|
static Key |
Key.F17
|
static Key |
Key.F18
|
static Key |
Key.F19
|
static Key |
Key.F2
|
static Key |
Key.F20
|
static Key |
Key.F21
|
static Key |
Key.F22
|
static Key |
Key.F23
|
static Key |
Key.F24
|
static Key |
Key.F3
|
static Key |
Key.F4
|
static Key |
Key.F5
|
static Key |
Key.F6
|
static Key |
Key.F7
|
static Key |
Key.F8
|
static Key |
Key.F9
|
static Key |
Key.G
|
static Key |
Key.GREATER_THAN
|
static Key |
Key.H
|
static Key |
Key.HASH
|
static Key |
Key.I
|
static Key |
Key.INSERT
|
static Key |
Key.J
|
static Key |
Key.K
|
static Key |
Key.L
|
static Key |
Key.LEFT
|
static Key |
Key.LEFT_BRACE
|
static Key |
Key.LEFT_BRACKET
|
static Key |
Key.LEFT_PARENTHESIS
|
static Key |
Key.LESS_THAN
|
static Key |
Key.M
|
static Key |
Key.MINUS
|
static Key |
Key.N
|
static Key |
Key.NUM_DIVIDE
|
static Key |
Key.NUM_LOCK
|
static Key |
Key.NUM_MULTIPLY
|
static Key |
Key.NUM_SEPARATOR
|
static Key |
Key.NUM0
|
static Key |
Key.NUM1
|
static Key |
Key.NUM2
|
static Key |
Key.NUM3
|
static Key |
Key.NUM4
|
static Key |
Key.NUM5
|
static Key |
Key.NUM6
|
static Key |
Key.NUM7
|
static Key |
Key.NUM8
|
static Key |
Key.NUM9
|
static Key |
Key.O
|
static Key |
Key.OPEN_BRACKET
|
static Key |
Key.P
|
static Key |
Key.PAGE_DOWN
|
static Key |
Key.PAGE_UP
|
static Key |
Key.PERCENT
|
static Key |
Key.Q
|
static Key |
Key.QUESTION
|
static Key |
Key.QUOTE
|
static Key |
Key.R
|
static Key |
Key.RIGHT
|
static Key |
Key.RIGHT_BRACE
|
static Key |
Key.RIGHT_BRACKET
|
static Key |
Key.RIGHT_PARENTHESIS
|
static Key |
Key.S
|
static Key |
Key.SCROLL_LOCK
|
static Key |
Key.SEMICOLON
|
static Key |
Key.SHIFT
|
static Key |
Key.SLASH
|
static Key |
Key.SPACE
|
static Key |
Key.T
|
static Key |
Key.TAB
|
static Key |
Key.U
|
static Key |
Key.UNDERSCORE
|
static Key |
Key.UP
|
static Key |
Key.V
|
static Key |
Key.VERTICAL_LINE
|
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.get(java.lang.Character chr)
|
static Key |
Key.meta(Key key)
|
static Key |
Key.plaformSpecificCtrl(Key key)
Returns META-Key on MacOS X, and CTRL-Key on other platforms. |
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)
|
static Key |
Key.meta(Key key)
|
static Key |
Key.plaformSpecificCtrl(Key key)
Returns META-Key on MacOS X, and CTRL-Key on other platforms. |
UIComponent |
UIComponent.pressKey(Key key)
Simulates pressing a key while the focus is on the component. |
AbstractUIComponent |
AbstractUIComponent.pressKey(Key key)
|
UIComponent |
UIComponent.releaseKey(Key key)
Simulates releasing a key while the focus is on the component. |
AbstractUIComponent |
AbstractUIComponent.releaseKey(Key key)
|
static Key |
Key.shift(Key key)
|
UIComponent |
UIComponent.typeKey(Key key)
Simulates typing a key while the focus is on the component. |
AbstractUIComponent |
AbstractUIComponent.typeKey(Key key)
|
| Uses of Key in org.uispec4j.utils |
|---|
| Methods in org.uispec4j.utils with parameters of type Key | |
|---|---|
static void |
KeyUtils.enterKeys(java.awt.Component component,
Key... keys)
|
static void |
KeyUtils.pressKey(java.awt.Component component,
Key key)
|
static void |
KeyUtils.pressKey(UIComponent component,
Key key)
|
static void |
KeyUtils.releaseKey(java.awt.Component component,
Key key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||