public static enum PreviewMouseEvent.Type extends Enum<PreviewMouseEvent.Type>
| Modifier and Type | Method and Description |
|---|---|
static PreviewMouseEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewMouseEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreviewMouseEvent.Type CLICKED
public static final PreviewMouseEvent.Type PRESSED
public static final PreviewMouseEvent.Type RELEASED
public static final PreviewMouseEvent.Type DRAGGED
public static PreviewMouseEvent.Type[] values()
for (PreviewMouseEvent.Type c : PreviewMouseEvent.Type.values()) System.out.println(c);
public static PreviewMouseEvent.Type 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 © 2007–2016 Gephi Consortium. All rights reserved.