src/share/classes/java/awt/datatransfer/Transferable.java

Print this page

        

*** 30,40 **** /** * Defines the interface for classes that can be used to provide data * for a transfer operation. * <p> * For information on using data transfer with Swing, see ! * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html"> * How to Use Drag and Drop and Data Transfer</a>, * a section in <em>The Java Tutorial</em>, for more information. * * @author Amy Fowler */ --- 30,40 ---- /** * Defines the interface for classes that can be used to provide data * for a transfer operation. * <p> * For information on using data transfer with Swing, see ! * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html"> * How to Use Drag and Drop and Data Transfer</a>, * a section in <em>The Java Tutorial</em>, for more information. * * @author Amy Fowler */