Package | Description |
---|---|
org.eclipse.core.databinding |
Provides classes for binding observable objects, for example UI widgets and model objects.
|
org.eclipse.core.databinding.conversion |
Provides interfaces and classes for data type conversion.
|
org.eclipse.core.internal.databinding.validation |
Class and Description |
---|
IConverter
A one-way converter.
|
Class and Description |
---|
Converter
Abstract base class for converters.
|
IConverter
A one-way converter.
|
NumberToStringConverter
Converts a Number to a String using
NumberFormat.format(...) |
StringToNumberConverter
Converts a String to a Number using
NumberFormat.parse(...) |
Class and Description |
---|
Converter
Abstract base class for converters.
|
IConverter
A one-way converter.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.