< prev index next >

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

Print this page

        

*** 35,44 **** --- 35,45 ---- * <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 + * @since 1.1 */ public interface Transferable { /**
< prev index next >