GridData.HORIZONTAL_ALIGN_CENTER

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

class GridData
int HORIZONTAL_ALIGN_CENTER;

Meta