public interface IUIAutomationLegacyIAccessiblePattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedChildId()
Getter method for the COM property "CachedChildId"
|
String |
cachedDefaultAction()
Getter method for the COM property "CachedDefaultAction"
|
String |
cachedDescription()
Getter method for the COM property "CachedDescription"
|
String |
cachedHelp()
Getter method for the COM property "CachedHelp"
|
String |
cachedKeyboardShortcut()
Getter method for the COM property "CachedKeyboardShortcut"
|
String |
cachedName()
Getter method for the COM property "CachedName"
|
int |
cachedRole()
Getter method for the COM property "CachedRole"
|
int |
cachedState()
Getter method for the COM property "CachedState"
|
String |
cachedValue()
Getter method for the COM property "CachedValue"
|
int |
currentChildId()
Getter method for the COM property "CurrentChildId"
|
String |
currentDefaultAction()
Getter method for the COM property "CurrentDefaultAction"
|
String |
currentDescription()
Getter method for the COM property "CurrentDescription"
|
String |
currentHelp()
Getter method for the COM property "CurrentHelp"
|
String |
currentKeyboardShortcut()
Getter method for the COM property "CurrentKeyboardShortcut"
|
String |
currentName()
Getter method for the COM property "CurrentName"
|
int |
currentRole()
Getter method for the COM property "CurrentRole"
|
int |
currentState()
Getter method for the COM property "CurrentState"
|
String |
currentValue()
Getter method for the COM property "CurrentValue"
|
void |
doDefaultAction() |
IUIAutomationElementArray |
getCachedSelection() |
IUIAutomationElementArray |
getCurrentSelection() |
IAccessible |
getIAccessible() |
void |
select(int flagsSelect) |
void |
setValue(String szValue) |
void select(int flagsSelect)
flagsSelect - Mandatory int parameter.void doDefaultAction()
void setValue(String szValue)
szValue - Mandatory java.lang.String parameter.int currentChildId()
Getter method for the COM property "CurrentChildId"
String currentName()
Getter method for the COM property "CurrentName"
String currentValue()
Getter method for the COM property "CurrentValue"
String currentDescription()
Getter method for the COM property "CurrentDescription"
int currentRole()
Getter method for the COM property "CurrentRole"
int currentState()
Getter method for the COM property "CurrentState"
String currentHelp()
Getter method for the COM property "CurrentHelp"
String currentKeyboardShortcut()
Getter method for the COM property "CurrentKeyboardShortcut"
IUIAutomationElementArray getCurrentSelection()
String currentDefaultAction()
Getter method for the COM property "CurrentDefaultAction"
int cachedChildId()
Getter method for the COM property "CachedChildId"
String cachedName()
Getter method for the COM property "CachedName"
String cachedValue()
Getter method for the COM property "CachedValue"
String cachedDescription()
Getter method for the COM property "CachedDescription"
int cachedRole()
Getter method for the COM property "CachedRole"
int cachedState()
Getter method for the COM property "CachedState"
String cachedHelp()
Getter method for the COM property "CachedHelp"
String cachedKeyboardShortcut()
Getter method for the COM property "CachedKeyboardShortcut"
IUIAutomationElementArray getCachedSelection()
String cachedDefaultAction()
Getter method for the COM property "CachedDefaultAction"
IAccessible getIAccessible()
Copyright © 2016. All rights reserved.