|
Eclipse Platform Kepler (4.3) |
|||||||||
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 | |
---|---|
java.lang.Object |
convert(java.lang.Object fromObject)
Returns the result of the conversion of the given object. |
java.lang.Object |
getFromType()
Returns the type whose instances can be converted by this converter. |
java.lang.Object |
getToType()
Returns the type to which this converter can convert. |
Method Detail |
---|
java.lang.Object getFromType()
java.lang.Object getToType()
java.lang.Object convert(java.lang.Object fromObject)
fromObject
- the object to convert, of type getFromType()
getToType()
|
Eclipse Platform Kepler (4.3) |
|||||||||
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, 2012. All rights reserved.