Native status bars

微笑、不失礼 提交于 2019-12-03 02:20:40

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

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

GrahamA

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!