我正在尝试以编程方式选择另一个 EditPart 并且它的工作时间很长 但相应的视图未更新。
使用我发现的调试器,系统获取正确的属性对象,但属性视图中不显示值等。
我使用 UndoablePropertySheetPage 中的selectionChanged
方法。
propertyPage.selectionChanged(this, new StructuredSelection(editPart));
感谢您的任何建议。
答案 0 :(得分:0)
解决方案非常简单,在查看器中选择元素后,您可以使用 UndoablePropertySheetPage 提供的方法refresh
。