Package repast.simphony.ui.probe
Class BindableBeanCreator
java.lang.Object
repast.simphony.ui.probe.BindableBeanCreator
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptioncom.jgoodies.binding.beans.ModelcreateBindableBean(Object target) com.jgoodies.binding.beans.ModelcreateBindableBean(Object target, String className) static BindableBeanCreator
-
Method Details
-
getInstance
-
createBindableBean
public com.jgoodies.binding.beans.Model createBindableBean(Object target) throws IntrospectionException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException, javassist.CannotCompileException, javassist.NotFoundException, ClassNotFoundException - Throws:
IntrospectionExceptionNoSuchMethodExceptionIllegalAccessExceptionInvocationTargetExceptionInstantiationExceptionjavassist.CannotCompileExceptionjavassist.NotFoundExceptionClassNotFoundException
-
createBindableBean
public com.jgoodies.binding.beans.Model createBindableBean(Object target, String className) throws IntrospectionException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException, javassist.CannotCompileException, javassist.NotFoundException, ClassNotFoundException - Throws:
IntrospectionExceptionNoSuchMethodExceptionIllegalAccessExceptionInvocationTargetExceptionInstantiationExceptionjavassist.CannotCompileExceptionjavassist.NotFoundExceptionClassNotFoundException
-