org.eclipse.emf.edit.ui.provider
Class PropertyDescriptor.EDataTypeValueHandler
java.lang.Object
org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
- All Implemented Interfaces:
- ICellEditorValidator, IInputValidator
- Enclosing class:
- PropertyDescriptor
- protected static class PropertyDescriptor.EDataTypeValueHandler
- extends Object
- implements ICellEditorValidator, IInputValidator
A delegate for handling validation and conversion for data type values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eDataType
protected EDataType eDataType
PropertyDescriptor.EDataTypeValueHandler
public PropertyDescriptor.EDataTypeValueHandler(EDataType eDataType)
isValid
public String isValid(Object object)
- Specified by:
isValid
in interface ICellEditorValidator
isValid
public String isValid(String text)
- Specified by:
isValid
in interface IInputValidator
toValue
public Object toValue(String string)
toString
public String toString(Object value)