Example usage for Java java.awt.dnd DnDConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ACTION_NONE An int representing no action. |
int | ACTION_COPY An int representing a "copy" action. |
int | ACTION_MOVE An int representing a "move" action. |
int | ACTION_COPY_OR_MOVE An int representing a "copy" or "move" action. |
int | ACTION_LINK An int representing a "link" action. |