public static enum ScrollbarLockIcon.LockedState extends Enum<ScrollbarLockIcon.LockedState>
| Enum Constant and Description |
|---|
SUPERLOCKED |
UNLOCKED |
| Modifier and Type | Method and Description |
|---|---|
static ScrollbarLockIcon.LockedState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollbarLockIcon.LockedState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScrollbarLockIcon.LockedState UNLOCKED
public static final ScrollbarLockIcon.LockedState SUPERLOCKED
public static ScrollbarLockIcon.LockedState[] values()
for (ScrollbarLockIcon.LockedState c : ScrollbarLockIcon.LockedState.values()) System.out.println(c);
public static ScrollbarLockIcon.LockedState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.