JFace examples in Eclipse like SWT Examples?

吃可爱长大的小学妹 提交于 2020-01-23 05:55:35

问题


Are there any all-in-one JFace controls example out there like the SWT Examples in Eclipse? Searching (googling and searching here on stackoverflow.com) did not help me.

It would be nice if it was a standalone app or an eclipse plugin.

Thank you.


回答1:


Aside from the SWT JFace examples and introduction courses, you have some projects based on JFace controls:

  • JFace Data Binding

  • CellLabelProvider TreeViewer example

  • Nebula project

Nebula is a place where different Eclipse-Projects and Independent developers collaborate on building Custom SWT widgets and reuseable UI-Components useable in UI-Applications built using SWT and JFace.

  • RCP Forms Plugin

The framework tries to hide some of the complexity of developing forms from you; as with all frameworks there might be points in time where it just does not work and you have to dig deeper into the secrets of SWT, JFace, UI Forms or Databinding




回答2:


There is no all-in-one showcase example, but individual samples are available in the Eclipse CVS. You can check out the org.eclipse.jface.snippets project from the Eclipse CVS repo (WebView: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.snippets)




回答3:


http://wiki.eclipse.org/index.php/JFaceSnippets



来源:https://stackoverflow.com/questions/1965837/jface-examples-in-eclipse-like-swt-examples

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