Uses of Package
java.awt.datatransfer

Packages that use 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.
  • Classes in java.awt.datatransfer used by java.awt
    Class
    Description
    A class that implements a mechanism to transfer data using cut/copy/paste operations.
  • Class
    Description
    A 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 available DataFlavors have changed in the Clipboard (the event source).
    Defines an object which listens for FlavorEvents.
    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.
  • Class
    Description
    A 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.
  • Class
    Description
    A DataFlavor provides meta information about data.
  • Class
    Description
    A 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.