Dear developers,
I am currently developing an application where I need to edit cells of an
ULC-Table.
It's nice that you can enter a cell by pressing F2 or do a doubleclick,
but:
Isn't there a way to enter a cell with TAB or the arrow-keys and you
atomatically start edit without pressing another key?
I found an extension, but it's in conflict with our custom renderer and I
do not really like extensions at all.
Also setting a property
putClientProperty("JTable.autoStartsEdit", Boolean.TRUE);
does not help, because you do not get a cursor.
Maybe there is a way to automatically send the F2 event after the arrows
are used on a special table. Is it somehow possible that you fire the event
caused by F2 automatically when an arrow-key was used wihtout any modifier
and if the focus is on some special table?
We use ULC 6.0.4 and will switch to ULC 6.1.1 soon.
Maybe it's a simple solution, but I just can't find it at the moment.
Thank you in advance.
Best regards,
Markus Kortmann