Relates :
|
A number of people have properties where the property value is an int representing a simply enumerated type. So they would like some kind of generic property editor that can work on enumerations. Unfortunately this is non-trivial, because the current BeanInfo mechanisms work in terms of property editor classes, not property editor instances. Given a generic enumerated type, you need some way to tell it what the tags of the enumeration are.... Needs thought. KGH 4/4/97
|