|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.conversion.Converter
public abstract class Converter
Abstract base class for converters.
Constructor Summary | |
---|---|
Converter(Object fromType,
Object toType)
|
Method Summary | |
---|---|
Object |
getFromType()
Returns the type whose instances can be converted by this converter. |
Object |
getToType()
Returns the type to which this converter can convert. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.core.databinding.conversion.IConverter |
---|
convert |
Constructor Detail |
---|
public Converter(Object fromType, Object toType)
fromType
- toType
- Method Detail |
---|
public Object getFromType()
IConverter
getFromType
in interface IConverter
public Object getToType()
IConverter
getToType
in interface IConverter
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.