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
ACTION_COPY-
ACTION_COPY_OR_MOVE-
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.
ACTION_MOVE-
ACTION_NONE- DnD operation actions/verbs ...
ACTION_REFERENCE-
DnDConstants()
-
ACTION_NONE
public static final int ACTION_NONE
- DnD operation actions/verbs ...
ACTION_COPY
public static final int ACTION_COPY
ACTION_MOVE
public static final int ACTION_MOVE
ACTION_COPY_OR_MOVE
public static final int ACTION_COPY_OR_MOVE
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.
ACTION_REFERENCE
public static final int ACTION_REFERENCE
DnDConstants
public DnDConstants()
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature