public static enum ITerminalOptions.FastScrollModifier extends Enum<ITerminalOptions.FastScrollModifier>
| Modifier and Type | Method and Description |
|---|---|
static ITerminalOptions.FastScrollModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITerminalOptions.FastScrollModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITerminalOptions.FastScrollModifier ALT
public static final ITerminalOptions.FastScrollModifier CTRL
public static final ITerminalOptions.FastScrollModifier SHIFT
public static final ITerminalOptions.FastScrollModifier UNDEFINED
public static ITerminalOptions.FastScrollModifier[] values()
for (ITerminalOptions.FastScrollModifier c : ITerminalOptions.FastScrollModifier.values()) System.out.println(c);
public static ITerminalOptions.FastScrollModifier 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 © 2020–2021 Flowing Code. All rights reserved.