Class SingleSelectionProperty<T>
- java.lang.Object
-
- com.macrofocus.properties.implementation.AbstractProperty<T>
-
- com.macrofocus.properties.implementation.AbstractMutableProperty<T>
-
- com.macrofocus.properties.implementation.SingleSelectionProperty<T>
-
- All Implemented Interfaces:
MutableProperty<T>
,Property<T>
public class SingleSelectionProperty<T> extends AbstractMutableProperty<T> implements MutableProperty<T>
-
-
Constructor Summary
Constructors Constructor Description SingleSelectionProperty(MutableSingleSelection<T> selection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
void
setValue(T value)
-
Methods inherited from class com.macrofocus.properties.implementation.AbstractMutableProperty
bind, bindBidirectional
-
Methods inherited from class com.macrofocus.properties.implementation.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.properties.MutableProperty
bind, bindBidirectional
-
Methods inherited from interface com.macrofocus.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener
-
-
-
-
Constructor Detail
-
SingleSelectionProperty
public SingleSelectionProperty(MutableSingleSelection<T> selection)
-
-