jaxx.compiler.types
Class GridBagConstraintsConverter

java.lang.Object
  extended by jaxx.compiler.types.GridBagConstraintsConverter
All Implemented Interfaces:
TypeConverter

public class GridBagConstraintsConverter
extends java.lang.Object
implements TypeConverter


Constructor Summary
GridBagConstraintsConverter()
           
 
Method Summary
 java.lang.Object convertFromString(java.lang.String string, java.lang.Class<?> type)
           
 java.lang.String getJavaCode(java.lang.Object object)
           
 java.lang.Class<?>[] getSupportedTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagConstraintsConverter

public GridBagConstraintsConverter()
Method Detail

getSupportedTypes

public java.lang.Class<?>[] getSupportedTypes()
Specified by:
getSupportedTypes in interface TypeConverter

getJavaCode

public java.lang.String getJavaCode(java.lang.Object object)
Specified by:
getJavaCode in interface TypeConverter

convertFromString

public java.lang.Object convertFromString(java.lang.String string,
                                          java.lang.Class<?> type)
Specified by:
convertFromString in interface TypeConverter


Copyright © 2008-2010 CodeLutin. All Rights Reserved.