|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.edit.internal.swt.util.DefaultLayoutHelper
@Deprecated public final class DefaultLayoutHelper
| Constructor Summary | |
|---|---|
DefaultLayoutHelper()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLayoutHelper()
| Method Detail |
|---|
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 width
LayoutHelper.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 span
LayoutHelper.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 span
LayoutHelper.getRightColumnLayoutData(int)public Object getValidationColumnLayoutData()
getValidationColumnLayoutData in interface LayoutHelper<org.eclipse.swt.widgets.Layout>LayoutHelper.getValidationColumnLayoutData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||