Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT: Multiple links in a label


Hi Ravi,

SWT usage questions should be asked on the eclipse.platform.swt newsgroup, not on this dev list.

For an example of using Link see http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet182.java?view=co .  To create multiple links in the example add more <a>...</a> tags.  To be notified of link clicks add a Selection listener to the Link and look at the resulting event's "text" field.

Grant


Back to the top