Uses of Enum Class
no.ntnu.idatt1002.demo.view.components.ArrowButton.Direction
Packages that use ArrowButton.Direction
-
Uses of ArrowButton.Direction in no.ntnu.idatt1002.demo.view.components
Methods in no.ntnu.idatt1002.demo.view.components that return ArrowButton.DirectionModifier and TypeMethodDescriptionstatic ArrowButton.Direction
Returns the enum constant of this class with the specified name.static ArrowButton.Direction[]
ArrowButton.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in no.ntnu.idatt1002.demo.view.components with parameters of type ArrowButton.DirectionModifierConstructorDescriptionArrowButton
(ArrowButton.Direction direction) Constructor for ArrowButton with a specified direction.