Module java.desktop
Package javax.swing

Enum Class DropMode

java.lang.Object
java.lang.Enum<DropMode>
javax.swing.DropMode
All Implemented Interfaces:
Serializable, Comparable<DropMode>, Constable

public enum DropMode extends Enum<DropMode>
Drop modes, used to determine the method by which a component tracks and indicates a drop location during drag and drop.
Since:
1.6
See Also: