public enum OperaMouseKeys extends Enum<OperaMouseKeys>
| Enum Constant and Description |
|---|
LEFT |
LEFT_DOWN |
LEFT_UP |
MIDDLE |
MIDDLE_DOWN |
MIDDLE_UP |
RIGHT |
RIGHT_DOWN |
RIGHT_UP |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getValue() |
static OperaMouseKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaMouseKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperaMouseKeys LEFT_DOWN
public static final OperaMouseKeys LEFT_UP
public static final OperaMouseKeys LEFT
public static final OperaMouseKeys RIGHT_DOWN
public static final OperaMouseKeys RIGHT_UP
public static final OperaMouseKeys RIGHT
public static final OperaMouseKeys MIDDLE_DOWN
public static final OperaMouseKeys MIDDLE_UP
public static final OperaMouseKeys MIDDLE
public static OperaMouseKeys[] values()
for (OperaMouseKeys c : OperaMouseKeys.values()) System.out.println(c);
public static OperaMouseKeys 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 nullpublic Integer getValue()
Copyright © 2012. All Rights Reserved.