| Package | Description |
|---|---|
| mmarquee.automation | |
| mmarquee.automation.cache | |
| mmarquee.automation.controls | |
| mmarquee.automation.uiautomation |
UIAutomationClient
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIAutomation.addAutomationEventHandler(IUIAutomationElement sender,
int eventId,
TreeScope treeScope,
EventHandler eventHandler)
Adds an event handler for the given event.
|
List<AutomationElement> |
AutomationElement.findAll(TreeScope scope,
IUIAutomationCondition condition)
Gets all of the elements that match the condition and scope
|
List<AutomationElement> |
AutomationElement.findAllBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Find all, but from the cache
|
AutomationElement |
AutomationElement.findFirst(TreeScope scope,
Condition condition)
Finds the first element that matches the condition
|
AutomationElement |
AutomationElement.findFirstBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Finds the first element that matches the condition, building the cache
|
| Modifier and Type | Method and Description |
|---|---|
TreeScope |
CacheRequest.getTreeScope()
Gets the treeScope of the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRequest.setTreeScope(TreeScope treeScope)
Sets the treeScope of the cache
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AutomationElement> |
AutomationBase.findAll(TreeScope scope)
Finds all of the elements that are associated with the given condition.
|
protected List<AutomationElement> |
AutomationBase.findAll(TreeScope scope,
Condition condition)
Finds all of the elements that are associated with the given condition.
|
protected AutomationElement |
AutomationBase.findFirst(TreeScope scope,
Condition condition)
Finds the first match for the condition
|
| Modifier and Type | Method and Description |
|---|---|
TreeScope |
IUIAutomationCacheRequest.treeScope()
Getter method for the COM property "TreeScope"
|
static TreeScope |
TreeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeScope[] |
TreeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.