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