Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.menu |
This package contains interfaces and classes for working with context menu.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<ContextMenuItem> |
ShowContextMenuCallback.Params.customContextMenuItems()
Returns an immutable list of the custom context menu items.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowContextMenuCallback.Action.select(ContextMenuItem item)
Select the
item . |
Modifier and Type | Method and Description |
---|---|
default java.util.List<ContextMenuItem> |
ContextMenuItem.items()
Returns an immutable list of the sub-items of the context menu item.
|