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

Packages that use IOleInPlaceFrame
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.mshtml The com.jniwrapper.win32.mshtml package contains a number of commonly used interfaces from the MSHTML library. 
com.jniwrapper.win32.mshtml.impl The com.jniwrapper.win32.mshtml.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.mshtml package. 
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 IOleInPlaceFrame in com.jniwrapper.win32.automation
 

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

Methods in com.jniwrapper.win32.automation with parameters of type IOleInPlaceFrame
 void OleClientSiteImpl.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 

Uses of IOleInPlaceFrame in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml with parameters of type IOleInPlaceFrame
 void IDocHostUIHandler2.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandler.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 

Uses of IOleInPlaceFrame in com.jniwrapper.win32.mshtml.impl
 

Methods in com.jniwrapper.win32.mshtml.impl with parameters of type IOleInPlaceFrame
 void IDocHostUIHandlerImpl.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandler2Impl.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 

Uses of IOleInPlaceFrame in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleInPlaceFrame
static void OleFunctions.oleSetMenuDescriptor(Int32 holemenu, Int32 hwndFrame, Int32 hwndActiveObject, IOleInPlaceFrame lpFrame, IOleInPlaceActiveObject lpActiveObj)
           
static void OleFunctions.oleTranslateAccelerator(IOleInPlaceFrame lpFrame, OleInplaceFrameInfo lpFrameInfo, Msg lpmsg)
           
 void IOleInPlaceSite.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleInPlaceFrame
 class IOleInPlaceFrameImpl
          Represents COM interface IOleInPlaceFrame.
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IOleInPlaceFrame
 void IOleInPlaceSiteImpl.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)