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.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
Deprecated.UseNumberToStringConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform.class
StringToNumberConverter<T extends Number>
Deprecated.UseStringToNumberConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform. -
Uses of Converter in org.eclipse.core.internal.databinding.conversion
Subclasses of Converter in org.eclipse.core.internal.databinding.conversion 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.conversion.AbstractNumberToStringConverter
Converts a Number to a String usingFormat.format(...)
.class
org.eclipse.core.internal.databinding.conversion.AbstractStringToNumberConverter<T extends Number>
Converts a String to a Number usingFormat.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.
-