JTreetable applet example 3 - edit

Here you can see how to provide cell editing.
First expand all tree.
Then double-click on cell "The Partner". You will see an alert realized in ONEDITCELL event handler.
Click on any "Price" cell - no edit available for Price column (via applet's param).
Click on any "Cover" column cell - you will see combobox widget to select cell value from a list.
Click on any "Ships in" column cell - the combobox is filled with values at runtime.