Interface JavaClientEditorialToolbarItemsPlugin
- All Superinterfaces:
ItemsPlugin<JavaClientToolbarItem>
,JavaClientItemsPlugin<JavaClientToolbarItem>
,Plugin
,Public
public interface JavaClientEditorialToolbarItemsPlugin
extends JavaClientItemsPlugin<JavaClientToolbarItem>
Definition of a plug-in providing specific items targetting the editorial toolbar of the java client.
- Since:
- 5.0.204
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<? extends JavaClientToolbarItem>
getItems()
Provide toolbar specific items wrt. the plug-ins contextual setting.
-
Method Details
-
getItems
Provide toolbar specific items wrt. the plug-ins contextual setting.- Specified by:
getItems
in interfaceItemsPlugin<JavaClientToolbarItem>
- Returns:
- A collection of toolbar items.
- Since:
- 5.0.204
-