Uses of Class
javax.swing.TransferHandler
Packages that use TransferHandler
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of TransferHandler in javax.swing
Methods in javax.swing that return TransferHandlerModifier and TypeMethodDescriptionJApplet.getTransferHandler()
Deprecated, for removal: This API element is subject to removal in a future version.Gets thetransferHandler
property.JComponent.getTransferHandler()
Gets thetransferHandler
property.JDialog.getTransferHandler()
Gets thetransferHandler
property.JFrame.getTransferHandler()
Gets thetransferHandler
property.JWindow.getTransferHandler()
Gets thetransferHandler
property.Methods in javax.swing with parameters of type TransferHandlerModifier and TypeMethodDescriptionvoid
JApplet.setTransferHandler(TransferHandler newHandler)
Deprecated, for removal: This API element is subject to removal in a future version.Sets thetransferHandler
property, which is a mechanism to support transfer of data into this component.void
JComponent.setTransferHandler(TransferHandler newHandler)
Sets theTransferHandler
, which provides support for transfer of data into and out of this component via cut/copy/paste and drag and drop.void
JDialog.setTransferHandler(TransferHandler newHandler)
Sets thetransferHandler
property, which is a mechanism to support transfer of data into this component.void
JFrame.setTransferHandler(TransferHandler newHandler)
Sets thetransferHandler
property, which is a mechanism to support transfer of data into this component.void
JWindow.setTransferHandler(TransferHandler newHandler)
Sets thetransferHandler
property, which is a mechanism to support transfer of data into this component.