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

Variable Index

 o ACTION_COPY
 o ACTION_COPY_OR_MOVE
 o ACTION_LINK
 o ACTION_MOVE
 o ACTION_NONE
 o ACTION_REFERENCE

Constructor Index

 o DnDConstants()

Variables

 o ACTION_COPY
 public static int ACTION_COPY
 o ACTION_COPY_OR_MOVE
 public static int ACTION_COPY_OR_MOVE
 o ACTION_LINK
 public static int ACTION_LINK
 o ACTION_MOVE
 public static int ACTION_MOVE
 o ACTION_NONE
 public static int ACTION_NONE
 o ACTION_REFERENCE
 public static int ACTION_REFERENCE

Constructors

 o DnDConstants
 public DnDConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index