swingwt.awt.dnd
Class DnDConstants

java.lang.Object
  extended byswingwt.awt.dnd.DnDConstants

public class DnDConstants
extends java.lang.Object

Type of actions to be performed by a Drag and Drop operation


Field Summary
static int ACTION_COPY
           
static int ACTION_COPY_OR_MOVE
           
static int ACTION_LINK
           
static int ACTION_MOVE
           
static int ACTION_NONE
           
static int ACTION_REFERENCE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_NONE

public static final int ACTION_NONE
See Also:
Constant Field Values

ACTION_COPY

public static final int ACTION_COPY
See Also:
Constant Field Values

ACTION_MOVE

public static final int ACTION_MOVE
See Also:
Constant Field Values

ACTION_COPY_OR_MOVE

public static final int ACTION_COPY_OR_MOVE
See Also:
Constant Field Values

ACTION_LINK

public static final int ACTION_LINK
See Also:
Constant Field Values

ACTION_REFERENCE

public static final int ACTION_REFERENCE
See Also:
Constant Field Values