Package org.eclipse.core.databinding.conversion
package org.eclipse.core.databinding.conversion
Provides interfaces and classes for data type conversion.
Package Specification
This package provides the IConverter
interface along with classes
that implement the interface to convert between common data types.
-
ClassDescriptionConverter<F,
T> Abstract base class for converters.Contains static methods the create converters for working withEnum
s.IConverter<F,T> A one-way converter.