Class SourceAwareTransferHandler

  • All Implemented Interfaces:
    Serializable


    public class SourceAwareTransferHandler
    extends TransferHandler
    Subclasses have to delegate calls of createTransferable and exportDone to these methods to ensure that isDragWithinSameComponent can work properly.
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceAwareTransferHandler

        public SourceAwareTransferHandler()
    • Method Detail

      • isDragWithinSameComponent

        public boolean isDragWithinSameComponent()
        Returns:
        whether the drag is currently within a single component.