Re: Replace row in JTable
- From: Ivan <ivan@xxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 01:33:21 +0100
Set the table values and then call
public void fireTableRowsUpdated(int firstRow, int lastRow) inherited from AbstractTableModel
Ivan
Hello,
I use the DefaultTableModel, and I have found the method setValueAt(object,int,int) - nut isn't there anything smartere you can do?
Brian
.
- References:
- Replace row in JTable
- From: Brian
- Re: Replace row in JTable
- From: John McGrath
- Re: Replace row in JTable
- From: Brian
- Replace row in JTable
- Prev by Date: Re: Replace row in JTable
- Next by Date: Re: Cut & Paste in Swing
- Previous by thread: Re: Replace row in JTable
- Next by thread: Re: Replace row in JTable
- Index(es):
Relevant Pages
|