public interface PaletteTransferable
extends java.awt.datatransfer.Transferable
| Modifier and Type | Method and Description | 
|---|---|
java.awt.datatransfer.Transferable | 
getOptionalTransferable()
Return your own optionalTransferable to handle right-click drags 
 | 
void | 
postConfigure(Context context)
Allow for a postConfigure process that occurs when the drop has been completed. 
 | 
void | 
setContext(Context context)
Set the current  
Context | 
void | 
setIsClicked(boolean clicked)
A user may need to know if it the item is actually dragging or 
 was clicked. 
 | 
void setContext(Context context)
Contextcontext - the current contextvoid postConfigure(Context context)
context - the current contextjava.awt.datatransfer.Transferable getOptionalTransferable()
Transferablevoid setIsClicked(boolean clicked)