Enum Class TLcdTouchDevice.Status

java.lang.Object
java.lang.Enum<TLcdTouchDevice.Status>
com.luciad.input.touch.TLcdTouchDevice.Status
All Implemented Interfaces:
Serializable, Comparable<TLcdTouchDevice.Status>, Constable
Enclosing class:
TLcdTouchDevice

public static enum TLcdTouchDevice.Status extends Enum<TLcdTouchDevice.Status>
Since:
10.0
  • Enum Constant Details

    • READY

      public static final TLcdTouchDevice.Status READY
      The touch support is working properly.
    • NOT_READY

      public static final TLcdTouchDevice.Status NOT_READY
      A touch device is present but not functioning.
    • DEVICE_MISSING

      public static final TLcdTouchDevice.Status DEVICE_MISSING
      No touch sensitive device has been detected.
    • DRIVER_MISSING

      public static final TLcdTouchDevice.Status DRIVER_MISSING
      A native driver (e.g. DLL) could not be loaded.
    • UNSUPPORTED

      public static final TLcdTouchDevice.Status UNSUPPORTED
      Touch events are not supported for this operating system.
    • UNKNOWN_ERROR

      public static final TLcdTouchDevice.Status UNKNOWN_ERROR
      An unknown error has occurred.
  • Method Details

    • values

      public static TLcdTouchDevice.Status[] 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 TLcdTouchDevice.Status 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