|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConverter | |
---|---|
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 |
Uses of IConverter in org.eclipse.core.databinding |
---|
Fields in org.eclipse.core.databinding declared as IConverter | |
protected IConverter |
UpdateValueStrategy.converter
|
protected IConverter |
UpdateListStrategy.converter
|
Methods in org.eclipse.core.databinding with parameters of type IConverter | |
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. |
Uses of IConverter in org.eclipse.core.databinding.conversion |
---|
Classes in org.eclipse.core.databinding.conversion that implement IConverter | |
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(...) |
Uses of IConverter in org.eclipse.core.internal.databinding.validation |
---|
Classes in org.eclipse.core.internal.databinding.validation that implement IConverter | |
class |
org.eclipse.core.internal.databinding.validation.NumberFormatConverter
Converter that uses a number format for conversion. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.