public static enum CodeAreaCaret.CursorShapeWidth extends java.lang.Enum<CodeAreaCaret.CursorShapeWidth>
Modifier and Type | Method and Description |
---|---|
static CodeAreaCaret.CursorShapeWidth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeAreaCaret.CursorShapeWidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeAreaCaret.CursorShapeWidth LINE
public static final CodeAreaCaret.CursorShapeWidth DOUBLE
public static final CodeAreaCaret.CursorShapeWidth QUARTER
public static final CodeAreaCaret.CursorShapeWidth HALF
public static final CodeAreaCaret.CursorShapeWidth FULL
public static CodeAreaCaret.CursorShapeWidth[] values()
for (CodeAreaCaret.CursorShapeWidth c : CodeAreaCaret.CursorShapeWidth.values()) System.out.println(c);
public static CodeAreaCaret.CursorShapeWidth valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null