|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResource | |
---|---|
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. |
Uses of IResource in org.eclipse.actf.util.win32.comclutch |
---|
Subinterfaces of IResource in org.eclipse.actf.util.win32.comclutch | |
---|---|
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 |
Classes in org.eclipse.actf.util.win32.comclutch that implement IResource | |
---|---|
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
|
Methods in org.eclipse.actf.util.win32.comclutch that return IResource | |
---|---|
IResource |
IResource.findInResource(long ptr)
call ResourceManager.findInResource(long) with the ptr |
IResource |
ResourceManager.findInResource(long ptr)
|
Methods in org.eclipse.actf.util.win32.comclutch with parameters of type IResource | |
---|---|
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)
|
Uses of IResource in org.eclipse.actf.util.win32.comclutch.impl |
---|
Classes in org.eclipse.actf.util.win32.comclutch.impl that implement IResource | |
---|---|
class |
org.eclipse.actf.util.win32.comclutch.impl.IResourceImpl
|
class |
org.eclipse.actf.util.win32.comclutch.impl.IUnknownImpl
|
Uses of IResource in org.eclipse.actf.util.win32.msaa |
---|
Subinterfaces of IResource in org.eclipse.actf.util.win32.msaa | |
---|---|
interface |
IAccessible
Wrapper for IAccessible object see http://msdn.microsoft.com/en-us/library/accessibility.iaccessible.aspx |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |