| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<DnDAction>
org.virtualbox_7_1.DnDAction
public enum DnDAction
Possible actions of a drag'n drop operation.
Interface ID: {17609E74-778E-4D0E-8827-35F5230F287B}
| Enum Constant Summary | |
|---|---|
| CopyCopy the item to the target. | |
| IgnoreDo nothing. | |
| LinkLink the item from within the target. | |
| MoveMove the item to the target. | |
| Method Summary | |
|---|---|
| static DnDAction | fromValue(long v) | 
| static DnDAction | fromValue(java.lang.String v) | 
|  int | value() | 
| static DnDAction | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static DnDAction[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final DnDAction Ignore
public static final DnDAction Copy
public static final DnDAction Move
public static final DnDAction Link
| Method Detail | 
|---|
public static DnDAction[] values()
for (DnDAction c : DnDAction.values()) System.out.println(c);
public static DnDAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static DnDAction fromValue(long v)
public static DnDAction fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||