org.eclipse.emf.edit.ui.provider
Class PropertyDescriptor.EDataTypeCellEditor

org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
Enclosing class:
PropertyDescriptor

public static class PropertyDescriptor.EDataTypeCellEditor

This cell editor ensures that only Integer values are supported


Field Summary
protected  EDataType eDataType
           
 
Constructor Summary
PropertyDescriptor.EDataTypeCellEditor(EDataType eDataType, org.eclipse.swt.widgets.Composite composite)
           
 
Method Summary
 java.lang.Object doGetValue()
           
 void doSetValue(java.lang.Object value)
           
 

Field Detail

eDataType

protected EDataType eDataType
Constructor Detail

PropertyDescriptor.EDataTypeCellEditor

public PropertyDescriptor.EDataTypeCellEditor(EDataType eDataType,
                                              org.eclipse.swt.widgets.Composite composite)
Method Detail

doGetValue

public java.lang.Object doGetValue()

doSetValue

public void doSetValue(java.lang.Object value)

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.