Package org.jdesktop.swingx.editors
Class PropertyEditorUtil
- java.lang.Object
-
- org.jdesktop.swingx.editors.PropertyEditorUtil
-
public class PropertyEditorUtil extends Object
- Author:
- joshy
-
-
Constructor Summary
Constructors Constructor Description PropertyEditorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
createValueFromString(String text, int count, Class objectClass, Class paramClass)
-
-
-
Method Detail
-
createValueFromString
public static Object createValueFromString(String text, int count, Class objectClass, Class paramClass) throws NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
-
-