Namespaces | |
namespace | net.iharder.dnd |
Classes | |
class | net.iharder.dnd.TransferableObject |
At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create a java.awt.datatransfer.Transferable object, use this class to wrap your object. More... | |
interface | net.iharder.dnd.TransferableObject.Fetcher |
Instead of passing your data directly to the 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). More... |