Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] dynamic property name

Hi,

 

It is possible to create such property descriptor or beaninfo, that

will enable update property name dynamically based on some property of IJavaInstance?

 

For example, CustomWidget derived from JPanel will have property ‘colors’, which is

expandable, and will have 2 sub-properties of type Color, but problem is that this sub-properties

should have different names based on instance, which is edited.

 

Thanks,

J.Peknik


Back to the top