Uses of Class
net.anwiba.commons.swing.menu.MenuType
-
Packages that use MenuType Package Description net.anwiba.commons.swing.menu -
-
Uses of MenuType in net.anwiba.commons.swing.menu
Methods in net.anwiba.commons.swing.menu that return MenuType Modifier and Type Method Description MenuTypeMenuConfiguration. getMenuType()static MenuTypeMenuType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuType[]MenuType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.anwiba.commons.swing.menu with parameters of type MenuType Constructor Description MenuConfiguration(MenuDescription description, MenuType menuType)
-