| Package | Description |
|---|---|
| mmarquee.automation | |
| mmarquee.automation.controls | |
| mmarquee.automation.controls.menu |
| Modifier and Type | Method and Description |
|---|---|
AutomationWindow |
UIAutomation.getDesktopWindow(String title)
Gets the desktop window associated with the title
|
| Modifier and Type | Method and Description |
|---|---|
protected AutomationElement |
AutomationBase.findFirst(TreeScope scope,
Condition condition)
Finds the first match for the condition
|
protected AutomationElement |
AutomationBase.findFirstBuildCache(CacheRequest cacheRequest) |
AutomationButton |
AutomationContainer.getButton(String name)
Gets the button control associated with the given name
|
AutomationButton |
AutomationContainer.getButtonByAutomationId(String id)
Gets the button using the automation ID
|
AutomationComboBox |
AutomationContainer.getCombobox(int index)
Gets the combobox control associated with the given name
|
AutomationComboBox |
AutomationContainer.getCombobox(String name)
Gets the combobox control associated with the given name
|
protected AutomationElement |
AutomationContainer.getControlByAutomationId(String automationId,
int controlType)
Gets the control by the control type and automation ID
|
protected AutomationElement |
AutomationContainer.getControlByControlType(String name,
int id)
Gets the control by the control type
|
protected AutomationElement |
AutomationContainer.getControlByControlType(String name,
int id,
String controlName)
Gets the control by the control type, for s given control index.
|
AutomationCustom |
AutomationContainer.getCustom(String name)
Get the AutomationCustom element associated with the given name
|
AutomationEditBox |
AutomationContainer.getEditBox(String name)
Gets the Editbox control associated with the given name
|
AutomationImage |
AutomationContainer.getImage(String name)
Get the AutomationImage associated with the given name
|
AutomationListItem |
AutomationList.getItem(int index)
Gets the item associated with the index
|
AutomationTreeViewItem |
AutomationTreeView.getItem(String name)
Gets the item that has the name
|
AutomationListItem |
AutomationList.getItem(String name)
Gets the item associated with the name
|
AutomationMaskedEdit |
AutomationContainer.getMaskedEdit(String name)
Gets the (JHC) Masked Edit control associated with the given index
|
AutomationMainMenu |
AutomationTitleBar.getMenuBar()
Gets the menu bar for this title-bar.
|
AutomationPanel |
AutomationContainer.getPanel(String name)
Gets the panel control associated with the given name
|
AutomationProgressBar |
AutomationContainer.getProgressBar(String name)
Gets the ProgressBar control associated with the given index
|
AutomationSlider |
AutomationContainer.getSlider(String name)
Gets the slider control associated with the given index
|
AutomationSpinner |
AutomationContainer.getSpinner(String name)
Get the AutomationSpinner element associated with the given name
|
AutomationSplitButton |
AutomationContainer.getSplitButton(String name)
Get the AutomationSplitButton associated with the given name
|
AutomationToolBar |
AutomationContainer.getToolBar(String name)
Get the ToolBar associated with the given name
|
AutomationTreeView |
AutomationContainer.getTreeView(String name)
Gets the treeview control associated with the given name
|
AutomationWindow |
AutomationApplication.getWindow(String title)
Gets the window associated with the title
|
| Modifier and Type | Method and Description |
|---|---|
AutomationMenuItem |
AutomationMainMenu.getMenuItem(String name0,
String name1)
Get the menu item associated with the hierarchy of names
|
void |
AutomationMainMenu.menuItemFudge(String item0,
int eventKey)
Get the menu item associated with the hierarchy of names.
|
Copyright © 2016. All rights reserved.