org.jdesktop.swingx.editors
Class PropertyEditorUtil

java.lang.Object
  extended by org.jdesktop.swingx.editors.PropertyEditorUtil

public class PropertyEditorUtil
extends Object


Constructor Summary
PropertyEditorUtil()
           
 
Method Summary
static Object createValueFromString(String text, int count, Class objectClass, Class paramClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorUtil

public PropertyEditorUtil()
Method Detail

createValueFromString

public static Object createValueFromString(String text,
                                           int count,
                                           Class objectClass,
                                           Class paramClass)
                                    throws NoSuchMethodException,
                                           InstantiationException,
                                           IllegalAccessException,
                                           InvocationTargetException
Throws:
NoSuchMethodException
InstantiationException
IllegalAccessException
InvocationTargetException