|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConverter
A converter for data. You can register a converter in the dictionary for certain types.
| Method Summary | |
|---|---|
java.lang.Object |
getBeanValue(java.lang.Object object)
Converts the gui value to a value that can be used in a bean |
java.lang.Object |
getGuiValue(java.lang.Object object)
Converts the bean value to a value that can be used in a gui |
java.lang.Class |
getType()
|
| Method Detail |
|---|
java.lang.Object getBeanValue(java.lang.Object object)
object - - the String (or other object) to convert
java.lang.Object getGuiValue(java.lang.Object object)
object - the object to get the gui value from
java.lang.Class getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||