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

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

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

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

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

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

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleCommandTarget
 class IOleCommandTargetImpl
          Represents COM interface IOleCommandTarget.