org.jdesktop.swingx.editors
Class PropertyEditorUtil
java.lang.Object
org.jdesktop.swingx.editors.PropertyEditorUtil
public class PropertyEditorUtil
- extends java.lang.Object
Method Summary |
static java.lang.Object |
createValueFromString(java.lang.String text,
int count,
java.lang.Class objectClass,
java.lang.Class paramClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditorUtil
public PropertyEditorUtil()
createValueFromString
public static java.lang.Object createValueFromString(java.lang.String text,
int count,
java.lang.Class objectClass,
java.lang.Class paramClass)
throws java.lang.NoSuchMethodException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException