Eclipse Platform
Release 3.3

Package org.eclipse.core.databinding.conversion

Provides interfaces and classes for data type conversion.

See:
          Description

Interface Summary
IConverter A one-way converter.
 

Class Summary
Converter Abstract base class for converters.
NumberToStringConverter Converts a Number to a String using NumberFormat.format(...)
StringToNumberConverter Converts a String to a Number using NumberFormat.parse(...)
 

Package org.eclipse.core.databinding.conversion Description

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.


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.