TransferHandler « JTree « Java Swing Q&A





1. Java Disable Cut Action for JTree / TransferHandler    stackoverflow.com

I've created a custom TransferHandler for my JTree and as such have disabled Copy (by only supporting Move) and Paste (by checking support.isDrop() in canImport) but I can't figure out how ...