Uses of Interface
com.teamdev.jxbrowser.menu.ContextMenuItem
Packages that use ContextMenuItem
Package
Description
This package provides the classes that allow you to work with browser callback.
This package contains interfaces and classes for working with context menu.
-
Uses of ContextMenuItem in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return types with arguments of type ContextMenuItemModifier and TypeMethodDescriptiondefault List<ContextMenuItem>
ShowContextMenuCallback.Params.customContextMenuItems()
Returns an immutable list of the custom context menu items.Methods in com.teamdev.jxbrowser.browser.callback with parameters of type ContextMenuItemModifier and TypeMethodDescriptionvoid
ShowContextMenuCallback.Action.select
(ContextMenuItem item) Select theitem
.