Uses of Interface
com.jniwrapper.win32.ole.IOleDocumentSite

Packages that use IOleDocumentSite
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
 

Uses of IOleDocumentSite in com.jniwrapper.win32.automation
 

Classes in com.jniwrapper.win32.automation that implement IOleDocumentSite
 class 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.
 

Uses of IOleDocumentSite in com.jniwrapper.win32.ole.impl
 

Classes in com.jniwrapper.win32.ole.impl that implement IOleDocumentSite
 class IOleDocumentSiteImpl
          Represents COM interface IOleDocumentSite.