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 classNumberToStringConverterDeprecated.UseNumberToStringConverterinstead, which does not usecom.ibm.icuas that package may be removed in the future from platform.classStringToNumberConverter<T extends Number>Deprecated.UseStringToNumberConverterinstead, which does not usecom.ibm.icuas 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 classorg.eclipse.core.internal.databinding.conversion.AbstractNumberToStringConverterConverts a Number to a String usingFormat.format(...).classorg.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 classorg.eclipse.core.internal.databinding.validation.NumberFormatConverter<F,T extends Number>Converter that uses a number format for conversion.
-