-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
1.1
-
None
-
Fix Understood
-
x86
-
windows_nt
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
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
- relates to
-
JDK-6219769 RFE: PropertyEditor Support for Enum
- Closed