Uses of Interface
org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
-
Packages that use MenuFactory.CustomMenuBuilder Package Description org.uberfire.workbench.model.menu org.uberfire.workbench.model.menu.impl -
-
Uses of MenuFactory.CustomMenuBuilder in org.uberfire.workbench.model.menu
Methods in org.uberfire.workbench.model.menu with parameters of type MenuFactory.CustomMenuBuilder Modifier and Type Method Description MenuFactory.TerminalMenu<T>MenuFactory.MenuBuilder. custom(MenuFactory.CustomMenuBuilder builder)static MenuFactory.MenuBuilder<MenuFactory.TopLevelMenusBuilder<MenuFactory.MenuBuilder>>MenuFactory. newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder builder)MenuFactory.TerminalCustomMenu<MenuFactory.TopLevelMenusBuilder<T>>MenuFactory.TopLevelMenusBuilder. newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder builder)voidMenuFactory.CustomMenuBuilder. push(MenuFactory.CustomMenuBuilder element) -
Uses of MenuFactory.CustomMenuBuilder in org.uberfire.workbench.model.menu.impl
Methods in org.uberfire.workbench.model.menu.impl with parameters of type MenuFactory.CustomMenuBuilder Modifier and Type Method Description MenuFactory.TerminalMenuMenuBuilderImpl. custom(MenuFactory.CustomMenuBuilder builder)MenuFactory.TerminalCustomMenuMenuBuilderImpl. newTopLevelCustomMenu(MenuFactory.CustomMenuBuilder builder)Constructors in org.uberfire.workbench.model.menu.impl with parameters of type MenuFactory.CustomMenuBuilder Constructor Description MenuBuilderImpl(MenuBuilderImpl.MenuType menuType, MenuFactory.CustomMenuBuilder builder)
-