@Deprecated public final class DefaultLayoutHelper extends Object implements LayoutHelper<org.eclipse.swt.widgets.Layout>
| Constructor and Description |
|---|
DefaultLayoutHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Layout |
getColumnLayout(int numColumns,
boolean equalWidth)
Deprecated.
The Layout for aligning controls vertically in columns.
|
Object |
getLeftColumnLayoutData()
Deprecated.
The Layout data to use to set for a left column.
|
Object |
getRightColumnLayoutData(int xSpan)
Deprecated.
The Layout data to use to set for a right column.
|
Object |
getSpanningLayoutData(int xSpan,
int ySpan)
Deprecated.
The Layout data to use to set a spanning on an element.
|
Object |
getValidationColumnLayoutData()
Deprecated.
The Layout data to use to set for a validation column.
|
public org.eclipse.swt.widgets.Layout getColumnLayout(int numColumns,
boolean equalWidth)
getColumnLayout in interface LayoutHelper<org.eclipse.swt.widgets.Layout>numColumns - the number of columns to createequalWidth - whether the columns should be equal widthLayoutHelper.getColumnLayout(int, boolean)public Object getSpanningLayoutData(int xSpan, int ySpan)
getSpanningLayoutData in interface LayoutHelper<org.eclipse.swt.widgets.Layout>xSpan - the horizontal spanySpan - the vertical spanLayoutHelper.getSpanningLayoutData(int, int)public Object getLeftColumnLayoutData()
getLeftColumnLayoutData in interface LayoutHelper<org.eclipse.swt.widgets.Layout>LayoutHelper.getLeftColumnLayoutData()public Object getRightColumnLayoutData(int xSpan)
getRightColumnLayoutData in interface LayoutHelper<org.eclipse.swt.widgets.Layout>xSpan - the horizontal spanLayoutHelper.getRightColumnLayoutData(int)public Object getValidationColumnLayoutData()
getValidationColumnLayoutData in interface LayoutHelper<org.eclipse.swt.widgets.Layout>LayoutHelper.getValidationColumnLayoutData()Copyright © 2019. All rights reserved.