Modifier and Type | Method | Description |
---|---|---|
Action |
UiElement.getAction(int index) |
|
Action |
UiElement.getAction(Id id) |
|
Action |
Window.getAction(int index) |
|
Action |
Window.getAction(Id id) |
|
default Action[] |
UiElement.getActions() |
|
Action[] |
UiElement.getActions(String filter) |
|
default Action[] |
Window.getActions() |
|
Action[] |
Window.getActions(String filter) |
|
Action |
Application.perform(Action theActionToBePerformed) |
Cause the target process to behave as if the action were applied to its UI element.
|
Modifier and Type | Method | Description |
---|---|---|
Action |
Application.perform(Action theActionToBePerformed) |
Cause the target process to behave as if the action were applied to its UI element.
|