Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.core.databinding.conversion.IConverter

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 UpdateSetStrategy. 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.
  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.
  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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire