displaying JTable (AbstractTableModel) rows based on radiobox criteria

hi,

Would appreciate some pointers as to how to do this ...

I have a AbstractTableModel that needs to display rows depending on which radiobox criteria is selected.

There are only 2 columns in the JTABLE:

(1) categories(string)

(2) register interest (boolean)

The radioboxes (and the criterias) are:

1. display all rows

2. display only rows when register interest = false

3. dislplay only rows when register interest = true

How can i achieve this ?

The GetValue/SetValue from AbstractTableModel() deal at the column and not row level.So i am stumped.

Thanks for any help.

Tony

[663 byte] By [tt_linuxa] at [2007-11-26 17:59:17]
# 1
Sorry ... Wrong Thread
tt_linuxa at 2007-7-9 5:24:49 > top of Java-index,Core,Core APIs...
# 2
Try the Core GUI/Swing forum, see http://forum.java.sun.com/forum.jspa?forumID=57. There are other JTable questions being discussed there. My immediate thought is your problem should be solvable, but I'd have to think a little longer about the good design of a solution. Good luck.
OleVVa at 2007-7-9 5:24:49 > top of Java-index,Core,Core APIs...