Package it.ipzs.cieid.Firma
package it.ipzs.cieid.Firma
-
ClassDescriptionThis class makes it easy to drag and drop files from the operating system to a Java program.This is the event that is passed to themethod in your
invalid reference
filesDropped(...)when files are dropped onto a registered drop target.invalid reference
FileDropListenerImplement this inner interface to listen for when files are dropped.At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create aTransferableobject, use this class to wrap your object.Instead of passing your data directly to theFileDrop.TransferableObjectconstructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).