java.awt.dnd
public final class DnDConstants extends Object
Since: 1.2
UNKNOWN: updated to 1.4
Field Summary | |
---|---|
static int | ACTION_COPY The copy action. |
static int | ACTION_COPY_OR_MOVE Either a copy or a move. |
static int | ACTION_LINK
A link action. |
static int | ACTION_MOVE The move action. |
static int | ACTION_NONE No action takes place. |
static int | ACTION_REFERENCE A synonym for {@link #ACTION_LINK}. |