public class ConfigurationFormToolkit
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationFormToolkit(Display display) |
ConfigurationFormToolkit(FormToolkit providedToolkit) |
| Modifier and Type | Method and Description |
|---|---|
void |
createInfoSection(ScrolledForm form,
ConfigurationEditorInput input) |
void |
createListSection(ScrolledForm form,
ConfigurationEditorInput input,
java.lang.String attribute,
java.lang.String label,
java.lang.String delimiter,
java.lang.String pattern) |
ScrolledForm |
createScrolledForm(Composite parent,
java.lang.String label) |
void |
createStandardCheckbox(Composite parent,
java.lang.String attributeName,
java.lang.String label,
IObservableMap data,
java.lang.Object valueType) |
void |
createStandardCombo(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.Object[] items,
IObservableMap data,
java.lang.Object valueType) |
void |
createStandardCombo(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String[] items,
IObservableMap data,
java.lang.Object valueType) |
Composite |
createStandardComposite(Composite parent) |
void |
createStandardLinkText(Composite parent,
java.lang.String linkFactory,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
ConfigurationEditorInput input,
java.lang.Object valueType) |
void |
createStandardMultiText(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType) |
Composite |
createStandardSection(Composite parent,
java.lang.String sectionLabel) |
Composite |
createStandardSection(Composite parent,
java.lang.String sectionLabel,
boolean fillVeritcal) |
void |
createStandardText(Composite parent,
java.lang.String attributeName,
int style,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType) |
void |
createStandardText(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType) |
void |
createTableSection(ScrolledForm form,
ConfigurationEditorInput input,
java.lang.String prefix,
java.lang.String label) |
void |
dispose() |
DataBindingContext |
getDataBindingContext() |
FormToolkit |
getFormToolkit() |
public ConfigurationFormToolkit(Display display)
public ConfigurationFormToolkit(FormToolkit providedToolkit)
public DataBindingContext getDataBindingContext()
public FormToolkit getFormToolkit()
public void dispose()
public ScrolledForm createScrolledForm(Composite parent,
java.lang.String label)
public Composite createStandardSection(Composite parent,
java.lang.String sectionLabel)
public Composite createStandardSection(Composite parent,
java.lang.String sectionLabel,
boolean fillVeritcal)
public Composite createStandardComposite(Composite parent)
public void createStandardLinkText(Composite parent,
java.lang.String linkFactory,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
ConfigurationEditorInput input,
java.lang.Object valueType)
public void createStandardText(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType)
public void createStandardMultiText(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType)
public void createStandardText(Composite parent,
java.lang.String attributeName,
int style,
java.lang.String label,
java.lang.String textMessage,
IObservableMap data,
java.lang.Object valueType)
public void createStandardCombo(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.Object[] items,
IObservableMap data,
java.lang.Object valueType)
public void createStandardCombo(Composite parent,
java.lang.String attributeName,
java.lang.String label,
java.lang.String[] items,
IObservableMap data,
java.lang.Object valueType)
public void createStandardCheckbox(Composite parent,
java.lang.String attributeName,
java.lang.String label,
IObservableMap data,
java.lang.Object valueType)
public void createInfoSection(ScrolledForm form,
ConfigurationEditorInput input)
public void createListSection(ScrolledForm form,
ConfigurationEditorInput input,
java.lang.String attribute,
java.lang.String label,
java.lang.String delimiter,
java.lang.String pattern)
public void createTableSection(ScrolledForm form,
ConfigurationEditorInput input,
java.lang.String prefix,
java.lang.String label)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0