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

Packages that use IOleDocumentView
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 IOleDocumentView in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type IOleDocumentView
 void OleClientSiteImpl.activateMe(IOleDocumentView pViewToActivate)
           
 

Uses of IOleDocumentView in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IOleDocumentView
 IOleDocumentView IOleDocumentView.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 IOleDocumentView IOleDocument.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleDocumentView
 void IOleDocumentSite.activateMe(IOleDocumentView pViewToActivate)
           
 void IOleDocument.enumViews(IEnumOleDocumentViews ppenum, IOleDocumentView ppView)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleDocumentView
 class IOleDocumentViewImpl
          Represents COM interface IOleDocumentView.
 

Methods in com.jniwrapper.win32.ole.impl that return IOleDocumentView
 IOleDocumentView IOleDocumentViewImpl.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 IOleDocumentView IOleDocumentImpl.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IOleDocumentView
 void IOleDocumentSiteImpl.activateMe(IOleDocumentView pViewToActivate)
           
 void IOleDocumentImpl.enumViews(IEnumOleDocumentViews ppenum, IOleDocumentView ppView)