Eclipse中的JFace示例,比如SWT示例?

时间:2023-01-12 14:30:38

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

是否存在像Eclipse中的SWT示例那样的所有的JFace控件示例?搜索(在*.com上搜索和搜索)没有帮助我。

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

如果它是一个独立的应用程序或者一个eclipse插件,那就太好了。

Thank you.

谢谢你!

3 个解决方案

#1


8  

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

除了SWT JFace示例和介绍课程之外,您还有一些基于JFace控件的项目:

Eclipse中的JFace示例,比如SWT示例?

Eclipse中的JFace示例,比如SWT示例?

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.

在这个地方,不同的eclipse项目和独立的开发人员在构建使用SWT和JFace构建的ui应用程序的自定义SWT小部件和可重用的ui组件之间进行协作。

Eclipse中的JFace示例,比如SWT示例?

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

该框架试图将开发表单的复杂性隐藏起来;与所有框架一样,可能会有一些时间点不工作,而您必须深入挖掘SWT、JFace、UI表单或数据绑定的秘密。

alt text http://www.mvmsoft.de/content/plugins/rcpforms/sampleform_err.png

alt文本http://www.mvmsoft.de/content/plugins/rcpforms/sampleform_err.png

#2


3  

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)

没有一个完整的展示示例,但是在Eclipse CVS中有单独的示例。您可以查看org.eclipse.jface。来自Eclipse CVS repo的代码片段项目(WebView: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.片段)

#3


2  

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

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

#1


8  

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

除了SWT JFace示例和介绍课程之外,您还有一些基于JFace控件的项目:

Eclipse中的JFace示例,比如SWT示例?

Eclipse中的JFace示例,比如SWT示例?

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.

在这个地方,不同的eclipse项目和独立的开发人员在构建使用SWT和JFace构建的ui应用程序的自定义SWT小部件和可重用的ui组件之间进行协作。

Eclipse中的JFace示例,比如SWT示例?

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

该框架试图将开发表单的复杂性隐藏起来;与所有框架一样,可能会有一些时间点不工作,而您必须深入挖掘SWT、JFace、UI表单或数据绑定的秘密。

alt text http://www.mvmsoft.de/content/plugins/rcpforms/sampleform_err.png

alt文本http://www.mvmsoft.de/content/plugins/rcpforms/sampleform_err.png

#2


3  

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)

没有一个完整的展示示例,但是在Eclipse CVS中有单独的示例。您可以查看org.eclipse.jface。来自Eclipse CVS repo的代码片段项目(WebView: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.片段)

#3


2  

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

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