jtp.util
Class PropertyBinding
java.lang.Object
|
+--jtp.util.PropertyBinding
- All Implemented Interfaces:
- EventListener, PropertyChangeListener, VetoableChangeListener
- public class PropertyBinding
- extends Object
- implements PropertyChangeListener, VetoableChangeListener
PropertyBinding.java
Created: Sun Jan 28 02:47:40 2001
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyBinding
public PropertyBinding(Object target,
String tgtPropName)
throws IntrospectionException
PropertyBinding
public PropertyBinding(Object target,
String tgtPropName,
Object source)
throws IntrospectionException
PropertyBinding
public PropertyBinding(Object target,
String tgtPropName,
Object source,
String srcPropName)
throws IntrospectionException
updateValue
public void updateValue()
throws InvocationTargetException,
IllegalAccessException,
IntrospectionException
InvocationTargetException
IllegalAccessException
IntrospectionException
updateValue
protected void updateValue(PropertyChangeEvent evt)
throws InvocationTargetException,
IllegalAccessException
InvocationTargetException
IllegalAccessException
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
vetoableChange
public void vetoableChange(PropertyChangeEvent evt)
throws PropertyVetoException
- Specified by:
vetoableChange
in interface VetoableChangeListener
PropertyVetoException