public interface IUIAutomationProxyFactoryEntry
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
allowSubstringMatch()
Getter method for the COM property "AllowSubstringMatch"
|
void |
allowSubstringMatch(int allowSubstringMatch)
Setter method for the COM property "AllowSubstringMatch"
|
int |
canCheckBaseClass()
Getter method for the COM property "CanCheckBaseClass"
|
void |
canCheckBaseClass(int canCheckBaseClass)
Setter method for the COM property "CanCheckBaseClass"
|
String |
className()
Getter method for the COM property "ClassName"
|
void |
className(String className)
Setter method for the COM property "ClassName"
|
int[] |
getWinEventsForAutomationEvent(int eventId,
int propertyId) |
String |
imageName()
Getter method for the COM property "ImageName"
|
void |
imageName(String imageName)
Setter method for the COM property "ImageName"
|
int |
needsAdviseEvents()
Getter method for the COM property "NeedsAdviseEvents"
|
void |
needsAdviseEvents(int adviseEvents)
Setter method for the COM property "NeedsAdviseEvents"
|
IUIAutomationProxyFactory |
proxyFactory()
Getter method for the COM property "ProxyFactory"
|
void |
setWinEventsForAutomationEvent(int eventId,
int propertyId,
int[] winEvents) |
IUIAutomationProxyFactory proxyFactory()
Getter method for the COM property "ProxyFactory"
String className()
Getter method for the COM property "ClassName"
String imageName()
Getter method for the COM property "ImageName"
int allowSubstringMatch()
Getter method for the COM property "AllowSubstringMatch"
int canCheckBaseClass()
Getter method for the COM property "CanCheckBaseClass"
int needsAdviseEvents()
Getter method for the COM property "NeedsAdviseEvents"
void className(String className)
Setter method for the COM property "ClassName"
className - Mandatory java.lang.String parameter.void imageName(String imageName)
Setter method for the COM property "ImageName"
imageName - Mandatory java.lang.String parameter.void allowSubstringMatch(int allowSubstringMatch)
Setter method for the COM property "AllowSubstringMatch"
allowSubstringMatch - Mandatory int parameter.void canCheckBaseClass(int canCheckBaseClass)
Setter method for the COM property "CanCheckBaseClass"
canCheckBaseClass - Mandatory int parameter.void needsAdviseEvents(int adviseEvents)
Setter method for the COM property "NeedsAdviseEvents"
adviseEvents - Mandatory int parameter.void setWinEventsForAutomationEvent(int eventId,
int propertyId,
int[] winEvents)
eventId - Mandatory int parameter.propertyId - Mandatory int parameter.winEvents - Mandatory int[] parameter.int[] getWinEventsForAutomationEvent(int eventId,
int propertyId)
eventId - Mandatory int parameter.propertyId - Mandatory int parameter.Copyright © 2016. All rights reserved.