Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Enum CursorType

java.lang.Object
  extended by java.lang.Enum<CursorType>
      extended by ro.sync.ecss.extensions.api.CursorType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CursorType>

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public enum CursorType
extends java.lang.Enum<CursorType>

Supported cursor types for author.


Enum Constant Summary
CURSOR_HAND
          Hand cursor
CURSOR_NORMAL
          Normal cursor
CURSOR_RESIZE
          Resize cursor
CURSOR_SELECT_COLUMN
          Select column cursor
CURSOR_SELECT_ROW
          Select row cursor
CURSOR_SELECT_TABLE
          Select table cursor
CURSOR_TEXT
          Text cursor
 
Method Summary
static CursorType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CursorType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CURSOR_NORMAL

public static final CursorType CURSOR_NORMAL
Normal cursor


CURSOR_TEXT

public static final CursorType CURSOR_TEXT
Text cursor


CURSOR_RESIZE

public static final CursorType CURSOR_RESIZE
Resize cursor


CURSOR_HAND

public static final CursorType CURSOR_HAND
Hand cursor


CURSOR_SELECT_COLUMN

public static final CursorType CURSOR_SELECT_COLUMN
Select column cursor


CURSOR_SELECT_ROW

public static final CursorType CURSOR_SELECT_ROW
Select row cursor


CURSOR_SELECT_TABLE

public static final CursorType CURSOR_SELECT_TABLE
Select table cursor

Method Detail

values

public static CursorType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CursorType c : CursorType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CursorType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.