I am writing a gui application using the expression table classes.
Perhaps it would be possible to change the ExpressionTableModel class to
extend DefaultTableModel instead of AbstractTableModel. It would
signifigantly reduce the code in ExpressionTableModel. The only real
change required to support this would be to change the public void
setRows(List rows) to use a Vector instead since DefaultTableModel uses
a Vector for storing the rows. And that means there needs to be a core
tag called useVector. I don't mind making the necessary patches to
support these changes.
Any objections or suggestions?
Thanks,
Sean
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]