titleCell.setFont( new Font( ui.getDisplay(), new FontData( "Verdana", 18, SWT.NONE ) ) );
titleCell.setForeground( new Color( ui.getDisplay(), new RGB( 74, 74, 74 ) ) );
}
private static void addImageCell( Template template ) {
ImageCell imageCell = new ImageCell( template );
imageCell.setBindingIndex( 0 );
imageCell.setLeft( 10 ).setWidth( 32 ).setTop( 10 ).setHeight( 48 );
}