java.awt.dnd
Class DnDConstants
java.lang.Object
|
+--java.awt.dnd.DnDConstants
- public final class DnDConstants
- extends Object
- Since:
- JDK1.2
Field Summary |
static int |
ACTION_COPY
|
static int |
ACTION_COPY_OR_MOVE
|
static 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. |
static int |
ACTION_MOVE
|
static int |
ACTION_NONE
DnD operation actions/verbs ... |
static int |
ACTION_REFERENCE
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.