|
Eclipse Platform Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConverter
A one-way converter.
This interface is not intended to be implemented by clients; clients should
subclass 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 Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.