Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
不完全是教程,但我所知道的 SWT 和 JFace 的最佳文档是这些片段:
SWT snippets< /a>
JFace 片段
阅读(并尝试)片段向您展示如何实现一个基本的以非常清晰的方式使用案例。
如果您真的渴望教程,您可能想尝试一下这个:Part1< /a> 第 2 部分 Part3
不过它有点旧,并且一些描述的范例已经改变,例如查看器。请参阅当前推荐的查看器实现方式的代码片段。
Not exactly a tutorial, but the best documentation I know of for both SWT and JFace are the snippets:
SWT snippets
JFace snippets
Reading (and trying) a snippet shows you how to implement one basic use case in a very clear way.
If you really crave for a tutorial, you might want to try this one: Part1 Part2 Part3
It's a bit old though, and some of the described paradigms have changed, e.g. the Viewers. See the snippets for the currently recommended way of implementing Viewers.