Package com.macrofocus.common.properties
Interface MutableProperty<T>
- All Superinterfaces:
Property<T>
- All Known Subinterfaces:
MutableListProperty<T>
- All Known Implementing Classes:
AbstractMutableListProperty,AbstractMutableProperty,BoundedIntervalProperty,IntervalProperty,MutableAlgorithmOverrideProperty,MutableAlgorithmProperty,OverrideProperty,SimpleListProperty,SimpleProperty,SingleSelectionProperty
Defines the requirements for a property that can change.
-
Method Summary
Methods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, getValue, removePropertyListener
-
Method Details
-
bind
-
bindBidirectional
-
setValue
-