Enum Class BareCursor.CursorType

java.lang.Object
java.lang.Enum<BareCursor.CursorType>
com.rs.seagull.emulator.api.BareCursor.CursorType
All Implemented Interfaces:
Serializable, Comparable<BareCursor.CursorType>, Constable
Enclosing interface:
BareCursor

public static enum BareCursor.CursorType extends Enum<BareCursor.CursorType>
This is the type of the cursor.
Version:
$Id$
Author:
MRomijn
  • Enum Constant Details

  • Method Details

    • values

      public static BareCursor.CursorType[] 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 BareCursor.CursorType 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
    • isBlinking

      public boolean isBlinking()
      Check if the CursorType is blinking.
      Returns:
      true if the CursorType is blinking
    • isVisible

      public boolean isVisible()
      Check if the CursorType is visible.
      Returns:
      true if the CursorType is visible
    • isHidden

      public boolean isHidden()
      Check if the CursorType is hidden.
      Returns:
      true if the CursorType is hidden