public static class PropertyDescriptor.EDataTypeCellEditor
extends TextCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected EDataType |
eDataType |
protected boolean |
validateAsValue |
protected PropertyDescriptor.EDataTypeValueHandler |
valueHandler |
| Constructor and Description |
|---|
PropertyDescriptor.EDataTypeCellEditor(EDataType eDataType,
Composite parent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
doGetValue() |
void |
doSetValue(java.lang.Object value) |
protected void |
editOccured(ModifyEvent e) |
protected boolean |
isCorrect(java.lang.Object value) |
protected EDataType eDataType
protected PropertyDescriptor.EDataTypeValueHandler valueHandler
protected boolean validateAsValue
public PropertyDescriptor.EDataTypeCellEditor(EDataType eDataType, Composite parent)