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.Model
createBindableBean
(Object target) com.jgoodies.binding.beans.Model
createBindableBean
(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:
IntrospectionException
NoSuchMethodException
IllegalAccessException
InvocationTargetException
InstantiationException
javassist.CannotCompileException
javassist.NotFoundException
ClassNotFoundException
-
createBindableBean
public com.jgoodies.binding.beans.Model createBindableBean(Object target, String className) throws IntrospectionException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException, javassist.CannotCompileException, javassist.NotFoundException, ClassNotFoundException - Throws:
IntrospectionException
NoSuchMethodException
IllegalAccessException
InvocationTargetException
InstantiationException
javassist.CannotCompileException
javassist.NotFoundException
ClassNotFoundException
-