Creating JTable using objects instead of vector of vectors
From: sb (catinc_at_hotmail.com)
Date: 02/29/04
- Previous message: Kevin: "how to get top right (x, y) position of the caret"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2004 19:51:26 -0800
I am trying to create a JTable extending AbstractTableModel using data
objects.
These objects have get and set methods for each column of the table. I
am using reflection to get the contents at a particular cell.
I am having trouble making this editable.
Has anybody implemented this type of functionality? Also how do you go
about displaying the cells having invalid data?
Thanks in advance.
- Previous message: Kevin: "how to get top right (x, y) position of the caret"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]