Interface JavaClientContextNewMenuItemsPlugin
- All Superinterfaces:
ItemsPlugin<JavaClientContextMenuItem>
,JavaClientItemsPlugin<JavaClientContextMenuItem>
,Plugin
,Public
public interface JavaClientContextNewMenuItemsPlugin
extends JavaClientItemsPlugin<JavaClientContextMenuItem>
Definition of a plug-in providing specific items for the "new" sub-menu of context menus of the java client.
In this context, the element provided within the
menu context
is the "parent" element
for the operation, eligible for taking a new child element.- Since:
- 5.0.204
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<? extends JavaClientContextMenuItem>
getItems()
Get all items eligible for context menus.
-
Method Details
-
getItems
Get all items eligible for context menus.- Specified by:
getItems
in interfaceItemsPlugin<JavaClientContextMenuItem>
- Returns:
- A collection of context menu items.
- Since:
- 5.0.204
-