Uses of Class
com.jniwrapper.win32.mshtml.types.ContextMenuTarget

Packages that use ContextMenuTarget
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. 
 

Uses of ContextMenuTarget in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml with parameters of type ContextMenuTarget
 void IDocHostUIHandler2.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandler.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 

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

Methods in com.jniwrapper.win32.mshtml.impl with parameters of type ContextMenuTarget
 void IDocHostUIHandlerImpl.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandler2Impl.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)