Java Beans - creating an inspector window

后端 未结 4 1011
温柔的废话
温柔的废话 2021-01-14 12:19

I\'m wondering whether there is an existing Java class that, given a Java bean, uses introspection to find all the publicly modifiable fields, and displays them using defaul

4条回答
  •  不要未来只要你来
    2021-01-14 12:55

    Looks like L2FProd commons library has something just up my alley:

    http://www.l2fprod.com/common/

    Searching some more on StackOverflow turned up this answer, in which Yan Cheng Check noted that he extended the classes to be exactly what I need: ObjectInspectorJPanel EnumComboBoxPropertyEditor

提交回复
热议问题