Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
java.lang.Objectjve.generated.ObjectReference
jve.generated.BasicDataObject
jve.generated.JavaBeanDataObject
This DataObject will provide an instance of the given Java Bean as a data object. Invoking the refresh() method will discard the existing instance and create a new one.
Field Summary protected java.lang.String className
fully qualified class name of the target bean
Fields inherited from class jve.generated.ObjectReference debug
Fields inherited from interface jve.generated.IBoundObject DELIMITER, PROPERTY_OBJ_CHANGED
Constructor Summary JavaBeanDataObject()
Method Summary java.lang.String getClassName()
Get the fully-qualified class name of the target Java beanjava.lang.Object getObject()
Get the instance of the target Java Bean.java.lang.Class getType()
Get the class type of the target Java Bean (specified by setClassName())protected java.lang.Object instantiate()
Instantiate an instance of the target Java Bean (specified by setClassName())void refresh()
Replace the existing instance of the Java Bean with a new instance.void setClassName(java.lang.String className)
Set the fully-qualified class name of the target Java bean.java.lang.String toString()
Methods inherited from class jve.generated.BasicDataObject firePropertyChanged, getHelper, getValue, isPrimitive, isReadOnly, setSourceObject, setValue
Methods inherited from class jve.generated.ObjectReference actionPerformed, addPropertyChangeListener, addPropertyListeners, firePropertyChanged, getErrorMessage, getProperty, getPureSourceObject, getSourceObject, log, log, refreshPropertyHelper, removePropertyChangeListener, removePropertyListeners, setProperty, setSourceObject
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jve.generated.IBoundObject actionPerformed, addPropertyChangeListener, getProperty, getSourceObject, removePropertyChangeListener, setProperty, setSourceObject
Field Detail
protected java.lang.String className
Constructor Detail
public JavaBeanDataObject()
Method Detail
public java.lang.Object getObject()
public void refresh()
protected java.lang.Object instantiate()
public java.lang.Class getType() throws java.lang.IllegalArgumentException
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public java.lang.String toString()
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD