【发布时间】:2010-07-14 08:17:13
【问题描述】:
我想使用 Eclipse AdvancedPropertySection,它使用 PropertySheetPage 来显示和编辑属性,但是我的一些属性 是多行的(例如描述)。
问题: 我无法让 PropertySheetPage 显示多行属性。 它将它们显示为一行,如下所示:
我尝试使用 WrapTextPropertyDescriptor 代替 TextPropertyDescriptor,但它似乎没有帮助。
有没有办法使用 AdvancedPropertySection(PropertySheetPage) 显示多行属性?
【问题讨论】:
-
在此处复制扩展 AdvancedPropertySection 的类的代码...
标签: java eclipse view properties line