[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Can I put more than one images in a jface table view's cell?

Hi all,
I just want to put a few images into a jface table view's cell, (they are all 16*16). But ITableLabelProvider only allow one image for a cell, can you help me?
And also, I tried to create a new image to put in (new image is 16*numOfImages*16), this image displayed in the cell, but it is stretched to 16*16. Can jface table view display a non-square image?


thanks