All Packages Class Hierarchy This Package Previous Next Index
Class com.gloaming.awt.dnd.DnDConstants
java.lang.Object
|
+----com.gloaming.awt.dnd.DnDConstants
- public final class DnDConstants
- extends java.lang.Object
Empty class used to contain the drag and drop constants.
- See Also:
- java.awt.dnd.DnDConstants
-
ACTION_COPY
-
-
ACTION_COPY_OR_MOVE
-
-
ACTION_LINK
-
-
ACTION_MOVE
-
-
ACTION_NONE
-
-
ACTION_REFERENCE
-
-
DnDConstants()
-
ACTION_COPY
public static int ACTION_COPY
ACTION_COPY_OR_MOVE
public static int ACTION_COPY_OR_MOVE
ACTION_LINK
public static int ACTION_LINK
ACTION_MOVE
public static int ACTION_MOVE
ACTION_NONE
public static int ACTION_NONE
ACTION_REFERENCE
public static int ACTION_REFERENCE
DnDConstants
public DnDConstants()
All Packages Class Hierarchy This Package Previous Next Index