> I'm concerned about the cost (CPU and memory) associated with the > instantiation of the 1000 objects that I need for the real case.
Using your custom data class with a custom renderer (as described by Alejandro) should be quite efficient. I think this is a good approach.
