com.taco.text
Interface CompositeConverter.ISetPropertyAction

All Known Implementing Classes:
CompositeConverter.ReflectionSetPropertyAction, ContainerConverter.SetContentsAction, JContainerConverter.SetContentsAction, JTabbedPaneConverter.TabAdder
Enclosing class:
CompositeConverter

public static interface CompositeConverter.ISetPropertyAction

An interface that specifies the action taken in order to set a property value of a composite object.


Method Summary
 void setProperty(java.lang.Object composite, java.lang.Object propertyKey, java.lang.Object propertyValue, java.util.Map propertyMap)
          Set the property of the composite.
 

Method Detail

setProperty

void setProperty(java.lang.Object composite,
                 java.lang.Object propertyKey,
                 java.lang.Object propertyValue,
                 java.util.Map propertyMap)
                 throws java.lang.Exception
Set the property of the composite.

Throws:
java.lang.Exception