How to edit a table row on same window in Eclipse RCP ? -
i have table many rows on window. want edit row. have 2 options
- i can open row values in editor , save.
- i can open row in same window (beneath table), edit , save (same above on same window showing table).
i want second option.
any (more details can provided if required understand question)
you can make columns editable using makeeditable
refer link :
Comments
Post a Comment