Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 RCP 应用程序,我有一个 swt 表查看器,其中一个列是可编辑的,我希望能够通过使用选项卡在表中移动,并在按 Enter 时编辑单元格。我之前在一些表格查看器中看到了该功能,所以我知道它是可能的。
任何想法如何做到这一点?它是plugin.xml 中的一些通用绑定还是特定于查看器?
这可以通过添加CellNavigationStrategy来实现。看看JFace 片段 059。