org.eclipse.jface.viewers
Class CellEditor.LayoutData
java.lang.Object
org.eclipse.jface.viewers.CellEditor.LayoutData
-
Enclosing class:
-
CellEditor
-
public static class CellEditor.LayoutData
- extends
Object
Struct-like layout data for cell editors, with reasonable defaults for
all fields.
-
Restriction:
- This class is not intended to be subclassed by clients.
Field Summary
|
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. |
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
horizontalAlignment
public int horizontalAlignment
- Horizontal alignment;
SWT.LEFT
by default.
grabHorizontal
public boolean grabHorizontal
- Indicates control grabs additional space;
true
by
default.
minimumWidth
public int minimumWidth
- Minimum width in pixels;
50
pixels by default.
minimumHeight
public int minimumHeight
- Minimum height in pixels; by default the height is aligned to the
row-height
-
Since:
- 3.4
verticalAlignment
public int verticalAlignment
- The vertical alignment;
SWT.CENTER
by default.
-
Since:
- 3.4
CellEditor.LayoutData
public CellEditor.LayoutData()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.