|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface just contains the constants used within the DnD framework
Field Summary | |
static int |
CLIP_COPY
A clipboard copy action is requested or has been performed, depending on the context this constant is used in. |
static int |
CLIP_CUT
A clipboard cut action is requested or has been performed. |
static int |
DRAG_COPY
A "copy" action is acceptable or has been performed (depending on the context this constant is used in) |
static int |
DRAG_LINK
A "link" action is acceptable or has been performed (depending on the context this constant is used in) |
static int |
DRAG_MOVE
A "move" action is acceptable or has been performed (depending on the context this constant is used in) |
static int |
NONE
No action is acceptable or has been performed (depending on the context this constant is used in) |
Field Detail |
public static final int NONE
public static final int DRAG_COPY
public static final int DRAG_MOVE
public static final int DRAG_LINK
public static final int CLIP_COPY
public static final int CLIP_CUT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |