Package com.macrofocus.common.properties
Class SingleSelectionProperty<T>
- java.lang.Object
-
- com.macrofocus.common.properties.AbstractProperty<T>
-
- com.macrofocus.common.properties.AbstractMutableProperty<T>
-
- com.macrofocus.common.properties.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.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.MutableProperty
bind, bindBidirectional
-
Methods inherited from interface com.macrofocus.common.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener
-
-
-
-
Constructor Detail
-
SingleSelectionProperty
public SingleSelectionProperty(MutableSingleSelection<T> selection)
-
-