Uses of Enum Class
com.hp.lft.sdk.stdwin.MenuType
Packages that use MenuType
-
Uses of MenuType in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return MenuTypeModifier and TypeMethodDescriptionMenu.getType()
Returns the type of the menu.MenuDescription.getType()
Returns the Menu type.static MenuType
Returns the enum constant of this class with the specified name.static MenuType[]
MenuType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.stdwin with parameters of type MenuTypeModifier and TypeMethodDescriptionvoid
Set the Menu type.Initializes the Menu type.Constructors in com.hp.lft.sdk.stdwin with parameters of type MenuTypeModifierConstructorDescriptionMenuDescription
(MenuType type) Initializes a new instance of MenuDescription with the givenMenuType
item.