| Package | Description |
|---|---|
| org.jemmy.input | |
| org.jemmy.interfaces |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBindingMap<BUTTON extends Button,MODIFIER extends Modifier>
Defines char-to-key binding.
|
| Modifier and Type | Method and Description |
|---|---|
MODIFIER[] |
CharBindingMap.getCharModifiers(char c)
Returns the modifiers that should be pressed to type a symbol.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyboard.KeyboardModifier
Keyboard modifier interface (i. e.
|
static interface |
Mouse.MouseModifier
Mouse modifier interface (i. e.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Keyboard.KeyboardModifiers
Keyboard modifiers enum (i. e.
|
static class |
Mouse.MouseModifiers
Mouse modifiers enum (i. e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mouse.click(int count,
Point p,
Mouse.MouseButton button,
Modifier... modifiers) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint,
Mouse.MouseButton button,
Modifier... modifiers) |
void |
Mouse.press(Mouse.MouseButton button,
Modifier... modifiers) |
void |
Keyboard.pressKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
Keyboard.pushKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
Keyboard.pushKey(Timeout pushTime,
Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
Mouse.release(Mouse.MouseButton button,
Modifier... modifiers) |
void |
Keyboard.releaseKey(Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
Mouse.turnWheel(Point point,
int amount,
Modifier... modifiers) |
Copyright © 2018. All rights reserved.