public static enum GenericDragEventHandler.DragAndDropFeature extends Enum<GenericDragEventHandler.DragAndDropFeature>
| Modifier and Type | Method and Description |
|---|---|
static GenericDragEventHandler.DragAndDropFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericDragEventHandler.DragAndDropFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericDragEventHandler.DragAndDropFeature MOVE
public static final GenericDragEventHandler.DragAndDropFeature RESIZE
public static GenericDragEventHandler.DragAndDropFeature[] values()
for (GenericDragEventHandler.DragAndDropFeature c : GenericDragEventHandler.DragAndDropFeature.values()) System.out.println(c);
public static GenericDragEventHandler.DragAndDropFeature 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 © 2014. All rights reserved.