Class AbstractMutableProperty<T>

java.lang.Object
com.macrofocus.common.properties.AbstractProperty<T>
com.macrofocus.common.properties.AbstractMutableProperty<T>
All Implemented Interfaces:
MutableProperty<T>, Property<T>
Direct Known Subclasses:
BoundedIntervalProperty, IntervalProperty, MutableAlgorithmProperty, OverrideProperty, SimpleProperty, SingleSelectionProperty

public abstract class AbstractMutableProperty<T> extends AbstractProperty<T> implements MutableProperty<T>