原生状态栏

发布于 2024-08-19 12:13:50 字数 239 浏览 6 评论 0原文

有没有办法在 SWT 中创建本机状态栏,就像 Windows 应用程序中的状态栏一样:

Windows 状态栏

我见过使用标签模拟的状态栏,但我对真正的解决方案更感兴趣。

Is there a way to create native status bars in SWT like those found in Windows applications:

Windows status bar

I have seen status bars simulated using labels, but I am more interested in a true solution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

枯叶蝶 2024-08-26 12:13:50

org.eclipse.jface.action.StatusLineManager.createControl() 或 getControl() 返回状态行控件。当然,这个控件(即 SWT)是本机的。

org.eclipse.jface.action.StatusLineManager.createControl(), or getControl(), returns a status line control. This control is, of course (being SWT), native.

冰雪之触 2024-08-26 12:13:50

看起来像长期存在的更改请求: https://bugs.eclipse.org/bugs/ show_bug.cgi?id=88837

Looks like long standing change request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=88837

一枫情书 2024-08-26 12:13:50

JIDE Components 中有一个状态栏,但恐怕您必须这样做付钱。

我不隶属于 JIDE,但我确实许可了他们的产品并会推荐他们。恐怕我还没有尝试将它们与 SWT 一起使用,但有一些信息 这里表明它们应该有效。

您始终可以获得试用许可证并试用。

JIDE 控件的屏幕截图

There is a status bar available in JIDE Components but I'm afraid you will have to pay for it.

I'm not affiliated with JIDE but I do licence their products and would recommend them. I'm afraid I've not tried using them with SWT but there is some information here that suggests that they should work.

You can always get a trial licence and try it out.

Screenshot of JIDE controls

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文