public interface IAccessible
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
com4j.Com4jObject |
accChild(Object varChild)
Getter method for the COM property "accChild"
|
int |
accChildCount()
Getter method for the COM property "accChildCount"
|
String |
accDefaultAction(Object varChild)
Getter method for the COM property "accDefaultAction"
|
String |
accDescription(Object varChild)
Getter method for the COM property "accDescription"
|
void |
accDoDefaultAction(Object varChild) |
Object |
accFocus()
Getter method for the COM property "accFocus"
|
String |
accHelp(Object varChild)
Getter method for the COM property "accHelp"
|
int |
accHelpTopic(com4j.Holder<String> pszHelpFile,
Object varChild)
Getter method for the COM property "accHelpTopic"
|
Object |
accHitTest(int xLeft,
int yTop) |
String |
accKeyboardShortcut(Object varChild)
Getter method for the COM property "accKeyboardShortcut"
|
void |
accLocation(com4j.Holder<Integer> pxLeft,
com4j.Holder<Integer> pyTop,
com4j.Holder<Integer> pcxWidth,
com4j.Holder<Integer> pcyHeight,
Object varChild) |
String |
accName(Object varChild)
Getter method for the COM property "accName"
|
void |
accName(Object varChild,
String pszName)
Setter method for the COM property "accName"
|
Object |
accNavigate(int navDir,
Object varStart) |
com4j.Com4jObject |
accParent()
Getter method for the COM property "accParent"
|
Object |
accRole(Object varChild)
Getter method for the COM property "accRole"
|
void |
accSelect(int flagsSelect,
Object varChild) |
Object |
accSelection()
Getter method for the COM property "accSelection"
|
Object |
accState(Object varChild)
Getter method for the COM property "accState"
|
String |
accValue(Object varChild)
Getter method for the COM property "accValue"
|
void |
accValue(Object varChild,
String pszValue)
Setter method for the COM property "accValue"
|
com4j.Com4jObject accParent()
Getter method for the COM property "accParent"
int accChildCount()
Getter method for the COM property "accChildCount"
com4j.Com4jObject accChild(Object varChild)
Getter method for the COM property "accChild"
varChild - Mandatory java.lang.Object parameter.String accName(Object varChild)
Getter method for the COM property "accName"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()String accValue(Object varChild)
Getter method for the COM property "accValue"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()String accDescription(Object varChild)
Getter method for the COM property "accDescription"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()Object accRole(Object varChild)
Getter method for the COM property "accRole"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()Object accState(Object varChild)
Getter method for the COM property "accState"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()String accHelp(Object varChild)
Getter method for the COM property "accHelp"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()int accHelpTopic(com4j.Holder<String> pszHelpFile, Object varChild)
Getter method for the COM property "accHelpTopic"
pszHelpFile - Mandatory Holder parameter.varChild - Optional parameter. Default value is com4j.Variant.getMissing()String accKeyboardShortcut(Object varChild)
Getter method for the COM property "accKeyboardShortcut"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()Object accFocus()
Getter method for the COM property "accFocus"
Object accSelection()
Getter method for the COM property "accSelection"
String accDefaultAction(Object varChild)
Getter method for the COM property "accDefaultAction"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()void accSelect(int flagsSelect,
Object varChild)
flagsSelect - Mandatory int parameter.varChild - Optional parameter. Default value is com4j.Variant.getMissing()void accLocation(com4j.Holder<Integer> pxLeft, com4j.Holder<Integer> pyTop, com4j.Holder<Integer> pcxWidth, com4j.Holder<Integer> pcyHeight, Object varChild)
pxLeft - Mandatory Holder parameter.pyTop - Mandatory Holder parameter.pcxWidth - Mandatory Holder parameter.pcyHeight - Mandatory Holder parameter.varChild - Optional parameter. Default value is com4j.Variant.getMissing()Object accNavigate(int navDir, Object varStart)
navDir - Mandatory int parameter.varStart - Optional parameter. Default value is com4j.Variant.getMissing()Object accHitTest(int xLeft, int yTop)
xLeft - Mandatory int parameter.yTop - Mandatory int parameter.void accDoDefaultAction(Object varChild)
varChild - Optional parameter. Default value is com4j.Variant.getMissing()void accName(Object varChild, String pszName)
Setter method for the COM property "accName"
varChild - Optional parameter. Default value is com4j.Variant.getMissing()pszName - Mandatory java.lang.String parameter.Copyright © 2016. All rights reserved.