Uses of Class
org.eclipse.core.databinding.conversion.Converter
-
Packages that use Converter Package Description org.eclipse.core.databinding.conversion Provides interfaces and classes for data type conversion.org.eclipse.core.internal.databinding.validation -
-
Uses of Converter in org.eclipse.core.databinding.conversion
Subclasses of Converter in org.eclipse.core.databinding.conversion Modifier and Type Class Description class
NumberToStringConverter
Converts a Number to a String usingNumberFormat.format(...)
.class
StringToNumberConverter<T extends Number>
Converts a String to a Number usingNumberFormat.parse(...)
. -
Uses of Converter in org.eclipse.core.internal.databinding.validation
Subclasses of Converter in org.eclipse.core.internal.databinding.validation with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
org.eclipse.core.internal.databinding.validation.NumberFormatConverter<F,T extends Number>
Converter that uses a number format for conversion.
-