Uses of Package
java.awt.datatransfer
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for transferring data between and within
applications.
Drag and Drop is a direct manipulation gesture found in many Graphical User
Interface systems that provides a mechanism to transfer information between
two entities logically associated with presentation elements in the GUI.
Defines a contract between user-interface components and an assistive
technology that provides access to those components.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
ClassDescriptionA class that implements a mechanism to transfer data using cut/copy/paste operations.
-
ClassDescriptionA class that implements a mechanism to transfer data using cut/copy/paste operations.Defines the interface for classes that will provide data to a clipboard.A
DataFlavor
provides meta information about data.FlavorEvent
is used to notify interested parties that availableDataFlavor
s have changed in theClipboard
(the event source).Defines an object which listens forFlavorEvent
s.A two-way Map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.Defines the interface for classes that can be used to provide data for a transfer operation.Signals that the requested data is not supported in this flavor. -
ClassDescriptionA
DataFlavor
provides meta information about data.A two-way Map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.Defines the interface for classes that can be used to provide data for a transfer operation.Signals that the requested data is not supported in this flavor. -
-
ClassDescriptionA class that implements a mechanism to transfer data using cut/copy/paste operations.A
DataFlavor
provides meta information about data.Defines the interface for classes that can be used to provide data for a transfer operation.