@Deprecated public class StringControl extends AbstractTextControl
AbstractTextControl.ModelToTargetUpdateStrategy, AbstractTextControl.TargetToModelUpdateStrategyCUSTOM_VARIANT, VALIDATION_ERROR_ICON, validationLabel| Constructor and Description |
|---|
StringControl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeText(org.eclipse.swt.widgets.Text text)
Deprecated.
This method allows to set custom values to the text field, e.g.
|
protected String |
getTextVariantID()
Deprecated.
The VariantId to use e.g.
|
protected org.eclipse.swt.layout.GridData |
getTextWidgetLayoutData()
Deprecated.
The LayoutData for the created
Text widget. |
protected int |
getTextWidgetStyle()
Deprecated.
The style to apply to the text widget.
|
protected String |
getUnsetButtonTooltip()
Deprecated.
Returns the string for the unset button tooltip.
|
protected String |
getUnsetLabelText()
Deprecated.
Returns the string for the unset label.
|
bindValue, createToolTip, createTooltipBinding, dispose, fillControlComposite, getControlsForTooltip, getText, setEditable, setUnvalidatedString, updateValidationColoraddControlDecoration, handleValidation, resetValidation, showLabelbackwardCompatibleHandleValidation, createButtonForAction, createContentControl, createControl, createControls, getCustomUnsetButton, getHelpText, getModelValue, getSystemColor, getValidationBackgroundColor, getValidationIcon, isEditable, setObservableValue, showUnsetLabelapplyValidation, enabledmentChanged, getControl, getDataBindingContext, getDomainModelReference, getEditingDomain, getEditingDomain, getFirstSetting, getFirstStructuralFeature, getItemPropertyDescriptor, getLocale, getService, getViewModelContext, init, isEmbedded, postInit, setEmbeddedprotected org.eclipse.swt.layout.GridData getTextWidgetLayoutData()
Text widget. Can be changed by the concrete classes.getTextWidgetLayoutData in class AbstractTextControlGridData to applyprotected int getTextWidgetStyle()
getTextWidgetStyle in class AbstractTextControlprotected String getTextVariantID()
AbstractTextControlgetTextVariantID in class AbstractTextControlprotected String getUnsetLabelText()
SWTControlgetUnsetLabelText in class SWTControlprotected String getUnsetButtonTooltip()
SWTControlgetUnsetButtonTooltip in class SWTControlprotected void customizeText(org.eclipse.swt.widgets.Text text)
AbstractTextControlcustomizeText in class AbstractTextControltext - the text widget to customizeCopyright © 2016. All rights reserved.