org.eclipse.emf.databinding
Class EMFUpdateListStrategy
java.lang.Object
org.eclipse.core.databinding.UpdateListStrategy
org.eclipse.emf.databinding.EMFUpdateListStrategy
public class EMFUpdateListStrategy
- extends UpdateListStrategy
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Constructor Summary |
EMFUpdateListStrategy()
A list update strategy with default update policy
UpdateListStrategy.POLICY_UPDATE and default converters and
validators |
EMFUpdateListStrategy(boolean provideDefaults,
int updatePolicy)
A list update strategy with a specific update policy and with the
possibility to turn of default converters and validators |
EMFUpdateListStrategy(int updatePolicy)
A list update strategy with a specific update policy but with default
converters and validators |
Method Summary |
protected void |
checkAssignable(java.lang.Object arg0,
java.lang.Object arg1,
java.lang.String arg2)
|
protected IConverter |
createConverter(java.lang.Object fromType,
java.lang.Object toType)
|
protected java.lang.Boolean |
isAssignableFromTo(java.lang.Object arg0,
java.lang.Object arg1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMFUpdateListStrategy
public EMFUpdateListStrategy()
- A list update strategy with default update policy
UpdateListStrategy.POLICY_UPDATE
and default converters and
validators
EMFUpdateListStrategy
public EMFUpdateListStrategy(int updatePolicy)
- A list update strategy with a specific update policy but with default
converters and validators
- Parameters:
updatePolicy
- the policy
EMFUpdateListStrategy
public EMFUpdateListStrategy(boolean provideDefaults,
int updatePolicy)
- A list update strategy with a specific update policy and with the
possibility to turn of default converters and validators
- Parameters:
provideDefaults
- false
to turn of default converters and
validatorsupdatePolicy
- the policy
createConverter
protected IConverter createConverter(java.lang.Object fromType,
java.lang.Object toType)
checkAssignable
protected final void checkAssignable(java.lang.Object arg0,
java.lang.Object arg1,
java.lang.String arg2)
isAssignableFromTo
protected java.lang.Boolean isAssignableFromTo(java.lang.Object arg0,
java.lang.Object arg1)