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