Uses of Class
org.uberfire.workbench.model.menu.impl.MenuBuilderImpl.MenuType
-
Packages that use MenuBuilderImpl.MenuType Package Description org.uberfire.workbench.model.menu.impl -
-
Uses of MenuBuilderImpl.MenuType in org.uberfire.workbench.model.menu.impl
Methods in org.uberfire.workbench.model.menu.impl that return MenuBuilderImpl.MenuType Modifier and Type Method Description static MenuBuilderImpl.MenuTypeMenuBuilderImpl.MenuType. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuBuilderImpl.MenuType[]MenuBuilderImpl.MenuType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.workbench.model.menu.impl with parameters of type MenuBuilderImpl.MenuType Constructor Description MenuBuilderImpl(MenuBuilderImpl.MenuType menuType, String caption)MenuBuilderImpl(MenuBuilderImpl.MenuType menuType, MenuFactory.CustomMenuBuilder builder)
-