Enum Class Utils.NavigationButtonType

java.lang.Object
java.lang.Enum<Utils.NavigationButtonType>
com.vuzix.hud.resources.Utils.NavigationButtonType
All Implemented Interfaces:
Serializable, Comparable<Utils.NavigationButtonType>, Constable
Enclosing class:
Utils

public static enum Utils.NavigationButtonType extends Enum<Utils.NavigationButtonType>
Values defining the navigation button type of the Vuzix device
  • Enum Constant Details

    • NO_NAV_BUTTONS

      public static final Utils.NavigationButtonType NO_NAV_BUTTONS
      No physical buttons are present for navigating the user interface
    • THREE_NAV_BUTTONS

      public static final Utils.NavigationButtonType THREE_NAV_BUTTONS
      The device has a physical previous, next, select button
    • UNKNOWN

      public static final Utils.NavigationButtonType UNKNOWN
      The device configuration is not known
  • Method Details

    • values

      public static Utils.NavigationButtonType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Utils.NavigationButtonType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null