Creating JTable using objects instead of vector of vectors

From: sb (catinc_at_hotmail.com)
Date: 02/29/04

  • Next message: Freeman Ding: "How to use "Ctrl+Tab" key to switch between JInternalFrames"
    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.


  • Next message: Freeman Ding: "How to use "Ctrl+Tab" key to switch between JInternalFrames"