Search code examples
swtcellrcp

How can I make a SWT table's cell editable in Eclipse RCP?


My question is that I have a SWT Table in Eclipse RCP project. I want its cells to be editable when I desire. How can I achieve such a functionality in Eclipse RCP, suggest me. Or, can we achieve exactly this functionality with JFace, Nebula Table controls ?


Solution

  • There are a couple of ways to do this. Please have a look at the following snippets:

    Hope these examples are useful to you..