Uses of Class
org.eclipse.actf.util.win32.comclutch.ResourceManager

Packages that use ResourceManager
org.eclipse.actf.util.win32.comclutch This package includes utilities to provides a way to access Windows COM component with Java-like memory management. 
 

Uses of ResourceManager in org.eclipse.actf.util.win32.comclutch
 

Methods in org.eclipse.actf.util.win32.comclutch that return ResourceManager
 ResourceManager IResource.getResourceManager()
           
 ResourceManager ComPlugin.newResourceManager(ResourceManager parent)
           
static ResourceManager ResourceManager.newResourceManager(ResourceManager parent)
           
 

Methods in org.eclipse.actf.util.win32.comclutch with parameters of type ResourceManager
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)
           
 

Constructors in org.eclipse.actf.util.win32.comclutch with parameters of type ResourceManager
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)