equal
deleted
inserted
replaced
312 * Note: When used with {@code JWindow}, {@code TransferHandler} only |
312 * Note: When used with {@code JWindow}, {@code TransferHandler} only |
313 * provides data import capability, as the data export related methods |
313 * provides data import capability, as the data export related methods |
314 * are currently typed to {@code JComponent}. |
314 * are currently typed to {@code JComponent}. |
315 * <p> |
315 * <p> |
316 * Please see |
316 * Please see |
317 * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html"> |
317 * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html"> |
318 * How to Use Drag and Drop and Data Transfer</a>, a section in |
318 * How to Use Drag and Drop and Data Transfer</a>, a section in |
319 * <em>The Java Tutorial</em>, for more information. |
319 * <em>The Java Tutorial</em>, for more information. |
320 * |
320 * |
321 * @param newHandler the new {@code TransferHandler} |
321 * @param newHandler the new {@code TransferHandler} |
322 * |
322 * |