public final class ColumnLayoutData extends Object
ColumnLayout
class. You can control width and height hints, as well as horizontal
alignment using instances of this class. As with other layouts, they are not
required to get the default behaviour.ColumnLayout
Modifier and Type | Field and Description |
---|---|
static int |
CENTER
Horizontal alignment constant - control will be centered.
|
static int |
FILL
Horizontal alignment constant - control will fill the column.
|
int |
heightHint
Height hint that will be used instead of the computed control height
when used in conjunction with
ColumnLayout class (default
is SWT.DEFAULT). |
int |
horizontalAlignment
Horizontal alignment variable (default is FILL).
|
static int |
LEFT
Horizontal alignment constant - control will be aligned to the left.
|
static int |
RIGHT
Horizontal alignment constant - control will be aligned to the right.
|
int |
widthHint
Width hint that will be used instead of the computed control width when
used in conjunction with
ColumnLayout class (default is
SWT.DEFAULT). |
Constructor and Description |
---|
ColumnLayoutData()
The default constructor.
|
ColumnLayoutData(int wHint)
Convinience constructor for the class.
|
ColumnLayoutData(int wHint,
int hHint)
Convinience constructor for the class.
|
public int widthHint
ColumnLayout
class (default is
SWT.DEFAULT).public int heightHint
ColumnLayout
class (default
is SWT.DEFAULT).public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int FILL
public int horizontalAlignment
public ColumnLayoutData(int wHint, int hHint)
wHint
- width hint for the controlhHint
- height hint for the controlpublic ColumnLayoutData(int wHint)
wHint
- width hint for the controlpublic ColumnLayoutData()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.