GridData.VERTICAL_ALIGN_CENTER

Style bit for <code>new GridData(int)</code> to position the control in the vertical center of the cell. Not recommended. Use <code>new GridData(int, SWT.CENTER, bool, bool)</code> instead.

class GridData
int VERTICAL_ALIGN_CENTER;

Meta