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

Packages that use IOleInPlaceSite
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
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 IOleInPlaceSite in com.jniwrapper.win32.automation
 

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

Subinterfaces of IOleInPlaceSite in com.jniwrapper.win32.ole
 interface IOleInPlaceSiteEx
          This interface is an extension of IOleInPlaceSite interface.
 

Methods in com.jniwrapper.win32.ole that return IOleInPlaceSite
 IOleInPlaceSite IOleDocumentView.getInPlaceSite()
           
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleInPlaceSite
 void IOleDocumentView.setInPlaceSite(IOleInPlaceSite pIPSite)
           
 IOleDocumentView IOleDocumentView.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 IOleDocumentView IOleDocument.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleInPlaceSite
 class IOleInPlaceSiteExImpl
          Represents COM interface IOleInPlaceSiteEx.
 class IOleInPlaceSiteImpl
          Represents COM interface IOleInPlaceSite
 

Methods in com.jniwrapper.win32.ole.impl that return IOleInPlaceSite
 IOleInPlaceSite IOleDocumentViewImpl.getInPlaceSite()
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IOleInPlaceSite
 void IOleDocumentViewImpl.setInPlaceSite(IOleInPlaceSite pIPSite)
           
 IOleDocumentView IOleDocumentViewImpl.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 IOleDocumentView IOleDocumentImpl.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)