Java java.awt.dnd DnDConstants fields, constructors, methods, implement or subclass

Example usage for Java java.awt.dnd DnDConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.dnd DnDConstants.

The text is from its open source code.

Field

intACTION_NONE
An int representing no action.
intACTION_COPY
An int representing a "copy" action.
intACTION_MOVE
An int representing a "move" action.
intACTION_COPY_OR_MOVE
An int representing a "copy" or "move" action.
intACTION_LINK
An int representing a "link" action.