Package | Description |
---|---|
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 |
---|---|
ResourceManager |
IResource.getResourceManager() |
ResourceManager |
ComPlugin.newResourceManager(ResourceManager parent) |
static ResourceManager |
ResourceManager.newResourceManager(ResourceManager parent) |
Modifier and Type | Method and Description |
---|---|
static IUnknown |
ComService.coCreateInstance(ResourceManager rm,
String rclsid,
int dwClsContext)
It calls CoCreateInstance with the rclsid, (pUnkOuter = NULL), the
dwClsContext, and (riid = IID_IUnknown).
|
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.
|
static IDispatch |
ComService.newIDispatch(ResourceManager resourceManager,
long ptr,
boolean permanent)
Create a wrapped IDispatch object from ptr using resourceManager The ptr
should refers to an native IDispatch object.
|
static IUnknown |
ComService.newIUnknown(ResourceManager resourceManager,
long ptr,
boolean permanent)
Create a wrapped IUnknown object from ptr using resourceManager.
|
ResourceManager |
ComPlugin.newResourceManager(ResourceManager parent) |
static ResourceManager |
ResourceManager.newResourceManager(ResourceManager parent) |
Constructor and Description |
---|
RefBoolean(ResourceManager rm) |
RefByte(ResourceManager rm) |
RefDouble(ResourceManager rm) |
RefFloat(ResourceManager rm) |
RefInt(ResourceManager rm) |
RefIUnknown(ResourceManager rm) |
RefLong(ResourceManager rm) |
RefObject(ResourceManager rm) |
RefShort(ResourceManager rm) |
RefString(ResourceManager rm) |
RefVoid(ResourceManager rm) |