|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Data Transfer (java.awt.datatransfer.*)
The clipboard, introduced by the Macintosh in the early eighties, allows users to move data by copying (cutting) data from one application and pasting it into another. Java has the Data Transfer API, which allows you to do the same not only between Java apps but also between non-Java and Java applications. It supports both the clipboard and includes a drag-and-drop mechanism. The DataFlavor that describes the type of data to be transferred using the MIME specification. See also the Drag and Drop Category.
Related Categories
Drag and Drop (java.awt.dnd.*)
Subcategories
Questions & Answers
= answered, = unanswered
Further Information (sorted alphabetically)
Api's:
Related Links:
|
|
|
|
|