Eclipse SWT - JFace resources
Recently I have begun to study development using the Eclipse RCP. If your RCP application has a GUI you are going to have to get familiar with SWT and JFace. In order to help other in their way to achieve this goal, I am providing here a few references that I have found particularly useful.
General reference links:
- SWT main website (http://www.eclipse.org/swt/)
- SWT widgets screenshots (http://www.eclipse.org/swt/widgets/)
- SWT wiki (http://wiki.eclipse.org/SWT)
- Comprehensive SWT widgets list and documentation (http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/package-summary.html)
- JFace wiki (http://wiki.eclipse.org/index.php/JFace)
Tutorials
- Very basic example driven tutorial (http://zetcode.com/tutorials/javaswttutorial/). Recommended for those with some exposure to Swing
That's it for the moment. I will be updating this post as I move along my study path.
Enjoy!!!
<< Home