|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.ui.editors.preferences.formatter.LayoutUtil
public class LayoutUtil
| Constructor Summary | |
|---|---|
LayoutUtil()
|
|
| Method Summary | |
|---|---|
static void |
doDefaultLayout(org.eclipse.swt.widgets.Composite parent,
DialogField[] editors,
boolean labelOnTop)
Creates a composite and fills in the given editors. |
static void |
doDefaultLayout(org.eclipse.swt.widgets.Composite parent,
DialogField[] editors,
boolean labelOnTop,
int marginWidth,
int marginHeight)
Creates a composite and fills in the given editors. |
static int |
getNumberOfColumns(DialogField[] editors)
Calculates the number of columns needed by field editors |
static void |
setHeightHint(org.eclipse.swt.widgets.Control control,
int heightHint)
Sets the heightHint hint of a control. |
static void |
setHorizontalGrabbing(org.eclipse.swt.widgets.Control control)
Sets the horizontal grabbing of a control to true. |
static void |
setHorizontalIndent(org.eclipse.swt.widgets.Control control,
int horizontalIndent)
Sets the horizontal indent of a control. |
static void |
setHorizontalSpan(org.eclipse.swt.widgets.Control control,
int span)
Sets the span of a control. |
static void |
setWidthHint(org.eclipse.swt.widgets.Control control,
int widthHint)
Sets the width hint of a control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutUtil()
| Method Detail |
|---|
public static int getNumberOfColumns(DialogField[] editors)
editors -
public static void doDefaultLayout(org.eclipse.swt.widgets.Composite parent,
DialogField[] editors,
boolean labelOnTop)
parent - editors - labelOnTop - Defines if the label of all fields should be on top of the fields
public static void doDefaultLayout(org.eclipse.swt.widgets.Composite parent,
DialogField[] editors,
boolean labelOnTop,
int marginWidth,
int marginHeight)
parent - editors - labelOnTop - Defines if the label of all fields should be on top of the fieldsmarginWidth - The margin width to be used by the compositemarginHeight - The margin height to be used by the composite
public static void setHorizontalSpan(org.eclipse.swt.widgets.Control control,
int span)
control - span -
public static void setWidthHint(org.eclipse.swt.widgets.Control control,
int widthHint)
control - widthHint -
public static void setHeightHint(org.eclipse.swt.widgets.Control control,
int heightHint)
control - heightHint -
public static void setHorizontalIndent(org.eclipse.swt.widgets.Control control,
int horizontalIndent)
control - horizontalIndent - public static void setHorizontalGrabbing(org.eclipse.swt.widgets.Control control)
control -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||