Package org.loboevolution.gui
Class HtmlContextMenu
java.lang.Object
org.loboevolution.gui.HtmlContextMenu
The Class HtmlContextMenu.
-
Constructor Summary
ConstructorDescriptionHtmlContextMenu
(HTMLElement element, HtmlRendererContext context) Instantiates a new html context menu. -
Method Summary
Modifier and TypeMethodDescriptionPopup menu abstract ui.popupMenuImage
(IBrowserPanel bpanel) Popup menu image.popupMenuLink
(IBrowserPanel bpanel) Popup menu link.
-
Constructor Details
-
HtmlContextMenu
Instantiates a new html context menu.- Parameters:
element
- the elementcontext
- the context
-
-
Method Details
-
popupMenuImage
Popup menu image.- Parameters:
bpanel
- aIBrowserPanel
object.- Returns:
- the j popup menu
-
popupMenuLink
Popup menu link.- Parameters:
bpanel
- aIBrowserPanel
object.- Returns:
- the j popup menu
-
popupMenuAbstractUI
Popup menu abstract ui.- Returns:
- the j popup menu
-