Uses of Class
javax.swing.TransferHandler.DropLocation
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of TransferHandler.DropLocation in javax.swing
Modifier and TypeClassDescriptionstatic final class
A subclass ofTransferHandler.DropLocation
representing a drop location for aJList
.static final class
A subclass ofTransferHandler.DropLocation
representing a drop location for aJTable
.static final class
A subclass ofTransferHandler.DropLocation
representing a drop location for aJTree
.Modifier and TypeMethodDescriptionTransferHandler.TransferSupport.getDropLocation()
Returns the current (non-null
) drop location for the component, when thisTransferSupport
represents a drop. -
Uses of TransferHandler.DropLocation in javax.swing.text
Modifier and TypeClassDescriptionstatic final class
Represents a drop location forJTextComponent
s.