| default <T> T | createMenus(MenuCreator<T> creator,
T menu)
Populates a UI-specific application menu structure.
|
| default <T> T | createMenus(String menuRoot,
MenuCreator<T> creator,
T menu)
Populates a UI-specific menu structure.
|
| default ShadowMenu | getMenu()
Gets the root node of the application menu structure.
|
| ShadowMenu | getMenu(String menuRoot)
Gets the root node of a menu structure.
|
Copyright © 2015–2022 SciJava. All rights reserved.