Class ShowContextMenuCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.ShowContextMenu.Response>
com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Action
- Enclosing interface:
- ShowContextMenuCallback
public static final class ShowContextMenuCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.ShowContextMenu.Response>
An action providing a response to the
ShowContextMenuCallback.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the context menu without selecting any context menu item.voidselect(ContextMenuItem item) Select theitem.Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
close
public void close()Close the context menu without selecting any context menu item.