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.
我有和添加按钮,TableViewer在我的应用程序中。当按下Add按钮时,我正在向我的模型中添加一个新元素,然后刷新该查看器。
TableViewer
问题是:如何在我的查看器中选择这个新添加的项目?
tableViewer.setSelection(new StructuredSelection(modelElement), true);
如有必要,最后的true将使表格滚动到新选择的项目。
true