| org.apache.ojb.tools.mapping.reversedb2.dnd2.DnDWorkerConstants
DnDWorkerConstants | public interface DnDWorkerConstants (Code) | | This interface just contains the constants used within the DnD framework
author: Florian Bruckner version: $Id: DnDWorkerConstants.java,v 1.1.2.1 2005/12/21 22:32:42 tomdz Exp $ |
Field Summary | |
final public static int | CLIP_COPY A clipboard copy action is requested or has been performed, depending on the
context this constant is used in. | final public static int | CLIP_CUT A clipboard cut action is requested or has been performed. | final public static int | DRAG_COPY | final public static int | DRAG_LINK | final public static int | DRAG_MOVE | final public static int | NONE |
CLIP_COPY | final public static int CLIP_COPY(Code) | | A clipboard copy action is requested or has been performed, depending on the
context this constant is used in.
|
CLIP_CUT | final public static int CLIP_CUT(Code) | | A clipboard cut action is requested or has been performed.
|
DRAG_COPY | final public static int DRAG_COPY(Code) | | A "copy" action is acceptable or has been performed (depending on the
context this constant is used in)
|
DRAG_LINK | final public static int DRAG_LINK(Code) | | A "link" action is acceptable or has been performed (depending on the
context this constant is used in)
|
DRAG_MOVE | final public static int DRAG_MOVE(Code) | | A "move" action is acceptable or has been performed (depending on the
context this constant is used in)
|
NONE | final public static int NONE(Code) | | No action is acceptable or has been performed (depending on the
context this constant is used in)
|
|
|