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.
|
org.eclipse.actf.util.win32.comclutch.impl | |
org.eclipse.actf.util.win32.msaa |
This package includes classes to access Microsoft Active Accessibility (MSAA) Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDispatch
Wrapper for IDispatch object see
http://msdn.microsoft.com/en-us/library/ms221608.aspx
IDispatch interface defines the methods to be used for method invocation and
property operations with instances of native IDispatch.
|
interface |
IEnumUnknown
Wrapper for IEnumUnknown object
see http://msdn.microsoft.com/en-us/library/ms683764(VS.85).aspx
|
interface |
IOleContainer
Wrapper for IOleContainer object
see http://msdn.microsoft.com/en-us/library/ms690103(VS.85).aspx
|
interface |
IServiceProvider
Wrapper for IServiceProvider object
see http://msdn.microsoft.com/en-us/library/system.iserviceprovider.aspx
|
interface |
IUnknown
Wrapper for IUnknown object see
http://msdn.microsoft.com/en-us/library/ms680509(VS.85).aspx
|
Modifier and Type | Class and Description |
---|---|
class |
Handler
TODO:
(For event handling)
|
class |
RefBoolean |
class |
RefByte |
class |
RefContainer
RefContainer is abstract class of referenced variables.
|
class |
RefDouble |
class |
RefFloat |
class |
RefInt |
class |
RefIUnknown |
class |
RefLong |
class |
RefObject |
class |
RefShort |
class |
RefString |
class |
RefVoid |
Modifier and Type | Method and Description |
---|---|
IResource |
IResource.findInResource(long ptr)
call
ResourceManager.findInResource(long) with the ptr |
IResource |
ResourceManager.findInResource(long ptr) |
Modifier and Type | Method and Description |
---|---|
void |
IResource.addResource(IResource target)
call
ResourceManager.addResource(IResource) with the target |
void |
ResourceManager.addResource(IResource target) |
void |
ResourceManager.releaseAll(IResource except)
All resources will be released.
|
void |
ResourceManager.removeResource(IResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.actf.util.win32.comclutch.impl.IResourceImpl |
class |
org.eclipse.actf.util.win32.comclutch.impl.IUnknownImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
IAccessible
Wrapper for IAccessible object
see http://msdn.microsoft.com/en-us/library/accessibility.iaccessible.aspx
|