| Package | Description |
|---|---|
| org.jemmy.action |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureAction<T>
Created with IntelliJ IDEA.
|
class |
GetAction<T>
An action to get some value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019. All rights reserved.