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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close the context menu without selecting any context menu item.void
select
(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.