|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextMenuProviderExt
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 |
---|
void show(Browser browser, org.w3c.dom.Element contextElement, java.awt.Point location)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |