| Package | Description |
|---|---|
| org.jemmy.action | |
| org.jemmy.control | |
| org.jemmy.dock | |
| org.jemmy.env | |
| org.jemmy.image.pixel | |
| org.jemmy.input | |
| org.jemmy.lookup | |
| org.jemmy.operators | |
| org.jemmy.timing |
| Modifier and Type | Method and Description |
|---|---|
T |
GetAction.dispatch(Environment env,
Object... parameters)
Dispatches action through the system UI queue to get the result.
|
void |
AbstractExecutor.execute(Environment env,
boolean dispatch,
Action action,
Object... parameters)
Schedules to execute an action and waits for it to finish.
|
void |
ActionExecutor.execute(Environment env,
boolean dispatch,
Action action,
Object... parameters)
Schedules to execute an action and waits for it to finish.
|
void |
AbstractExecutor.executeDetached(Environment env,
boolean dispatch,
Action action,
Object... parameters)
Schedules to execute an action and exits immediately.
|
void |
ActionExecutor.executeDetached(Environment env,
boolean dispatch,
Action action,
Object... parameters)
Schedules to execute an action and exits immediately.
|
abstract void |
AbstractExecutor.executeQueue(Environment env,
Action action,
Object... parameters)
Schedules to execute an action through the UI system's dispatch thread and
waits for the action to be completed.
|
void |
DefaultExecutor.executeQueue(Environment env,
Action action,
Object... parameters)
Executes through the ActionQueue as there is no system dispatch thread.
|
abstract void |
AbstractExecutor.executeQueueDetached(Environment env,
Action action,
Object... parameters)
Schedules to execute an action through the UI system's dispatch thread and
exits immediately.
|
void |
DefaultExecutor.executeQueueDetached(Environment env,
Action action,
Object... parameters)
Executes through the ActionQueue as there is no system dispatch thread.
|
| Constructor and Description |
|---|
FutureAction(Environment env,
Callable<T> callable) |
FutureAction(Environment env,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Wrap.getEnvironment() |
Environment |
AbstractWrapper.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Wrap.setEnvironment(Environment env) |
| Constructor and Description |
|---|
AbstractWrapper(Environment env) |
DefaultWrapper(Environment env) |
DefaultWrapper(Environment env,
Class<? extends Wrap>... wrapList) |
JemmySupportWrapper(ClassLoader loader,
InputStream in,
Environment env) |
JemmySupportWrapper(ClassLoader loader,
String resource,
Environment env) |
LazyWrapper(ClassLoader loader,
Environment env) |
Wrap(Environment env)
Fur null source.
|
Wrap(Environment env,
CONTROL node) |
WrapperDelegate(Wrapper real,
Environment env) |
WrapperImpl(Environment env) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Dock.environment() |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.getEnvironment() |
Environment |
Environment.getParentEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setParentEnvironment(Environment parent) |
| Constructor and Description |
|---|
Environment(Environment parent) |
| Constructor and Description |
|---|
PixelImageComparator(Environment env) |
| Constructor and Description |
|---|
StringCriteriaList(Environment env) |
StringTree(Environment env) |
| Constructor and Description |
|---|
Screen(Environment env) |
ScreenRectangle(Environment env,
Rectangle rect) |
| Constructor and Description |
|---|
Timeline(Environment env,
T control) |
Timeline(long startTime,
Environment env,
T control) |
Copyright © 2019. All rights reserved.