public class FormSection2 extends FormSection
FormSection.LabelAndObject| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DECORATION_WIDTH |
| Constructor and Description |
|---|
FormSection2() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jface.fieldassist.DecoratedField |
createLabelAndDecoratedText(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
String textText,
int style,
int textWidthHint,
int textHeightHint,
boolean grabH,
int indentLeft) |
static org.eclipse.jface.fieldassist.DecoratedField |
createLabelAndGridLayoutDecoratedContainer(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int numColumns,
int marginWidth,
int marginHeight) |
static org.eclipse.swt.widgets.Label |
createLabelAndLabel(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
String textText,
int textWidthHint,
int textHeightHint,
int indentLeft)
Support left indentation
|
static org.eclipse.swt.widgets.Spinner |
createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
int style,
int min,
int max,
boolean grabH) |
static org.eclipse.swt.widgets.Spinner |
createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
int style,
int min,
int max,
boolean grabH,
int indentLeft) |
static org.eclipse.swt.widgets.Spinner |
createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int style,
int min,
int max,
boolean grabH) |
static org.eclipse.swt.widgets.Spinner |
createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int style,
int min,
int max,
boolean grabH,
int indentLeft) |
static void |
fillIntoGridLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int widthHint,
int heightHint,
boolean grabH,
int indentLeft) |
static void |
fillIntoGridOrTableLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int widthHint,
int heightHint,
boolean grabH,
int indentLeft) |
static void |
fillIntoTableLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int heightHint,
boolean grabH,
int indentLeft) |
static org.eclipse.jface.fieldassist.FieldDecoration |
registerFieldDecoration(String id,
String description) |
protected static void |
registerFieldDecoration(String id,
String description,
String imageId) |
createColumnLayoutContainer, createGridDataSection, createGridLayoutContainer, createGridLayoutScrolledContainer, createLabelAndCCombo, createLabelAndLabel, createLabelAndText, createLabelAndText, createTableLayoutContainer, createTableLayoutScrolledContainer, createTableWrapDataSection, fillIntoGridLayout, fillIntoGridOrTableLayout, fillIntoTableLayoutpublic static final int MAX_DECORATION_WIDTH
protected static void registerFieldDecoration(String id, String description, String imageId)
public static org.eclipse.jface.fieldassist.FieldDecoration registerFieldDecoration(String id, String description)
public static org.eclipse.jface.fieldassist.DecoratedField createLabelAndDecoratedText(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
String textText,
int style,
int textWidthHint,
int textHeightHint,
boolean grabH,
int indentLeft)
public static org.eclipse.jface.fieldassist.DecoratedField createLabelAndGridLayoutDecoratedContainer(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int numColumns,
int marginWidth,
int marginHeight)
public static org.eclipse.swt.widgets.Label createLabelAndLabel(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
String textText,
int textWidthHint,
int textHeightHint,
int indentLeft)
toolkit - parent - labelText - textText - textWidthHint - textHeightHint - indentLeft - public static org.eclipse.swt.widgets.Spinner createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int style,
int min,
int max,
boolean grabH)
public static org.eclipse.swt.widgets.Spinner createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
String labelText,
int style,
int min,
int max,
boolean grabH,
int indentLeft)
public static org.eclipse.swt.widgets.Spinner createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
int style,
int min,
int max,
boolean grabH)
public static org.eclipse.swt.widgets.Spinner createLabelAndSpinner(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
int style,
int min,
int max,
boolean grabH,
int indentLeft)
public static void fillIntoGridLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int widthHint,
int heightHint,
boolean grabH,
int indentLeft)
public static void fillIntoTableLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int heightHint,
boolean grabH,
int indentLeft)
public static void fillIntoGridOrTableLayout(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Label label,
org.eclipse.swt.widgets.Control control,
int widthHint,
int heightHint,
boolean grabH,
int indentLeft)
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.