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城市的看法。我对一个人也有另一种看法TreeViewer。有人可以解释或给我一个提示,告诉我如何TableViewer使用适配器工厂选择的城市人员更新 TreeViewer?
TableViewer
TreeViewer
完全有必要使用适配器工厂吗?
您可以添加 a (也许如果来自一个城市的人员的查询很昂贵,您可以添加 a SelectionChangedListener)以在City 的选择 treeViewer 更改时更新 People 的输入。CityTreeViewerPostSelectionChangedListenerTreeViewer
SelectionChangedListener
CityTreeViewer
PostSelectionChangedListener