public static class CellEditor.LayoutData extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
grabHorizontal
Indicates control grabs additional space;
true by
default. |
int |
horizontalAlignment
Horizontal alignment;
SWT.LEFT by default. |
int |
minimumHeight
Minimum height in pixels; by default the height is aligned to the
row-height
|
int |
minimumWidth
Minimum width in pixels;
50 pixels by default. |
int |
verticalAlignment
The vertical alignment;
SWT.CENTER by default. |
Constructor and Description |
---|
CellEditor.LayoutData() |
public int horizontalAlignment
SWT.LEFT
by default.public boolean grabHorizontal
true
by
default.public int minimumWidth
50
pixels by default.public int minimumHeight
public int verticalAlignment
SWT.CENTER
by default.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.