Modifier and Type | Interface | Description |
---|---|---|
interface |
ApplicationProcess |
A process launched from an application file.
|
interface |
Browser |
A browser belonging to a window.
|
interface |
BusyIndicator |
A busy indicator belonging to a window.
|
interface |
Button |
A button belonging to a window or scroll bar.
|
interface |
Checkbox |
A checkbox belonging to a window.
|
interface |
ColorWell |
A color well belonging to a window.
|
interface |
Column |
A column belonging to a table.
|
interface |
ComboBox |
A combo box belonging to a window.
|
interface |
DeskAccessoryProcess |
A process launched from an desk accessory file.
|
interface |
Drawer |
A drawer that may be extended from a window.
|
interface |
Group |
A group belonging to a window.
|
interface |
GrowArea |
A grow area belonging to a window.
|
interface |
Image |
An image belonging to a static text field.
|
interface |
Incrementor |
A incrementor belonging to a window.
|
interface |
List |
A list belonging to a window.
|
interface |
Menu |
A menu belonging to a menu bar item.
|
interface |
MenuBar |
A menu bar belonging to a process.
|
interface |
MenuBarItem |
A menu bar item belonging to a menu bar.
|
interface |
MenuButton |
A menu button belonging to a window.
|
interface |
MenuItem |
A menu item belonging to a menu.
|
interface |
Outline |
A outline belonging to a window.
|
interface |
PopOver |
A pop over belonging to a window.
|
interface |
PopUpButton |
A pop up button belonging to a window.
|
interface |
Process |
A process running on this computer.
|
interface |
ProgressIndicator |
A progress indicator belonging to a window.
|
interface |
RadioButton |
A radio button belonging to a window.
|
interface |
RadioGroup |
A radio button group belonging to a window.
|
interface |
RelevanceIndicator |
A relevance indicator belonging to a window.
|
interface |
Row |
A row belonging to a table.
|
interface |
ScrollArea |
A scroll area belonging to a window.
|
interface |
ScrollBar |
A scroll bar belonging to a window.
|
interface |
Sheet |
A sheet displayed over a window.
|
interface |
Slider |
A slider belonging to a window.
|
interface |
Splitter |
A splitter belonging to a window.
|
interface |
SplitterGroup |
A splitter group belonging to a window.
|
interface |
StaticText |
A static text field belonging to a window.
|
interface |
TabGroup |
A tab group belonging to a window.
|
interface |
Table |
A table belonging to a window.
|
interface |
TextArea |
A text area belonging to a window.
|
interface |
TextField |
A text field belonging to a window.
|
interface |
Toolbar |
A toolbar belonging to a window.
|
interface |
ValueIndicator |
A value indicator ( thumb or slider ) belonging to a scroll bar.
|
Modifier and Type | Method | Description |
---|---|---|
UiElement |
Application.cancel(Reference theObjectForTheCommand) |
Cause the target process to behave as if the UI element were cancelled.
|
UiElement |
Application.click(UiElement theUiElementToBeClicked,
double[] whenSentToAProcessObjectTheXYLocationAtWhichToClickInGlobalCoordinates) |
Cause the target process to behave as if the UI element were clicked.
|
UiElement |
Application.confirm(Reference theObjectForTheCommand) |
Cause the target process to behave as if the UI element were confirmed.
|
UiElement |
Application.decrement(Reference theObjectForTheCommand) |
Cause the target process to behave as if the UI element were decremented.
|
UiElement |
Application.getUiElement(int index) |
|
UiElement |
Application.getUiElement(Id id) |
|
UiElement |
UiElement.getUiElement(int index) |
|
UiElement |
UiElement.getUiElement(Id id) |
|
UiElement |
Window.getUiElement(int index) |
|
UiElement |
Window.getUiElement(Id id) |
|
default UiElement[] |
Application.getUiElements() |
|
UiElement[] |
Application.getUiElements(String filter) |
|
default UiElement[] |
UiElement.getUiElements() |
|
UiElement[] |
UiElement.getUiElements(String filter) |
|
default UiElement[] |
Window.getUiElements() |
|
UiElement[] |
Window.getUiElements(String filter) |
|
UiElement |
Application.increment(Reference theObjectForTheCommand) |
Cause the target process to behave as if the UI element were incremented.
|
UiElement |
Application.pick(Reference theObjectForTheCommand) |
Cause the target process to behave as if the UI element were picked.
|
UiElement |
Application.select(UiElement theUiElementToBeSelected) |
Set the selected property of the UI element.
|
Modifier and Type | Method | Description |
---|---|---|
UiElement |
Application.click(UiElement theUiElementToBeClicked,
double[] whenSentToAProcessObjectTheXYLocationAtWhichToClickInGlobalCoordinates) |
Cause the target process to behave as if the UI element were clicked.
|
UiElement |
Application.select(UiElement theUiElementToBeSelected) |
Set the selected property of the UI element.
|