|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.text.CompositeConverter.AbstractCompositeUpdater
com.taco.text.CompositeConverter.CompositeUpdater
protected static class CompositeConverter.CompositeUpdater
A property change listener that updates a composite using the set property action used to configure it originally.
Field Summary | |
---|---|
protected CompositeConverter.ISetPropertyAction |
_action
The action that sets the property of the composite. |
Fields inherited from class com.taco.text.CompositeConverter.AbstractCompositeUpdater |
---|
_composite, _fromMapValueConverter, _inPropertyChange, _propertyName |
Constructor Summary | |
---|---|
CompositeConverter.CompositeUpdater(java.lang.Object composite,
java.lang.String propertyName,
IObjectMapper fromMapValueConverter,
CompositeConverter.ISetPropertyAction action)
|
Method Summary | |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent event)
|
Methods inherited from class com.taco.text.CompositeConverter.AbstractCompositeUpdater |
---|
_makePropertyValue, getComposite, getPropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final CompositeConverter.ISetPropertyAction _action
Constructor Detail |
---|
public CompositeConverter.CompositeUpdater(java.lang.Object composite, java.lang.String propertyName, IObjectMapper fromMapValueConverter, CompositeConverter.ISetPropertyAction action)
Method Detail |
---|
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |