Package it.ipzs.cieid.Firma
-
Interface Summary Interface Description FileDrop.Listener Implement this inner interface to listen for when files are dropped.FileDrop.TransferableObject.Fetcher Instead of passing your data directly to theFileDrop.TransferableObject
constructor, 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). -
Class Summary Class Description FileDrop This class makes it easy to drag and drop files from the operating system to a Java program.FileDrop.Event This is the event that is passed to thefilesDropped(...)
method in yourFileDropListener
when files are dropped onto a registered drop target.FileDrop.TransferableObject At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create aTransferable
object, use this class to wrap your object.MoveablePicture PdfPreview TextAreaCellRenderer VerifyTable