protected class TextControlSWTRenderer.TargetToModelUpdateStrategy
extends org.eclipse.emf.databinding.EMFUpdateValueStrategy
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.core.databinding.conversion.IConverter<? super S,? extends D> |
converter |
Constructor and Description |
---|
TargetToModelUpdateStrategy(boolean unsettable)
Constructor for indicating whether a value is unsettable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkAssignable(Object arg0,
Object arg1,
String arg2) |
Object |
convert(Object value) |
protected Object |
convertValue(Object value)
Convert a value.
|
protected Boolean |
isAssignableFromTo(Object arg0,
Object arg1) |
protected org.eclipse.core.runtime.IStatus |
logErrorWhileSettingValue(Exception arg0) |
protected org.eclipse.core.databinding.conversion.IConverter<? super S,? extends D> converter
public TargetToModelUpdateStrategy(boolean unsettable)
unsettable
- true if value is unsettable, false otherwiseCopyright © 2019. All rights reserved.