jdk/src/share/classes/javax/swing/TransferHandler.java
changeset 21278 ef8a3a2a72f2
parent 20455 f6f9a0c2796b
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   757      * transfer <em>will</em> be complete and the <code>exportDone</code>
   757      * transfer <em>will</em> be complete and the <code>exportDone</code>
   758      * method will be called with the action that occurred, before this method
   758      * method will be called with the action that occurred, before this method
   759      * returns. Should the clipboard be unavailable when attempting to place
   759      * returns. Should the clipboard be unavailable when attempting to place
   760      * data on it, the <code>IllegalStateException</code> thrown by
   760      * data on it, the <code>IllegalStateException</code> thrown by
   761      * {@link Clipboard#setContents(Transferable, ClipboardOwner)} will
   761      * {@link Clipboard#setContents(Transferable, ClipboardOwner)} will
   762      * be propogated through this method. However,
   762      * be propagated through this method. However,
   763      * <code>exportDone</code> will first be called with an action
   763      * <code>exportDone</code> will first be called with an action
   764      * of <code>NONE</code> for consistency.
   764      * of <code>NONE</code> for consistency.
   765      *
   765      *
   766      * @param comp  the component holding the data to be transferred;
   766      * @param comp  the component holding the data to be transferred;
   767      *              provided to enable sharing of <code>TransferHandler</code>s
   767      *              provided to enable sharing of <code>TransferHandler</code>s