C
cool2005
I tried to rename a tree node and what is considered
"valueForPathChanged"...
After I trible clicked at the node, the JTextField appear, I can
enter/change text. But I received a "editingCanceled" event as soon as
I clicked away from the editing node. Normally, in windows, if you
rename a file/directory and click away, the change is committed.
My question is
What do I do using mouse/keyboard to have valueForPathChanged called
in my custom TreeModel class?
Any help will be really appreciated.
thanks
"valueForPathChanged"...
After I trible clicked at the node, the JTextField appear, I can
enter/change text. But I received a "editingCanceled" event as soon as
I clicked away from the editing node. Normally, in windows, if you
rename a file/directory and click away, the change is committed.
My question is
What do I do using mouse/keyboard to have valueForPathChanged called
in my custom TreeModel class?
Any help will be really appreciated.
thanks