Package com.jniwrapper.win32.automation

This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation.

See:
          Description

Interface Summary
ContainerHandler This class is a callback for OleContainer.
FileOperationsHandler This class is a callback for OleContainer.
IDispatch The IDispatch interface exposes methods and properties for Automation.
IDispatchEx The IDispatchEx interface is an extension of the IDispatch interface.
IRecordInfo This class describes the structure of a particular user-defined data type.
ITypeComp This interface retrieves information for binding and instantiating interfaces or structures.
ITypeInfo This interface retrieves information about an object.
ITypeLib This interface retrieves information about objects in a type library.
MouseHandler.MouseHookListener  
PrintHandler This class is a callback for OleContainer.
 

Class Summary
Automation Provides functions to invoke property setters, getters or interface methods using features of standard IDispatch interface.
ComAppletHelper This class is helper for Java applets that use JNIWrapper library.
GraphicsUtils Contains various conversion functions.
MouseHandler.MouseEvent  
OfficeContainer This class enables to embed OLE/ActiveX MS Office controls into java application.
OleClientSiteImpl This is the base implementation of OleClientSite Java COM server which is used by OleContainer class for COM embedding.
If you need to add an additional functionality to OleContainer class then you need to derive your class from this one and implement the required COM interfaces.
OleContainer This class enables to embed OLE/ActiveX controls into a java application.
OleContainer.AutoActivateMode Represents enumeration of auto activation modes.
OleContainer.SizeMode Represents enumeration of available size modes.
OleMessageLoop This class provides the dedicated message queue thread for OLE/COM.
OleStr This class represents alias for LPOLESTR native type.
PrinterDeviceInfo  
ScriptingAutomation Provides functions to invoke property setters and getters using features of IDispatchEx interface.
 

Exception Summary
AutomationException This exception class is used for indicating errors occurred in the COM object during atomation.
 

Package com.jniwrapper.win32.automation Description

This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. For more information, see Microsoft Platform SDK