Uses of Interface
net.ssehub.easy.producer.ui.confModel.TextGUICellEditor.ValueConverter
-
Packages that use TextGUICellEditor.ValueConverter Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI. -
-
Uses of TextGUICellEditor.ValueConverter in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement TextGUICellEditor.ValueConverter Modifier and Type Class Description private static classTextGUICellEditor.AbstractStringValueConverter<T>Implements an abstract string value converter for turning an object into an UI string.private static classTextGUICellEditor.DoubleValueConverterImplements a simple double converter (currently ignoring input failures).private static classTextGUICellEditor.FloatValueConverterImplements a simple float converter (currently ignoring input failures).private static classTextGUICellEditor.IntegerValueConverterImplements a simple integer converter (currently ignoring input failures).Fields in net.ssehub.easy.producer.ui.confModel declared as TextGUICellEditor.ValueConverter Modifier and Type Field Description private TextGUICellEditor.ValueConverter<?>TextGUICellEditor. converterFields in net.ssehub.easy.producer.ui.confModel with type parameters of type TextGUICellEditor.ValueConverter Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,TextGUICellEditor.ValueConverter<?>>TextGUICellEditor. CONVERTERSStores all value converters.
-