GridData.HORIZONTAL_ALIGN_END

Style bit for <code>new GridData(int)</code> to position the control at the right of the cell. Not recommended. Use <code>new GridData(SWT.END, int, bool, bool)</code> instead.

class GridData
int HORIZONTAL_ALIGN_END;

Meta