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
Default implementation of a data object.
Field Summary
Fields inherited from class jve.generated.ObjectReference debug
Fields inherited from interface jve.generated.IBoundObject DELIMITER, PROPERTY_OBJ_CHANGED
Constructor Summary BasicDataObject()
BasicDataObject(java.lang.Object source, java.lang.String prop)
Method Summary protected void firePropertyChanged(java.beans.PropertyChangeEvent event)
protected PropertyHelper getHelper(java.lang.String property)
Get the property helper for the given property.java.lang.Object getValue(java.lang.String property)
Get the value of the given property from the source object.boolean isPrimitive(java.lang.String property)
Get to see if the type of the given property is a Java primitive type.boolean isReadOnly(java.lang.String property)
Check if the given property has a setter method.void refresh()
Refresh the referenced object.void setSourceObject(java.lang.Object obj)
Set the source object that will be used as a reference for the bound object.void setValue(java.lang.String property, java.lang.Object value)
Set the value of the given property on the source object to the given value.java.lang.String toString()
Methods inherited from class jve.generated.ObjectReference actionPerformed, addPropertyChangeListener, addPropertyListeners, firePropertyChanged, getErrorMessage, getObject, getProperty, getPureSourceObject, getSourceObject, getType, 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, getObject, getProperty, getSourceObject, getType, removePropertyChangeListener, setProperty, setSourceObject
Constructor Detail
public BasicDataObject()
public BasicDataObject(java.lang.Object source, java.lang.String prop)
Method Detail
public void setSourceObject(java.lang.Object obj)
public java.lang.Object getValue(java.lang.String property)
protected PropertyHelper getHelper(java.lang.String property)
public void setValue(java.lang.String property, java.lang.Object value)
public java.lang.String toString()
protected void firePropertyChanged(java.beans.PropertyChangeEvent event)
public void refresh()
public boolean isReadOnly(java.lang.String property) throws java.lang.IllegalArgumentException
public boolean isPrimitive(java.lang.String property) throws java.lang.IllegalArgumentException
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD