org.eclipse.emf.facet.widgets.celleditors.ecore.composite
Class FloatComposite
java.lang.Object
Composite
org.eclipse.emf.facet.widgets.celleditors.AbstractCellEditorComposite<T>
org.eclipse.emf.facet.widgets.celleditors.ecore.composite.StringComposite<java.lang.Float>
org.eclipse.emf.facet.widgets.celleditors.ecore.composite.FloatComposite
- All Implemented Interfaces:
- IWidget<java.lang.Float>, IWidget2<java.lang.Float>
public class FloatComposite
- extends StringComposite<java.lang.Float>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.facet.widgets.celleditors.IWidget |
setValue |
| Methods inherited from interface org.eclipse.emf.facet.widgets.celleditors.IWidget2 |
setValue |
FloatComposite
public FloatComposite(Composite parent)
FloatComposite
public FloatComposite(Composite parent,
int style)
getValidator
public IValidator getValidator()
- Specified by:
getValidator in interface IWidget<java.lang.Float>- Specified by:
getValidator in interface IWidget2<java.lang.Float>- Overrides:
getValidator in class AbstractCellEditorComposite<java.lang.Float>
- Returns:
- the validator used to determine whether an entered value is accepted
initConverter
public StringComposite.IConverter<java.lang.Float> initConverter()
- Specified by:
initConverter in class StringComposite<java.lang.Float>
validate
public IStatus validate(java.lang.String string)
- Specified by:
validate in class StringComposite<java.lang.Float>