English 中文(简体)
RCP/RAP:Link in SWT/JFace-TableViewer-Cell
原标题:RCP/RAP: Link in SWT/JFace-TableViewer-Cell

Does anyone know a possibility to place a link in a JFace-TableViewer-Cell? I just need something that fires an event, when it is clicked on. Something that looks like a hyperlink would be perfect. The (big) problem is, that it should work not only under RCP but also under RAP.

问题回答

我不知道如何为区域行动方案做这项工作,但对于区域气候方案来说,研究的是

不幸的是,图形背景没有得到区域行动方案的支持。

另一种方式是使用<条码>TreeViewerColumn.setEditingSupport,超越<条码>。 栏目: 这样,在你点击一间囚室(以版本方式)之后,你就可以有自己的习俗控制。





相关问题
SWT version of: getOppositeComponent on focus change

In Swing you can get "the other Component involved in this focus change" from this: getOppositeComponent. There does not seem to be a similar call in SWT, does anyone have a workaround or fix for this?...

Styling a SWT label to be italic

How would I go about styling a SWT label created along the following lines so it is displayed italicised? Label label = formToolkit.createLabel(composite, "My label name");

Lazy and Deferred TreeViewer questions

I have actually two questions but they are kind of related so here they go as one... How to ensure garbage collection of tree nodes that are not currently displayed using TreeViewer(SWT.VIRTUAL) and ...

add toolbar to section

I want to add a toolbar to a section in SWT. There is an example i saw in the PDE manifest editor. How can i add this toolbar or buttons? maybe i need to use a different control? Thank you, Ido

Create a custom button with SWT

I would like to ask the same thing than this question but using SWT: Is there a way to make a Button with your own button graphic not just with an image inside the button? If not is another way to ...

Mouse events on an SWT Scrollbar

Using standalone SWT Scrollbars is something of a hack (using this workaround), but it can be done. Here s a snippet: ScrolledComposite scrolledComposite = new ScrolledComposite( ...

SWT Cross-Platform Enter Detection

I have a global filter (Display.addFilter) in SWT in which I want to detect Enter key. In Windows, pressing Enter generates SWT.CR in keyCode part of KeyListener event. Is this assumption safe for ...

热门标签