com.jniwrapper.win32.ie
Interface ContextMenuProviderExt

All Superinterfaces:
ContextMenuProvider

public interface ContextMenuProviderExt
extends ContextMenuProvider

A factory for creation different implementation of context menu for the browser.


Method Summary
 void show(Browser browser, org.w3c.dom.Element contextElement, java.awt.Point location)
          Invoked every time the user clicks the right mouse button, or control-clicks, on an element to reveal a popup menu.
 
Methods inherited from interface com.jniwrapper.win32.ie.ContextMenuProvider
getPopupMenu
 

Method Detail

show

void show(Browser browser,
          org.w3c.dom.Element contextElement,
          java.awt.Point location)
Invoked every time the user clicks the right mouse button, or control-clicks, on an element to reveal a popup menu.

Parameters:
browser - the popup menu component invoker.
contextElement - DOM element for which popup menu should be constructed.
location - the the coordinate in invoker's coordinate space at which the contextual menu is to be displayed.