如何将工具提示添加到 SWT/JFace 中的 table 列 header
How to add a tooltip to a table column header in SWT/JFace
我正在尝试向 table 的列 headers 添加工具提示。我似乎找不到任何解决方法。
你有什么建议吗?
如果您正在使用 TableColumn
,只需调用 setToolTipText("text")
方法。
如果您正在使用 TableViewerColumn
,请致电 getColumn().setToolTipText("text")
我正在尝试向 table 的列 headers 添加工具提示。我似乎找不到任何解决方法。
你有什么建议吗?
如果您正在使用 TableColumn
,只需调用 setToolTipText("text")
方法。
如果您正在使用 TableViewerColumn
,请致电 getColumn().setToolTipText("text")