Uses of Class
com.thecoderscorner.menu.domain.state.MenuTree.MoveType
-
Packages that use MenuTree.MoveType Package Description com.thecoderscorner.menu.domain.state -
-
Uses of MenuTree.MoveType in com.thecoderscorner.menu.domain.state
Methods in com.thecoderscorner.menu.domain.state that return MenuTree.MoveType Modifier and Type Method Description static MenuTree.MoveTypeMenuTree.MoveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuTree.MoveType[]MenuTree.MoveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.domain.state with parameters of type MenuTree.MoveType Modifier and Type Method Description voidMenuTree. moveItem(SubMenuItem parent, MenuItem newItem, MenuTree.MoveType moveType)Moves the item either up or down in the list for that submenu
-