API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd. DnDConstants View Source
Author(s)
Since
1.2
Version
1.20, 11/17/05
Serial
Hierarchy
 Object
      DnDConstants
Implements
Subclasses
Description
publicfinal class DnDConstants
  This class contains constant values representing the type of action(s) to be performed by a Drag and Drop operation.
See also:   
Constructors
private DnDConstants ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int ACTION_COPY = "1"
An int representing a "copy" action.
publicfinalstatic int ACTION_COPY_OR_MOVE = "3"
An int representing a "copy" or "move" action.
publicfinalstatic int ACTION_LINK = "1073741824"
  An int representing a "link" action.
publicfinalstatic int ACTION_MOVE = "2"
An int representing a "move" action.
publicfinalstatic int ACTION_NONE = "0"
An int representing no action.
publicfinalstatic int ACTION_REFERENCE = "1073741824"
An int representing a "reference" action (synonym for ACTION_LINK).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar