KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > dnd > DnDConstants

java.awt.dnd
Class DnDConstants

java.lang.Object
  extended by java.awt.dnd.DnDConstants
See Also:
Top Examples, Source Code

public static final int ACTION_COPY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_COPY_OR_MOVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_LINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_MOVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_NONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_REFERENCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags