All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.dnd.DnDConstants

java.lang.Object
    |
    +----java.awt.dnd.DnDConstants

public class DnDConstants
extends Object
Since:
JDK1.2

Variable Index

 o ACTION_COPY
 o ACTION_COPY_OR_MOVE
 o ACTION_LINK
DnD operation action/verb The link verb is found in many, if not all native DnD platforms, the actual interpretation of LINK semantics is not only highly platform dependent but is also application dependent.
 o ACTION_MOVE
 o ACTION_NONE
DnD operation actions/verbs ...
 o ACTION_REFERENCE

Constructor Index

 o DnDConstants()

Variables

 o ACTION_NONE
public static final int ACTION_NONE
DnD operation actions/verbs ...

 o ACTION_COPY
public static final int ACTION_COPY
 o ACTION_MOVE
public static final int ACTION_MOVE
 o ACTION_COPY_OR_MOVE
public static final int ACTION_COPY_OR_MOVE
 o ACTION_LINK
public static final int ACTION_LINK
DnD operation action/verb The link verb is found in many, if not all native DnD platforms, the actual interpretation of LINK semantics is not only highly platform dependent but is also application dependent. Broadly speaking the semantic is "do not copy, or move the operand, but create a reference to it". Defining the meaning of "reference" is where ambiguity is introduced. The vern is provided for completness. but its use is not recommended for DnD operations between logically distinct applications where misinterpretation of the operations semantics could lead to confusing results for the user.

 o ACTION_REFERENCE
public static final int ACTION_REFERENCE

Constructors

 o DnDConstants
public DnDConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature