Table Model from Bean
- From: Tom N <tomn@xxxxx>
- Date: Fri, 16 Nov 2007 15:05:46 GMT
I'm looking for a LGPL or similar package that provides a table model for a
JTable with values provided by beans.
I'd like to be able to have both one bean instance per row (so attribute
names are the column names) and alternately where one bean instance
populates the entire table (where attribute name is in column 0 and value
is in column 1).
Needs to provide for editing the values with value constraints and property
change notification.
Any suggestions? Preferably something lightweight and not a code
generator.
Anything like this for a JTree?
.
Relevant Pages
- Question about Stateless Session Beans and creation
... once a clientA invokes a method on a bean ... can another clientB invoke a method on bean instance X ... storing things like database connections inside my stateless session ... (comp.lang.java.beans) - Question about Stateless Session Beans and creation
... once a clientA invokes a method on a bean ... can another clientB invoke a method on bean instance X ... storing things like database connections inside my stateless session ... (comp.lang.java.programmer) - Re: my first bean (tomcat)
... I believe I have a problem because the package name of my Bean ... I have found this by including into my webapp a Bean I ... Put the bean's class file in the webapp's WEB-INF/classes directory, or jar it up and put the jar in the webapp's WEB-INF/lib directory. ... (comp.lang.java.programmer) - Re: I was good this year!!!
... >>> flannel lined jeans yesterday. ... They were in the mailbox and said LL ... >>> Bean all over the package. ... (rec.food.cooking) - Re: my first bean (tomcat)
... Hello John (or anyone else who happens, like me, to be working on ... I believe I have a problem because the package name of my Bean ... I have found this by including into my webapp a Bean I ... Prev by Date: ... (comp.lang.java.programmer) |
|