public static enum ConfigurableCaret.SelectionType extends java.lang.Enum<ConfigurableCaret.SelectionType>
| Modifier and Type | Method and Description |
|---|---|
static ConfigurableCaret.SelectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurableCaret.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurableCaret.SelectionType CHAR
public static final ConfigurableCaret.SelectionType WORD
public static final ConfigurableCaret.SelectionType LINE
public static ConfigurableCaret.SelectionType[] values()
for (ConfigurableCaret.SelectionType c : ConfigurableCaret.SelectionType.values()) System.out.println(c);
public static ConfigurableCaret.SelectionType 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