Image img = ImageLoaderFactory.getInstance().getImage("icon.rate.wait"); width = img.getBounds().width; graphicWait = new UISWTGraphicImpl(img); super(COLUMN_ID, sTableID); initializeAsGraphic(POSITION_LAST, width); setAlignment(ALIGN_CENTER); setWidthLimits(width, width);
new Cell(cell);