com.jniwrapper.win32.ie
Interface ContextMenuProvider

All Known Subinterfaces:
ContextMenuProviderExt

public interface ContextMenuProvider

A factory for creation a context menu for the browser.


Method Summary
 javax.swing.JPopupMenu getPopupMenu(org.w3c.dom.Element contextElement)
          Creates a popup menu.
 

Method Detail

getPopupMenu

javax.swing.JPopupMenu getPopupMenu(org.w3c.dom.Element contextElement)
Creates a popup menu.

Parameters:
contextElement - DOM element for which popup menu should be constructed.
Returns:
popup menu instance or null if don't show any menu.