Uses of Interface
com.teamdev.jxbrowser.menu.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
Modifier and TypeMethodDescriptiondefault List<ContextMenuItem>
ShowContextMenuCallback.Params.customContextMenuItems()
Returns an immutable list of the custom context menu items.Modifier and TypeMethodDescriptionvoid
ShowContextMenuCallback.Action.select
(ContextMenuItem item) Select theitem
.