gpt4 book ai didi

java - 选项卡式属性 View - 来自同一 IPropertySource 的不同选项卡中的不同属性

转载 作者:行者123 更新时间:2023-11-29 05:37:52 25 4
gpt4 key购买 nike

我目前正在尝试根据 this link 在选项卡式属性 View 中放置更多选项卡,并且我想从相同的 IPropertySource 实现类中为每个选项卡取出不同的属性。

目前,所有三个选项卡都包含整个属性列表。有什么优雅的方法可以做到这一点吗?
The Tabs

感谢您的支持,如果需要我会添加更多代码。

最佳答案

我遇到了同样的问题。

我的解决方案是为每个 Tab 创建一个 Selection 类(实现 IPropertySource)和一个 Section 类(扩展 AbstractPropertySection)。然后我创建了一个新类“wrapper”,它实现了 ISelection 并包含一个 ISelection 数组。在每个 Section 类(即 public class InformationSection extends AbstractPropertySection)中,我在 AbstractPropertySectionsetInput 方法中使用了这个“包装器”类来存储StructuredSelection 项目。之后使用 wrapper.getSelection()[0].getFirstElement 我访问了信息选项卡的所有属性。

希望我的回答对您有所帮助。

关于java - 选项卡式属性 View - 来自同一 IPropertySource 的不同选项卡中的不同属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18778851/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com