public static enum ExtendedCodeAreaCaret.CursorShapeWidth extends java.lang.Enum<ExtendedCodeAreaCaret.CursorShapeWidth>
| Enum Constant and Description |
|---|
DOUBLE
Two pixels width line.
|
FULL
Full cursor size.
|
HALF
Half of cursor size.
|
LINE
Single pixel width line.
|
QUARTER
One quarter of cursor size.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedCodeAreaCaret.CursorShapeWidth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedCodeAreaCaret.CursorShapeWidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedCodeAreaCaret.CursorShapeWidth LINE
public static final ExtendedCodeAreaCaret.CursorShapeWidth DOUBLE
public static final ExtendedCodeAreaCaret.CursorShapeWidth QUARTER
public static final ExtendedCodeAreaCaret.CursorShapeWidth HALF
public static final ExtendedCodeAreaCaret.CursorShapeWidth FULL
public static ExtendedCodeAreaCaret.CursorShapeWidth[] values()
for (ExtendedCodeAreaCaret.CursorShapeWidth c : ExtendedCodeAreaCaret.CursorShapeWidth.values()) System.out.println(c);
public static ExtendedCodeAreaCaret.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