« Return to Thread: ObjectTable. How to customize TR attributes ?

How to display object1.object2.attribute in ObjectTable ?

by Toby78 :: Rate this Message:

Reply to Author | View in Thread

I have a class called RememberedClip that contains a Clip and a timestamp when this Clip was remembered.

I want to display all remembered clips in an ObjectTable.

Inside:

public boolean displaying(IPropertyDescriptor description){
...
}

only a whole "Clip" is passed...so I have not found a way to display
something like:

rememberedClip.clip.title  rememberedClip.clip.category rememberedClip.when

in a table....I also want to avoid displaying everything in a single column as the sorting of the table should still be possible.

Would ObjectTable be able to do this somehow or not?

Thanks!

Toby

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: ObjectTable. How to customize TR attributes ?