Package | Description |
---|---|
org.finra.jtaf.ewd.widget | |
org.finra.jtaf.ewd.widget.element |
Modifier and Type | Method and Description |
---|---|
static Keys |
Keys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keys[] |
Keys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IInteractiveElement.keyDown(Keys theKey)
Implementing this method would allow for 'pushing' specific key is down
|
void |
IInteractiveElement.keyUp(Keys theKey)
Implementing this method would allow for releasing specific key
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveElement.keyDown(Keys theKey) |
void |
InteractiveElement.keyUp(Keys theKey) |
Copyright © 2018. All rights reserved.