Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Link in table (with jface)


(note that questions about swt usage should be asked on the eclipse.platform.swt newsgroup, not on this list)

The easiest approach for doing this at the swt level is to put Link controls into the Table.  For an example of doing this (with ProgressBars, but same idea) see http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java?view=co .

I don't know exactly how this plays with jface, so if this snippet is not adequate for you then you should ask this on the eclipse.platform.rcp newsgroup.

Grant


Back to the top