Clipboard View Source | A class that implements a mechanism to transfer data using cut/copy/paste operations. |
ClipboardOwner View Source | Defines the interface for classes that will provide data to a clipboard. |
DataFlavor View Source |
A DataFlavor provides meta information about data.
|
FlavorEvent View Source |
FlavorEvent is used to notify interested parties
that available DataFlavor s have changed in the
Clipboard (the event source).
|
FlavorListener View Source |
Defines an object which listens for FlavorEvent s.
|
FlavorMap View Source | A two-way Map between "natives" (Strings), which correspond to platform- specfic data formats, and "flavors" (DataFlavors), which corerspond to platform-independent MIME types. |
FlavorTable View Source | A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map. |
MimeTypeParseException View Source | A class to encapsulate MimeType parsing related exceptions |
StringSelection View Source |
A Transferable which implements the capability required
to transfer a String .
|
SystemFlavorMap View Source | 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. |
Transferable View Source | Defines the interface for classes that can be used to provide data for a transfer operation. |
UnsupportedFlavorException View Source | Signals that the requested data is not supported in this flavor. |