jaxx.compiler.types
Interface TypeConverter

All Known Implementing Classes:
ColorConverter, GridBagConstraintsConverter, InsetsConverter, KeyStrokeConverter, PrimitiveConverter

public interface TypeConverter


Method Summary
 Object convertFromString(String string, Class<?> type)
           
 String getJavaCode(Object object)
           
 Class<?>[] getSupportedTypes()
           
 

Method Detail

getSupportedTypes

Class<?>[] getSupportedTypes()

getJavaCode

String getJavaCode(Object object)

convertFromString

Object convertFromString(String string,
                         Class<?> type)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.