Interface MenuFactory.ContributedMenuBuilder<T>
-
- All Superinterfaces:
MenuFactory.CommandMenu<MenuFactory.MenuBuilder<T>>,MenuFactory.MenuBuilder<T>,MenuFactory.OrderedMenu<MenuFactory.MenuBuilder<T>>,MenuFactory.PerspectiveMenu<MenuFactory.MenuBuilder<T>>,MenuFactory.SecurityInfos<MenuFactory.MenuBuilder<T>>,MenuFactory.SimpleMenuBuilder<MenuFactory.MenuBuilder<T>>
- All Known Implementing Classes:
MenuBuilderImpl
- Enclosing class:
- MenuFactory
public static interface MenuFactory.ContributedMenuBuilder<T> extends MenuFactory.MenuBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MenuFactory.ContributedMenuBuilder<T>contributeTo(String contributionPoint)-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.CommandMenu
respondsWith
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.MenuBuilder
custom, endMenu, menus, submenu, withItems
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.OrderedMenu
orderAll
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.PerspectiveMenu
perspective, place
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.SecurityInfos
withPermission, withPermission, withPermission, withPermission, withPermission, withPermission, withPermission, withPermission
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuFactory.SimpleMenuBuilder
identifier, order, position
-
-
-
-
Method Detail
-
contributeTo
MenuFactory.ContributedMenuBuilder<T> contributeTo(String contributionPoint)
-
-