Package | Description |
---|---|
org.eclipse.core.databinding.conversion |
Provides interfaces and classes for data type conversion.
|
org.eclipse.core.internal.databinding.validation |
Modifier and Type | Class and Description |
---|---|
class |
NumberToStringConverter
Converts a Number to a String using
NumberFormat.format(...) |
class |
StringToNumberConverter
Converts a String to a Number using
NumberFormat.parse(...) |
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.core.internal.databinding.validation.NumberFormatConverter
Converter that uses a number format for conversion.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.