ClipboardOwner | Defines the interface for classes that will provide data to a clipboard. | code | html |
FlavorListener | Defines an object which listens for FlavorEvent s. | code | html |
FlavorMap | A two-way Map between "natives" (Strings), which correspond to platform- specfic data formats, and "flavors" (DataFlavors), which corerspond to platform-independent MIME types. | code | html |
FlavorTable | A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map. | code | html |
Transferable | Defines the interface for classes that can be used to provide data for a transfer operation. | code | html |
Clipboard | A class that implements a mechanism to transfer data using cut/copy/paste operations. | code | html |
DataFlavor | A {@code DataFlavor} provides meta information about data. | code | html |
DataFlavor.TextFlavorComparator | code | html | |
DuplicatedPropertiesResourceBundle | code | html | |
FlavorEvent | FlavorEvent is used to notify interested parties
that available DataFlavor s have changed in the
Clipboard (the event source). |
code | html |
MimeType | A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046. | code | html |
MimeTypeParameterList | An object that encapsualtes the parameter list of a MimeType as defined in RFC 2045 and 2046. | code | html |
MimeTypeParseException | A class to encapsulate MimeType parsing related exceptions | code | html |
MimeTypeProcessor | code | html | |
MimeTypeProcessor.MimeType | code | html | |
MimeTypeProcessor.StringPosition | code | html | |
StringSelection | A Transferable which implements the capability required
to transfer a String . |
code | html |
SystemFlavorMap | The SystemFlavorMap is a configurable map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types. | code | html |
UnsupportedFlavorException | Signals that the requested data is not supported in this flavor. | code | html |
It also provides a clipboard mechanism, which is an object that temporarily holds a transferable object that can be transferred between or within an application. The clipboard is typically used for copy and paste operations. Although it is possible to create a clipboard to use within an application, most applications will use the system clipboard to ensure the data can be transferred across applications running on the platform. @since JDK1.1