|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConverter
A one-way converter.
Converter
.Method Summary | |
---|---|
Object |
convert(Object fromObject)
Returns the result of the conversion of the given object. |
Object |
getFromType()
Returns the type whose instances can be converted by this converter. |
Object |
getToType()
Returns the type to which this converter can convert. |
Method Detail |
---|
Object getFromType()
Object getToType()
Object convert(Object fromObject)
fromObject
- the object to convert, of type getFromType()
getToType()
|
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.