How to distinguish 揈SC?from clicking on another JTree node
I have implemented the editingCanceled/editingStopped interface for my DefaultTreeCellEditor of the JTree. I have notices that it is called when I press 揈SC?key or I click on another node of my JTree.
How can I distinguish between those two ?in other words I want to know whether my editingCanceled is called from 揈SC?or just by clicking on another node.
Can I figure it out inside of the editingCanceled method?

