jaxx.compiler.types
Class KeyStrokeConverter

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

public class KeyStrokeConverter
extends java.lang.Object
implements TypeConverter


Constructor Summary
KeyStrokeConverter()
           
 
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

KeyStrokeConverter

public KeyStrokeConverter()
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.