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

  1. i can open row values in editor , save.
  2. 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 :

http://www.ralfebert.de/blog/eclipsercp/tableviewerbuilder/


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -