public static enum CodeAreaCaret.CursorShape extends java.lang.Enum<CodeAreaCaret.CursorShape>
Enum Constant and Description |
---|
BOTTOM_CORNERS |
BOX |
CORNERS |
DOUBLE_BOTTOM |
DOUBLE_LEFT |
DOUBLE_RIGHT |
DOUBLE_TOP |
FRAME |
HALF_BOTTOM |
HALF_LEFT |
HALF_RIGHT |
HALF_TOP |
LINE_BOTTOM |
LINE_LEFT |
LINE_RIGHT |
LINE_TOP |
QUARTER_BOTTOM |
QUARTER_LEFT |
QUARTER_RIGHT |
QUARTER_TOP |
Modifier and Type | Method and Description |
---|---|
CodeAreaCaret.CursorShapeWidth |
getWidth() |
static CodeAreaCaret.CursorShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeAreaCaret.CursorShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeAreaCaret.CursorShape LINE_BOTTOM
public static final CodeAreaCaret.CursorShape LINE_TOP
public static final CodeAreaCaret.CursorShape LINE_LEFT
public static final CodeAreaCaret.CursorShape LINE_RIGHT
public static final CodeAreaCaret.CursorShape DOUBLE_BOTTOM
public static final CodeAreaCaret.CursorShape DOUBLE_TOP
public static final CodeAreaCaret.CursorShape DOUBLE_LEFT
public static final CodeAreaCaret.CursorShape DOUBLE_RIGHT
public static final CodeAreaCaret.CursorShape QUARTER_BOTTOM
public static final CodeAreaCaret.CursorShape QUARTER_TOP
public static final CodeAreaCaret.CursorShape QUARTER_LEFT
public static final CodeAreaCaret.CursorShape QUARTER_RIGHT
public static final CodeAreaCaret.CursorShape HALF_BOTTOM
public static final CodeAreaCaret.CursorShape HALF_TOP
public static final CodeAreaCaret.CursorShape HALF_LEFT
public static final CodeAreaCaret.CursorShape HALF_RIGHT
public static final CodeAreaCaret.CursorShape BOX
public static final CodeAreaCaret.CursorShape FRAME
public static final CodeAreaCaret.CursorShape CORNERS
public static final CodeAreaCaret.CursorShape BOTTOM_CORNERS
public static CodeAreaCaret.CursorShape[] values()
for (CodeAreaCaret.CursorShape c : CodeAreaCaret.CursorShape.values()) System.out.println(c);
public static CodeAreaCaret.CursorShape 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 nullpublic CodeAreaCaret.CursorShapeWidth getWidth()