org.apache.ojb.tools.mapping.reversedb2.dnd2
Interface DnDWorkerConstants


public interface DnDWorkerConstants

This interface just contains the constants used within the DnD framework

Version:
$Id: DnDWorkerConstants.java,v 1.4 2002/09/01 15:45:48 florianbruckner Exp $
Author:
Florian Bruckner

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

NONE

public static final int NONE
No action is acceptable or has been performed (depending on the context this constant is used in)

See Also:
Constant Field Values

DRAG_COPY

public static final int DRAG_COPY
A "copy" action is acceptable or has been performed (depending on the context this constant is used in)

See Also:
Constant Field Values

DRAG_MOVE

public static final int DRAG_MOVE
A "move" action is acceptable or has been performed (depending on the context this constant is used in)

See Also:
Constant Field Values

DRAG_LINK

public static final int DRAG_LINK
A "link" action is acceptable or has been performed (depending on the context this constant is used in)

See Also:
Constant Field Values

CLIP_COPY

public static final int CLIP_COPY
A clipboard copy action is requested or has been performed, depending on the context this constant is used in.

See Also:
Constant Field Values

CLIP_CUT

public static final int CLIP_CUT
A clipboard cut action is requested or has been performed.

See Also:
Constant Field Values


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14