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.
我正在尝试使用CTabFolder. 这CTabFolder包含多个CTabItem,每个都CTabItem包含其中的 treeviewer。我的要求是当我选择一个特定的时,默认情况下应该选择CTabItem这个选中的 treeviewer 的第一个节点。CTabFolder任何人都可以请帮忙。谢谢,托
CTabFolder
CTabItem
首先,在SelectionListener您的CTabFolder.
SelectionListener
在侦听器的widgetSelected方法上,您可以使用接收到的参数的属性访问CTabItem所选内容。item
widgetSelected
item