See: Description
Interface | Description |
---|---|
IConverter |
A one-way converter.
|
Class | Description |
---|---|
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(...) |
This package provides the IConverter interface along with classes that implement the interface to convert between common data types.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.