Package com.treemap
Class MutableAlgorithmOverrideProperty
java.lang.Object
com.macrofocus.common.properties.AbstractProperty<Algorithm>
com.macrofocus.common.properties.AbstractMutableProperty<Algorithm>
com.macrofocus.common.properties.OverrideProperty<Algorithm>
com.treemap.MutableAlgorithmOverrideProperty
- All Implemented Interfaces:
MutableProperty<Algorithm>,Property<Algorithm>
-
Field Summary
Fields inherited from class com.macrofocus.common.properties.OverrideProperty
defaultProperty -
Constructor Summary
ConstructorsConstructorDescriptionMutableAlgorithmOverrideProperty(MutableProperty<Boolean> overrideDefaults, MutableProperty<Algorithm> defaultProperty) -
Method Summary
Methods inherited from class com.macrofocus.common.properties.OverrideProperty
addProperty, getOverrideProperty, getOverrideValue, getValue, removeProperty, reset, setValueMethods inherited from class com.macrofocus.common.properties.AbstractMutableProperty
bind, bindBidirectionalMethods inherited from class com.macrofocus.common.properties.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener
-
Constructor Details
-
MutableAlgorithmOverrideProperty
public MutableAlgorithmOverrideProperty(MutableProperty<Boolean> overrideDefaults, MutableProperty<Algorithm> defaultProperty)
-
-
Method Details
-
createOverrideProperty
- Overrides:
createOverridePropertyin classOverrideProperty<Algorithm>
-