Class BoundedIntervalProperty
- java.lang.Object
-
- com.macrofocus.common.properties.AbstractProperty<T>
-
- com.macrofocus.common.properties.AbstractMutableProperty<java.lang.Double>
-
- com.macrofocus.common.properties.adapter.BoundedIntervalProperty
-
- All Implemented Interfaces:
MutableProperty<java.lang.Double>
,Property<java.lang.Double>
public class BoundedIntervalProperty extends AbstractMutableProperty<java.lang.Double>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BoundedIntervalProperty.Value
-
Constructor Summary
Constructors Constructor Description BoundedIntervalProperty(MutableBoundedInterval interval, BoundedIntervalProperty.Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getValue()
void
setValue(java.lang.Double value)
-
Methods inherited from class com.macrofocus.common.properties.AbstractMutableProperty
bind, bindBidirectional
-
Methods inherited from class com.macrofocus.common.properties.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener
-
-
-
-
Constructor Detail
-
BoundedIntervalProperty
public BoundedIntervalProperty(MutableBoundedInterval interval, BoundedIntervalProperty.Value value)
-
-