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

Packages that use IOleInPlaceUIWindow
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
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 IOleInPlaceUIWindow in com.jniwrapper.win32.automation
 

Classes in com.jniwrapper.win32.automation that implement IOleInPlaceUIWindow
 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 IOleInPlaceUIWindow
 void OleClientSiteImpl.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 

Uses of IOleInPlaceUIWindow in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type IOleInPlaceUIWindow
 void AbstractOleControl.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
 

Uses of IOleInPlaceUIWindow in com.jniwrapper.win32.mshtml
 

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

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

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

Uses of IOleInPlaceUIWindow in com.jniwrapper.win32.ole
 

Subinterfaces of IOleInPlaceUIWindow in com.jniwrapper.win32.ole
 interface IOleInPlaceFrame
          This interface is used by applications for management of modeless dialog boxes, composite menus, and context-sensitive help.
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleInPlaceUIWindow
 void IOleInPlaceSite.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 void IOleInPlaceActiveObject.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
 

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

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

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