jdk/src/share/classes/java/awt/datatransfer/Transferable.java
changeset 20455 f6f9a0c2796b
parent 5506 202f599c92aa
child 22281 830790e8640d
equal deleted inserted replaced
20454:d332fc10731f 20455:f6f9a0c2796b
    30 /**
    30 /**
    31  * Defines the interface for classes that can be used to provide data
    31  * Defines the interface for classes that can be used to provide data
    32  * for a transfer operation.
    32  * for a transfer operation.
    33  * <p>
    33  * <p>
    34  * For information on using data transfer with Swing, see
    34  * For information on using data transfer with Swing, see
    35  * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html">
    35  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
    36  * How to Use Drag and Drop and Data Transfer</a>,
    36  * How to Use Drag and Drop and Data Transfer</a>,
    37  * a section in <em>The Java Tutorial</em>, for more information.
    37  * a section in <em>The Java Tutorial</em>, for more information.
    38  *
    38  *
    39  * @author      Amy Fowler
    39  * @author      Amy Fowler
    40  */
    40  */