@ParametersAreNonnullByDefault public enum CodeAreaMatchColorType extends java.lang.Enum<CodeAreaMatchColorType> implements org.exbin.bined.color.CodeAreaColorType
| Enum Constant and Description |
|---|
ACTIVE_MATCH_BACKGROUND |
ACTIVE_MATCH_COLOR |
MATCH_BACKGROUND |
MATCH_COLOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<org.exbin.bined.color.CodeAreaColorGroup> |
getGroup() |
java.lang.String |
getId() |
static CodeAreaMatchColorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeAreaMatchColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeAreaMatchColorType MATCH_COLOR
public static final CodeAreaMatchColorType MATCH_BACKGROUND
public static final CodeAreaMatchColorType ACTIVE_MATCH_COLOR
public static final CodeAreaMatchColorType ACTIVE_MATCH_BACKGROUND
public static CodeAreaMatchColorType[] values()
for (CodeAreaMatchColorType c : CodeAreaMatchColorType.values()) System.out.println(c);
public static CodeAreaMatchColorType 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 java.lang.String getId()
getId in interface org.exbin.bined.color.CodeAreaColorType@Nonnull public java.util.Optional<org.exbin.bined.color.CodeAreaColorGroup> getGroup()
getGroup in interface org.exbin.bined.color.CodeAreaColorType