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.extensionMenuItems()Returns an immutable list of context menu items registered by installed extensions.Methods in com.teamdev.jxbrowser.browser.callback with parameters of type ContextMenuItemModifier and TypeMethodDescriptionvoidShowContextMenuCallback.Action.select(ContextMenuItem item) Select theitem.