原生状态栏
Is there a way to create native status bars in SWT like those found in Windows applications:
I have seen status bars simulated using labels, but I am more interested in a true solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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.
看起来像长期存在的更改请求: 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
JIDE Components 中有一个状态栏,但恐怕您必须这样做付钱。
我不隶属于 JIDE,但我确实许可了他们的产品并会推荐他们。恐怕我还没有尝试将它们与 SWT 一起使用,但有一些信息 这里表明它们应该有效。
您始终可以获得试用许可证并试用。
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.