JFace examples in Eclipse like SWT Examples?
Asked Answered
A

3

8

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.

Albers answered 27/12, 2009 at 12:20 Comment(0)
C
8

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

alt text

alt text

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.

alt text

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

alt text

Chancellor answered 27/12, 2009 at 12:55 Comment(1)
I will wait until google indexes this page and vote it up on the search results page :)Albers
C
4

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

Countrywoman answered 29/12, 2010 at 5:15 Comment(0)
E
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)

Edify answered 21/1, 2010 at 5:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.