| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.tasks.dialogfields | |
| org.eclipse.xtext.ui.tasks.preferences |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboDialogField
Dialog field containing a label and a combo control.
|
class |
ListDialogField
A list with a button bar.
|
class |
SelectionButtonDialogField
Dialog Field containing a single button such as a radio or checkbox button.
|
class |
StringDialogField
Dialog field containing a label and a text control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionButtonDialogField.attachDialogField(DialogField dialogField)
Attaches a field to the selection state of the selection button.
|
void |
SelectionButtonDialogField.attachDialogFields(DialogField[] dialogFields)
Attaches fields to the selection state of the selection button.
|
void |
IDialogFieldListener.dialogFieldChanged(DialogField field)
The dialog field has changed.
|
static void |
LayoutUtil.doDefaultLayout(org.eclipse.swt.widgets.Composite parent,
DialogField[] editors,
boolean labelOnTop)
Creates a composite and fills in the given editors.
|
static void |
LayoutUtil.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 |
LayoutUtil.getNumberOfColumns(DialogField[] editors)
Calculates the number of columns needed by field editors
|
boolean |
SelectionButtonDialogField.isAttached(DialogField editor)
Returns
true is teh gived field is attached to the selection
button. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskTagConfigurationBlock.updateModel(DialogField field) |
Copyright © 2016. All Rights Reserved.