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

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

Methods in com.jniwrapper.win32.automation with parameters of type IOleInPlaceActiveObject
 void OleClientSiteImpl.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 

Uses of IOleInPlaceActiveObject in com.jniwrapper.win32.com
 

Classes in com.jniwrapper.win32.com that implement IOleInPlaceActiveObject
 class AbstractOleControl
          An abstract implementation of OLE control, which allows to create new OLE control from a Swing component.
 

Uses of IOleInPlaceActiveObject in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml with parameters of type IOleInPlaceActiveObject
 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 IOleInPlaceActiveObject in com.jniwrapper.win32.mshtml.impl
 

Methods in com.jniwrapper.win32.mshtml.impl with parameters of type IOleInPlaceActiveObject
 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 IOleInPlaceActiveObject in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleInPlaceActiveObject
static void OleFunctions.oleSetMenuDescriptor(Int32 holemenu, Int32 hwndFrame, Int32 hwndActiveObject, IOleInPlaceFrame lpFrame, IOleInPlaceActiveObject lpActiveObj)
           
 void IOleInPlaceUIWindow.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleInPlaceActiveObject
 class IOleInPlaceActiveObjectImpl
          Represents COM interface IOleInPlaceActiveObject.
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IOleInPlaceActiveObject
 void IOleInPlaceUIWindowImpl.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)