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 |
Modifier and Type | Field and Description |
---|---|
protected IConverter |
UpdateValueStrategy.converter |
protected IConverter |
UpdateListStrategy.converter |
protected IConverter |
UpdateSetStrategy.converter |
Modifier and Type | Method and Description |
---|---|
static IValueProperty |
BindingProperties.convertedValue(IConverter converter)
Returns an
IValueProperty whose value results from applying the
given IConverter on the source object of the value property. |
UpdateValueStrategy |
UpdateValueStrategy.setConverter(IConverter converter)
Sets the converter to be invoked when converting from the source type to
the destination type.
|
UpdateListStrategy |
UpdateListStrategy.setConverter(IConverter converter)
Sets the converter to be invoked when converting added elements from the
source element type to the destination element type.
|
UpdateSetStrategy |
UpdateSetStrategy.setConverter(IConverter converter)
Sets the converter to be invoked when converting added elements from the
source element type to the destination element type.
|
Modifier and Type | Class and Description |
---|---|
class |
Converter
Abstract base class for converters.
|
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, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.