Package | Description |
---|---|
org.eclipse.actf.util.win32 |
This package contains Win32 utilities.
|
org.eclipse.actf.util.win32.comclutch |
This package includes utilities to provides a way to access Windows COM component with Java-like memory management.
|
Modifier and Type | Method and Description |
---|---|
IAccessible |
FlashMSAAObject.getIAccessible() |
Modifier and Type | Method and Description |
---|---|
static IAccessible |
ComService.newIAccessible(IUnknown iunk)
Change the wrapper of the object from IUnknown to IAccessible
|
static IAccessible |
ComService.newIAccessible(ResourceManager resourceManager,
long ptr,
boolean permanent)
Create a wrapped IAccessible object from ptr using resourceManager The
ptr should refers to an native IAccessible object.
|