Uses of Class
javax.swing.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
Modifier and TypeMethodDescriptionJApplet.getTransferHandler()
Deprecated.Gets thetransferHandler
property.JComponent.getTransferHandler()
Gets thetransferHandler
property.JDialog.getTransferHandler()
Gets thetransferHandler
property.JFrame.getTransferHandler()
Gets thetransferHandler
property.JWindow.getTransferHandler()
Gets thetransferHandler
property.Modifier and TypeMethodDescriptionvoid
JApplet.setTransferHandler(TransferHandler newHandler)
Deprecated.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.